Nextjs Discord Bot… for free? Yes! we can actually create one using nextjs and host it for free in vercel! I made a template to make the process much easier! 🚀 Github ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Introduction This tutorial is for those readers who want to learn jest from scratch. And the given instructions in this tutorial is to the ...Read more
Last week, I had a great opportunity to give a talk at one of my favourite conferences recently – JS Poland. This is actually the second time I had a pleasure ...Read more
Why build a Portfolio? As everyone knows developers must need to have a portfolio site, to showcase his/her skills and project in one place. ...Read more
Recycle Code This week, I did some work on the Starchart project where I reuse existing codes to accomplish my tasks. ...Read more
In this article, we will walk you through the steps required to write smart contract and deploy it on the Ethereum blockchain. We will cover the basics of the development environment, and the ...Read more
What is RxJS ? RxJS is a Reactive Extensions Library for JavaScript which is getting very popular. According to Wikipedia, Reactive Programming is a declarative ...Read more
Salam, and well, hello everyone! Have you ever thought about the data structure of an array or object, with the most complex structure, and try to call a parameter that lives deep inside the dungeon of ...Read more
Guard clauses are a programming technique used to improve code readability and maintainability by handling edge cases, errors, or early exits at the beginning of a function. When using guard clauses, you immediately “guard” against ...Read more
As React applications grow, things can get messy fast—bloated components, hard-to-maintain code, and unexpected bugs. That’s where the SOLID principles come in handy. Originally developed for object-oriented programming, these principles help you write clean, flexible, ...Read more