Articles By This Author

AI Regulation: Is It Too Late To Prevent Potential Harm?

Find out how various U.S. government officials and agencies want to handle the rapid advancements in artificial intelligence. It seems like just yesterday (though it’s been almost six months) since OpenAI launched ChatGPT and began making headlines. ChatGPT reached 100 million users within three months, making it the fastest-growing application in decades. For comparison, it […]

Read More

JavaScript Require – How to Use the require() Function in JS

In JavaScript, modules refer to a file that holds JavaScript code which performs a specific purpose. Modules are self-contained, making it easy to add, remove, and update functionalities without affecting your entire code because they are decoupled from other pieces of code. When you have these modules in separate JavaScript

Read More

A Brief History of Responsive Web Design

These days, responsive web design is something we all take for granted. When we visit a website, we expect it to work and look good on all our devices, no matter what the screen size is. But it took us a long time to get to this point, and developers

Read More

Science-backed methods to keep in mind when you’re learning new things

by Yash Chavan Science-backed methods to keep in mind when you’re learning new things Photo by Alexis Brown [https://unsplash.com/photos/omeaHbEFlN4?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText] on Unsplash [https://unsplash.com/search/photos/learn?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText] As a curious person, I constantly find myself reading and learning about new things. So I picked up this book A Mind for Numbers by Barbara Oakley

Read More

How to use React hooks

by Sergei Gannochenko How to use React hooks Photo by Artem Sapegin [https://unsplash.com/@sapegin?utm_source=medium&utm_medium=referral] on Unsplash [https://unsplash.com?utm_source=medium&utm_medium=referral]React 16.7.0 is finally out. It has no hooks on-board, but sooner or later, React Hooks will be there. So today we will have a talk so we’re ready to use it right away

Read More

How to easily create themes with CSS Variables

One of the best use cases for CSS Variables is theme creation. And by that, I don’t only mean changing themes for your entire app, as that’s probably not something you need to do very often. What’s more relevant is the ability to easily create component specific themes. This could,

Read More

Learn Regular Expressions with this free course

by Beau Carnes Learn Regular Expressions with this free course > “Some people, when confronted with a problem, think ‘I know, I’ll use regular expressions.’ Now they have two problems.” -Jamie Zawinski For some people, using regular expressions can be a problem. But it doesn’t have to be a problem

Read More

Want more claps and followers on Medium? Here’s how to design your own “follow me” GIF in 5 minutes

I read an article about how adding a GIF demonstrating how to like and subscribe massively increased reader action. When I first read it, I though that it was too hard to do, so I never tried it. Well, I recently started using a screen recorder for making video tutorials,

Read More