Rahul

@rahulism

4547 Points 54 Followers

259 Posts

1 Answers

I'm an 18-year-old hustler who loves reading, coding and running an agency.

Rahul · 3 months ago

11 AI Libraries To Make You A Coding Wizard In 2024

Hey there, coding wizard in the making! Want to add some AI magic to your projects? There are some amazing AI libraries out there that can make you look like a machine learning master. 🧙‍♂️...

Rahul · 7 months ago

Serif Fonts 101: Everything You Need To Know

So you're curious to learn all about serif fonts, huh? Well you've come to the right place. This little guide will tell you everything you need to know about serif fonts and why they matter....

Rahul · 11 months ago

A Step-by-Step Guide to Comment Blocking in Python

If you're new to coding in Python, you may be wondering what comment blocking is and how it can help you. Well, comment blocking is a process that helps you organize your code, which is impo...

Rahul · 11 months ago

Ultimate Guide to Big O Notation in 2023 | A Comprehensive Cheatsheet

If you're feeling a bit overwhelmed by the concept of Big O Notation and need a quick cheat sheet to help you understand it, then you've come to the right place! In this comprehensive guide,...

Rahul · 11 months ago

13 must visit websites to learn and master CSS in 2023

Are you looking to break into web development but don't know where to start? Learning CSS is a great place to begin your journey, and lucky for you, there are tons of great online resources...
4

Rahul · 11 months ago

"npm start Not Working"? Here's What You Need to Do

Have you ever run into a problem when trying to run “npm start”? If so, you’re certainly not the only one. It can be incredibly frustrating when the command you think will execute your node...
1

Rahul · 11 months ago

Getting Started with JavaScript Optional Chaining

Are you writing code that needs to quickly access properties or invoke methods of an object—without worrying if the object or related data is null or undefined? If so, then you need optional...

Rahul · 11 months ago

MedusaJS or WooCommerce: Finding the Right E-Commerce Platform

You've launched a website and you're ready to start selling your products and services, and now it's time to decide which e-commerce platform is right for your business. With so many options...

Rahul · 11 months ago

What is Javascript Slice? Practical examples and guide

If you're new to coding, the term 'slice method' may be daunting. Put simply, the slice method is a powerful JavaScript tool that lets you extract sections of an array or string. It's one of...

Rahul · 1 year ago

React UseEffect Hook: A Definitive Guide for Beginners

The useEffect hook is one of the most important hooks of React. It allows you to perform effects in a declarative way, instead of using imperative code inside React components. It offers a s...

Rahul · 1 year ago

Understanding the Parent CSS Selector :has(): A Comprehensive Guide for Beginners

Have you ever felt like you're stuck in a loop while writing your CSS? Does the thought of using parent selectors to simplify your code seem like an impossible task? Not sure where to start...

Rahul · 1 year ago

Using foreach() To Iterate Through an Array in JavaScript

If you're a JavaScript newbie or avid reader or pro or anything, you know that forEach is an incredibly useful tool. But what, exactly, is it and how does it work? forEach is a built-in arra...
3

Rahul · 1 year ago

Don't Miss Out: 10 Essential Apps(and websites) for Keeping Up With Dev News

Whatever type of developer you are, staying up-to-date with the latest news and trends is the key to success. But with so many sources and tools available, it can be overwhelming to keep tra...
2

Rahul · 1 year ago

Mastering Nested CSS Selectors: Tips and Techniques

Have you been trying to learn more about CSS selectors, but feeling a little overwhelmed? Well, you're in the right place! Mastering CSS selectors don't have to be a daunting task. You can s...
2

Rahul · 1 year ago

Learn how to parse URLs in JavaScript in 2023

Have you ever wanted to understand how URLs work in JavaScript? If so, then you've come to the right place! In this article, we'll be diving deep into the topic of URL parsing in JavaScript...
3

Rahul · 1 year ago

5 ways to merge arrays in JavaScript (easy)

If you’re coding in JavaScript, chances are you’ve come across the need to merge two or more arrays. And while there's no one-size-fits-all approach to combining arrays, there are a few diff...
3

Rahul · 1 year ago

21+ Best YouTube channels for Designers in 2023

Calling all aspiring designers out there—we’ve got some awesome news for you! If you want to get your start in the world of design but don’t know where to begin, then YouTube is your golden...

Rahul · 1 year ago

A guide to CSS Color functions in 2023

Hey, there fellow developers! Today we're going to dive into the world of CSS color functions. You might have used CSS to change the color of an element on a web page, but have you ever hear...
3

Rahul · 1 year ago

Top 21 Chrome Extensions for Designers and Developers in 2023

As a designer or developer, you know that Chrome is one of the most important tools in your arsenal. And with so many extensions available, it's hard to know which ones are really worth your...
1

Rahul · 1 year ago

The Comprehensive Guide to Accessibility in Web Development

You've probably heard this before: web accessibility is important. But what does that mean for you, the web developer? Simply put, it means creating a website that can be used by as many peo...
1

Rahul · 1 year ago

Unleashing the Power of JavaScript Modules: A Beginner's Guide to Organizing and Optimizing Your Code

JavaScript is a powerful programming language that is widely used for web development. One of the key features of JavaScript is its support for modules, which allow developers to organize th...

Rahul · 1 year ago

Unlocking the Power of Polymorphism in JavaScript: A Deep Dive

Polymorphism is a concept in object-oriented programming that allows objects of different types to be treated as objects of a common type. This allows for more flexible and reusable code, as...
4

Rahul · 1 year ago

How To Customize React Components with Props

In React, props are a way to pass data from a parent component to a child component. Props are essentially arguments that you can pass to a React component. They are similar to function argu...
2

Rahul · 1 year ago

How to create components in React (create custom components) | React Recipes

Previously I discussed creating your first react app, in this post, we'll learn more about, props, states, creating your first react component, and many things. {% bmc rahuldotbiz %} So, Wha...
1

Rahul · 1 year ago

How to create react elements with JSX | React Recipes

JSX is a powerful tool for building user interfaces that is easy to read and understand, and can improve the performance and maintainability of your code. In this blog post we will learn abo...
4

Rahul · 1 year ago

Building Clock through HTML, CSS, and JS | Build&Learn

If you're just starting to learn JavaScript, one fun and practical project you can try is building a clock. In this tutorial, we'll be building a minimal and simple clock that displays the c...
1

Rahul · 1 year ago

32 best JavaScript snippets (one-liners) in 2023

Hi there, my name is Rahul and I am 18 years old. My goal is to become a successful developer, and I am interested in building web apps with frontend technologies. Today, I'd like to share s...
2

Rahul · 1 year ago

Learn react in 2023 (what is create-react-app) | React Recipes

Welcome to this article on React, a JavaScript library for building user interfaces! React is a popular and widely-used tool for developing web applications and has gained a lot of traction...
3

Rahul · 1 year ago

Guide: How to become front end developer in 2023?

To become a good frontend developer, you must be aware of the importance of frontend development and its role in creating websites and web applications. The demand for front-end developers h...
1

Rahul · 1 year ago

8 best resources to become web developer faster + bonus

Due to increased demand and talent shortages, senior developers command high salaries. They are among the most sought-after tech professionals in the workforce. However, web development is a...
1

Loading More Content