© 2023 Hashnode
#100devs
All resources discussed here are free and will be linked at the end of the post. The client discussed in this post has approved of its publication. Background I am going to begin this post by briefly …
Julie Bogart's insightful book The Brave Learner introduces compelling strategies for successful homeschooling, infused with love and the concept of "enchantment" to inspire young learners. Intriguing…
Codewars is something that I was putting off doing for a while once it was introduced in the program I am following. I am in the 100 devs agency where they help people affected by the pandemic gain pr…
The other day I was working with an array and I wanted to remove an element from the array based on an id. To remove any vagueness I was working on a shopping cart and I needed to make the remove item…
Introduction: As a social worker, and more recently a social work manager, I spent years helping people in need, but I was always interested in the world of technology. In this article, I'll share my …
In order to redirect a page to another in Vercel, it is necessary to generate a "vercel.json" file located in the main directory of your project. This file permits the user to set up routing rules for…
Welcome back to my blog series on answering interview questions!!!!! In my previous blog, we discussed the differences between the let, const, and var keywords in JavaScript. In this blog, we will explore the concept of hoisting in JavaScr…
If you're new to web development, you may have heard of CSS, or Cascading Style Sheets. CSS is a language used to describe how HTML elements should be displayed on a web page. It allows you to change the look and feel of a web page, includi…
Welcome to day 2 of my #100DaysOfCode blogging journey! In today's blog we will be delving into the Document Object Model (DOM) and its manipulation using JavaScript. The DOM methods are not only excl…
when I started my journey in full stack development I was overwhelmed with plenty of resources on the internet. There were gazillions of youtube videos, documentation websites, bootcamps, and whatnot.…