Hey fellow developers and learners! 👋 I want to share something that’s really close to my heart — a...
Hey everyone! 👋 I’m excited to share my YouTube channel, HoverHacks, where I post web development...
I had created a new youtube channel where I'm uploading tutorials / discussions & more related to...
I had created a new youtube channel where I'm uploading tutorials / discussions & more related to...
Hello friends, I'm working as frontend developer from last 2.5years, interested to get into ethical...
I wanted to get into web3 stuffs as Frontend Developer but have lot's of doubt, if some one having...
I have a challenge page where in public view (No user is logged In) backend will send say list if...
This is the code sandbox example of how I'm using SWR with getServerSideProps:...
From the backend, I'm getting a URL for Google login which looks something like this:...
I have overall 2yrs of experience as frontend dev I'm about to finish 1yr in my current startup...
Have you created any crazy 🤪 / fun stuff using HTML, CSS, JS which you would like to share.. It can...
I recently switched company where they are using gitlab instead of github & I'm contributing to p...
Hello friends, I am about to apply for my second job search as front end developer currently I am wor...
Checkout my portfolio here This is third version of my portfolio earlier I had created using HTML,...
Hello friends, It's been 1 year I'm working as FrontEnd Developer in a startup, have a good working e...
Hello friends, I'm from India, Currently working as a React Developer in a startup since past 1 year...
I was thinking to start working on some side projects beside normal day job works, just for inspirati...
Is it possible to directly set the notification to allow instead of using Notification.requestPermiss...
I'm working for Frontend end part of chat app for a company, they are using fire store to store messa...
Some times I fear what if all the repos in Github just lost! Is there any way to backup etc? To secur...
I'm preparing for my first FrontEnd Web Developer job, I had practiced my JavaScript skills by...
This is my resume want some feedback if it needs any improvements, I had kept it simple one column as...
What is your first javascript app or website you created that you are still proud of? 😀 Share! Here...
I had created this Book store app using React Js, I had not used redux in it (still have to learn it)...
I am getting API data from somewhere but it is only providing the data in XML for...
I am just practising small apps like binary2dec converter etc from https://gith...
I had designed a prototype of my portfolio, is it looking professional? Do prov...
I want to know when I can use .io extension? Say I had created a general web app useful to anyone,...
How to render common web page elements such as NAVBAR, FOOTER, to every page when I am just using...
I am trying to create a Daily Logger using HTML, CSS and JS for myself to log the things which I learned everyday and I will add new logs everyday in a object in JS and push it to GitHub for easy access. So does anyone has a better idea on how I can daily add logs in more easy way then directly editing JS objects and pushing the changes to GitHub? I don't want to use database to store logs.