Day-7:👨💻🔥 (React) Today, I dived into useEffect hook. understood the concept, syntax and why do we use that to make our application. I also built a simple timer using useEffect and useState together. I did a extra functionality to start and stop the timer too. Tasks:…
Day-7:👨💻🔥 (React) Today, I dived into useEffect hook. understood the concept, syntax and why do we use that to make our application. I also built a simple timer using useEffect and useState together. I did a extra functionality to start and stop the timer too. Tasks:…
Mild Hosting if multiple computers are connected to the same wifi router. If anyone is serving anything on any port, then other computer can access it using other PC private IP address [ with port]. This is called mild hosting as app is hosted on the local network(intranet). To…
Mild Hosting if multiple computers are connected to the same wifi router. If anyone is serving anything on any port, then other computer can access it using other PC private IP address [ with port]. This is called mild hosting as app is hosted on the local network(intranet). To…
I've decided to embark on a new chapter in my life, one that involves blogging, building my portfolio, and contributing to open-source projects. It’s time to take my professional growth more seriously, not just by learning new things but also by sharing my experiences. Maybe these…
I've decided to embark on a new chapter in my life, one that involves blogging, building my portfolio, and contributing to open-source projects. It’s time to take my professional growth more seriously, not just by learning new things but also by sharing my experiences. Maybe these…
Documentation is an essential part of software development in the open-source world. We all know it's crucial, yet somehow, it always ends up as a collection of outdated markdown files and half-finished README.md lurking in our repositories.…
Documentation is an essential part of software development in the open-source world. We all know it's crucial, yet somehow, it always ends up as a collection of outdated markdown files and half-finished README.md lurking in our repositories.…
What is Preferences Data Store?Preferences DataStore is a modern way to store small amounts of key-value data in Android, replacing SharedPreferences. It is more efficient because it uses Kotlin Flow for…
What is Preferences Data Store?Preferences DataStore is a modern way to store small amounts of key-value data in Android, replacing SharedPreferences. It is more efficient because it uses Kotlin Flow for…
The Origin of Hawaiian Clothes and Their Cultural SignificanceHawaiian clothes have a deep-rooted history that reflects the rich culture and traditions of the Hawaiian Islands. These garments, including the iconic Aloha shirt and the…
The Origin of Hawaiian Clothes and Their Cultural SignificanceHawaiian clothes have a deep-rooted history that reflects the rich culture and traditions of the Hawaiian Islands. These garments, including the iconic Aloha shirt and the…
Hey Indie Hackers! Throughout our journey working on client projects and our own products, we've constantly needed insights into how users interact with the web. we’ve tussled with many analytics solutions but guess what?…
Hey Indie Hackers! Throughout our journey working on client projects and our own products, we've constantly needed insights into how users interact with the web. we’ve tussled with many analytics solutions but guess what?…
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article. Hello folks, if you are preparing for tech interviews in 2025 then…
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article. Hello folks, if you are preparing for tech interviews in 2025 then…
Introduction While working on a full-stack project, I built both the frontend and backend API myself. The problem? Manually documenting the API was tedious and time-consuming. So, I started looking for a…
Introduction While working on a full-stack project, I built both the frontend and backend API myself. The problem? Manually documenting the API was tedious and time-consuming. So, I started looking for a…
Introduction Have you ever stared at a Linux terminal, cursor blinking expectantly, and felt completely lost? You're not alone. Learning Linux can feel overwhelming at first, but mastering just a handful of…
Introduction Have you ever stared at a Linux terminal, cursor blinking expectantly, and felt completely lost? You're not alone. Learning Linux can feel overwhelming at first, but mastering just a handful of…
So I was wondering how I can upload a file to AWS S3 over gRPC with a NodeJS/NestJS backend app. And ever since I was introduced to the concept of TDD I've been trying to write unit tests and e2e tests, thus I tried to automate my…
So I was wondering how I can upload a file to AWS S3 over gRPC with a NodeJS/NestJS backend app. And ever since I was introduced to the concept of TDD I've been trying to write unit tests and e2e tests, thus I tried to automate my…
It’s been rumored for months now that Apple was planning to release a device early this year that would serve as a smart home hub with a display, similar to devices that its main smart home competitors, Amazon and Google, have both…
It’s been rumored for months now that Apple was planning to release a device early this year that would serve as a smart home hub with a display, similar to devices that its main smart home competitors, Amazon and Google, have both…
source
source
In today’s fast-paced world, finding activities that the whole family can enjoy together is a challenge. Many parents struggle to balance work, household responsibilities, and quality family time. Fortunately, Paint by Numbers has emerged as an…
In today’s fast-paced world, finding activities that the whole family can enjoy together is a challenge. Many parents struggle to balance work, household responsibilities, and quality family time. Fortunately, Paint by Numbers has emerged as an…
Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis OAuth is an open network standard for authorization that is widely used globally, and the current version is 2.0. This article will provide a concise and easy-to-understand…
Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis OAuth is an open network standard for authorization that is widely used globally, and the current version is 2.0. This article will provide a concise and easy-to-understand…
This is a submission for the WeCoded Challenge: Echoes of Experience For a long time, careers in technology were perceived as a predominantly male world. However, that reality is changing, and more and more women are paving the way in this…
This is a submission for the WeCoded Challenge: Echoes of Experience For a long time, careers in technology were perceived as a predominantly male world. However, that reality is changing, and more and more women are paving the way in this…
Big O Notation is important because it helps analyze the efficiency of algorithms. - geeksforgeeks.org When writing code, efficiency matters. Big O Notation helps developers understand how algorithms perform as input size grows. Whether you're sorting…
Big O Notation is important because it helps analyze the efficiency of algorithms. - geeksforgeeks.org When writing code, efficiency matters. Big O Notation helps developers understand how algorithms perform as input size grows. Whether you're sorting…
WeCoded Celebration My Journey My journey in the tech industry began just six months ago, when I had no prior knowledge of coding. However, driven by curiosity and a passion for innovation, I embarked on a transformative path. I learned to…
WeCoded Celebration My Journey My journey in the tech industry began just six months ago, when I had no prior knowledge of coding. However, driven by curiosity and a passion for innovation, I embarked on a transformative path. I learned to…
Introduction Imagine you are running a large-scale e-commerce website, and suddenly, your customers start facing slow page loads and failed transactions. Without proper monitoring and logging, diagnosing the issue could take hours—or even…
Introduction Imagine you are running a large-scale e-commerce website, and suddenly, your customers start facing slow page loads and failed transactions. Without proper monitoring and logging, diagnosing the issue could take hours—or even…
A Dynamically Linked Library (.dll) (on Windows) or Shared Library (.so) (on Linux) is a file that contains reusable code that programs can load while running, instead of being included inside the program itself. (Think of it like the preload()function in Godot.)…
A Dynamically Linked Library (.dll) (on Windows) or Shared Library (.so) (on Linux) is a file that contains reusable code that programs can load while running, instead of being included inside the program itself. (Think of it like the preload()function in Godot.)…
Você já precisou criar pequenos objetos no C# sem sobrecarregar a memória? A struct permite armazenar informações de forma rápida, sem depender do Garbage Collector! No artigo, explicamos quando usar struct, qual a diferença para class e mostramos um exemplo prático de…
Você já precisou criar pequenos objetos no C# sem sobrecarregar a memória? A struct permite armazenar informações de forma rápida, sem depender do Garbage Collector! No artigo, explicamos quando usar struct, qual a diferença para class e mostramos um exemplo prático de…
Hi, friends! Welcome to Installer No. 74, your guide to the best and Verge-iest stuff in the world. (If you’re new here, welcome, sorry in advance for my terrible TV taste, and also you can read all the old editions at the Installer homepage.) This week,…
Hi, friends! Welcome to Installer No. 74, your guide to the best and Verge-iest stuff in the world. (If you’re new here, welcome, sorry in advance for my terrible TV taste, and also you can read all the old editions at the Installer homepage.) This week,…
TL;DR: Ever felt overwhelmed exploring GitHub topics? Check out my app, GitHub Topic Explorer, and discover a new way to visualize connections between Computer Science concepts! 🚀 Read how I built it only using vibe-coding!…
TL;DR: Ever felt overwhelmed exploring GitHub topics? Check out my app, GitHub Topic Explorer, and discover a new way to visualize connections between Computer Science concepts! 🚀 Read how I built it only using vibe-coding!…
In the rapidly evolving world of cryptocurrencies, Litecoin (LTC) and Cardano (ADA) stand out as two significant altcoins, each with unique features, use cases, and technological innovations. This article nto these two…
In the rapidly evolving world of cryptocurrencies, Litecoin (LTC) and Cardano (ADA) stand out as two significant altcoins, each with unique features, use cases, and technological innovations. This article nto these two…
Wiltschko and her students have now examined more than 20 languages, and every one of them uses little words for negotiations like these. “I haven’t found a language that doesn’t do these three general things: what I know, what I think you know and…
Wiltschko and her students have now examined more than 20 languages, and every one of them uses little words for negotiations like these. “I haven’t found a language that doesn’t do these three general things: what I know, what I think you know and…