1 follower
Budding Web & Android Dev.. 💙 to write & share tech.
Subscribe to my newsletter and never miss my upcoming articles
Just wanted to rewind my 2020 as I learned many things and developed many interests in 2020. Also my first year in the dev community Developed my interest towards Web Development and learned Html, CSS & JS After that I wished to have my blog and w...
Recently I designed & developed my portfolio.. love to have feedback & suggestions 😍 Check site here Built using NextJS I used server to handle Contact Form and Mailchimp API Retweet if you like it ( Tweet ) Comment...!
What's the most used key in your keyboard ⌨️? Mine is Enter & Backspace
Let's build a URL shortener ( Minii in my case ) using Node JS (Express JS) Structure: Express JS Mongo DB Atlas as database Mongoose JS to handle MongoDB ejs Let's make our hands dirty.. Create Folder with project name ( Minii in my case )npm in...
DevCard -A minimal portfolio Template is here Don't forget to give ⭐ if you like it. HTML5 CSS3 Icons: Font Awesome Editing Template You can make it yours in few simple steps Clone this repository $ git clone https://github.com/RajasekharGup...
We all have been using console.log(), but many more options are available out there.Let us see them now The most useful type beyond log is console.table() console.table() Takes in JSON or an array and prints in table format Very handy while visual...