© 2022 Hashnode
#beginners
In the current job market, I believe that every new developer should have a portfolio showcasing projects they have built. As someone who doesn't have experience, a portfolio is how you can stand out …
If you've been using React for a while, you'll have noticed some cases where the freedom and wild nature of JavaScript works against you (and not because of JS 😄), especially if you're working in a t…
Callbacks are an essential part of understanding JavaScript especially when dealing with asynchronous code. Let's cover the basics of callbacks in about 5 minutes with a handful of examples! https://y…
A friend, Georgie, told me that the first time he heard of python as a programming language- he searched for 'Anaconda'. I asked him why and he said- if Python was a programming language, then he shou…
Better Communications With Your Team as a Junior Engineer As an Engineer or Knowledge Worker - our roles require the extraction, synthesis, or modification of information to complete our work and get …
Gradienta.io Gradienta.io is an excellent side project made by a developer named Shahadat Rahman, providing us with a gallery with a variety of CSS gradients to use in our web development projects to…
Blogging is a medium of communication for everyone, a means of passing information and knowledge about what you know. Creatives such as developers, writers, and designers enjoy blogging. As creatives,…
// https://dog.ceo/api/breeds/image/random This is the API we will use Usage - This API will give a JSON which will have two things Image links in https. Status (Eg: success). Main code to get that…
The era of no-code tools is here, and it's going to be a big deal for anyone who wants to build or optimize a business or website quickly and easily. There are many options for you to choose from, so …
What is an array? An array is the collection of the same data type items or elements in continuous memory allocations. Let's suppose in a class, many students are sitting in a column. They form an ar…
Yesterday we made our very first new tab browser extension. However, it was solely powered by plain CSS. This can become super hard to maintain over time, so let's see if we can automate much of it by…
This article is part of my 'web 3' series where I share what I'm learning in #30DaysOfWeb3 - a 30-day online course by Women Build Web3! If you are new to web3 - my Web 3 for Beginners article was fea…
Today's Lesson I feel like Day 4 was a much need breather from day 3. The assignments and video lectures seem to click a bit more. The main takeaway was the use of the Random Module and Lists. Random…