Pinned Loading
-
my-website
my-website PublicSharing all the nitty gritty I've learned about building a fast, responsive, user-friendly, easy-to-manage Gatsby website with Gatsby that grows with your need.
SCSS
-
gdrive-search
gdrive-search PublicA Node.js command line application to search for Google Drive files from the comfort of the terminal.
JavaScript 1
-
Search Files in Google Drive Whose N...
Search Files in Google Drive Whose Names Matches a Given Value 1/* Example: Search for all files in Google Drive whose file names contains the word 'tracker'. The result would be:
2- Fitness tracker
3- Personal finance tracker
4- Job application tracker
5*/
-
Dynamic Media Queries in SASS to avo...
Dynamic Media Queries in SASS to avoid repetitive typing and having to remember what screen widths you had targeted. There is a map of five common ranges of device widths, but you can also pass in a custom width. Stay DRY (don't repeat yourself). 1// Divide screen width into five broad groups.
2$mediaXL: 1200px;
3$mediaLarge: 992px;
4$mediaMedium: 768px;
5$mediaSmall: 576px;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.