@gauravnumber
Enjoy learning programming
Nothing here yet.
Nothing here yet.
Feb 2, 2021 · 1 min read · I'm using :target for creating this repo CSS section { display: none; } section:target { display: block; } HTML <a href="#home">Home</a> <a href="#about">About</a> <section id="home"> You can create whole website just in single page. </section>...
Join discussionDec 14, 2020 · 1 min read · Lodash is a modern JavaScript utility library delivering modularity, performance & extras. It provide common utility functions for common programming tasks. You can use lodash in browser and NodeJS. In browser <script src="lodash.js"></script> In Nod...
Join discussionDec 10, 2020 · 2 min read · Step 1: Generate SSH key ssh-keygen -t rsa -b 4096 -C "your_email_id@example.com" Step 2: Add SSH key to SSH agent eval "$(ssh-agent -s)" if you are window user so this command run with the help of cygwin Step 3: Copy the public key clip < ~/.ssh/i...
Join discussion