ββA list of one-liners you should know to up your knowledge of JavaScript.
β±οΈ 5 minutes read
#JavaScript
β±οΈ 5 minutes read
#JavaScript
ββIn the digital age, metadata plays a vital role in how information is organized, accessed, and understood. Itβs the invisible framework that supports every web page, allowing search engines to index content and users to find what theyβre looking for. Today, we are going to discuss the concept of metadata in the context of Next.js, a popular React framework.
β±οΈ 10 minutes read
#NextJS #React
β±οΈ 10 minutes read
#NextJS #React
Medium
Mastering Metadata in Next.js: A Comprehensive Guide to SEO Excellence
Introduction
ββWhether you are a full-time Indie Hacker, a Freelancer or just trying to make a side project, you need to ship and launch your product faster.
β±οΈ 5 minutes read
#software
β±οΈ 5 minutes read
#software
Medium
Yes, here are 4 stacks to build MVPs faster in 2023
The faster you launch, the faster you can test your idea with users. So here are the 4 best stacks to launch your product faster in 2023.
ββThe introduction of the Pages Router took center stage with the release of Next.js 11. This routing mechanism quickly became the primary means of creating routes within Next.js applications. However, as the frameworkβs user base expanded, so did the complexity of the interfaces that developers aimed to construct.
β±οΈ 12 minutes read
#NextJS #React
β±οΈ 12 minutes read
#NextJS #React
Medium
5 Must-Have Tools for Building Web Applications with Next.js App Router
Server-only, Saas UI, TailwindCSS, Turbopack, the use() hookβknow the tools that can enable you to build web applications with Next.js Appβ¦
ββReact is a popular JavaScript library for building user interfaces, and it has undergone significant improvements in recent versions. With React 18, developers now have even more powerful tools to separate business logic from UI components effectively. This article will explore the benefits of decoupling business logic from UI components and demonstrate how to achieve it using React 18βs new features.
β±οΈ 6 minutes read
#React
β±οΈ 6 minutes read
#React
Medium
SeparatingβοΈ Business Logic π§ from UI Components π‘ in React 18
Featuring Advance Logic Separation practices
ββIn the ever-evolving landscape of frontend development, React Context has long been a stalwart for state management.
β±οΈ 5 minutes read
#React
β±οΈ 5 minutes read
#React
Medium
React Context is Officially Dead; Enter Zustand State Management.
In the ever-evolving landscape of frontend development, React Context has long been a stalwart for state managementβ¦
ββOpen source projects are the driving factor of the modern software engineering. Today youβll learn about 25 end user open source apps, you can find to fit your needs!
β±οΈ 8 minutes read
#opensource
β±οΈ 8 minutes read
#opensource
Medium
25 Awesome Open Source, End User Apps Ep. 2
Open Source projects are the driving factor of the modern software engineering. Today youβll learn about 25 end user open source apps, youβ¦
ββThe following explanations are necessary to fully understand why Astro is the best web framework in 2023.
β±οΈ 4 minutes read
#Frontend
β±οΈ 4 minutes read
#Frontend
Medium
Ok, Astro is the best web framework in 2023, hereβs why
Discover why Astro is the best web framework in 2023 through a detailed explantion.
ββJavaScript is a powerful language that is one of the primary building blocks of the web. This powerful language also has some of its quirks. For instance, did you know that 0 === -0 evaluates to true, or that Number("") yields 0?
β±οΈ 14 minutes read
#JavaScript #interview
β±οΈ 14 minutes read
#JavaScript #interview
Medium
8 Advanced JavaScript Interview Questions for Senior Roles
JavaScript is a powerful language that is one of the primary building blocks of the web. This powerful language also has some of itsβ¦
ββWeb UI development might appear straightforward at first glance, but delve deeper and youβll discover a multitude of complexities that challenge even seasoned developers. This piece aims to dissect the inherent challenges of web UI development, from the discrepancy between web languages and the modern UI requirements, to intricate data management issues and asynchronous API calls.
β±οΈ 8 minutes read
#Frontend #React
β±οΈ 8 minutes read
#Frontend #React
Medium
Why Web UI Development Is So Hard?
Web UI development might appear straightforward at first glance, but delve deeper and youβll discover a multitude of complexities thatβ¦
ββBefore going further, we need to explain what is javascript runtime and why we should care about its speed.
β±οΈ 3 minutes read
#Bun
β±οΈ 3 minutes read
#Bun
Medium
Node.js is Dying! Bun 1.0 is Changing the JavaScript Game
Before going further, we need to explain what is javascript runtime and why we should care about its speed.
ββNavigating the ever-changing requirements of a software project can be daunting. One proper technique to manage this complexity is using feature toggles and the Branch by Abstraction pattern.
β±οΈ 5 minutes read
#Software #Patterns
β±οΈ 5 minutes read
#Software #Patterns
Medium
Evolving Your React App Safely with Feature Toggles and Branch By Abstraction
Navigating the ever-changing requirements of a software project can be daunting. One proper technique to manage this complexity is usingβ¦
ββReact has become one of the most popular front-end libraries in recent years due to its simplicity and flexibility. Yet, when applications expand in complexity, it can become tough to manage state, handle asynchronous input, and maintain a scalable architecture. Weβll look at four advanced React patterns in this article that will assist you in overcoming these difficulties and how to compose them
β±οΈ 7 minutes read
#React
β±οΈ 7 minutes read
#React
Medium
Supercharge Your React Skills: 5 Advanced Patterns to Master in 2023
React has become one of the most popular front-end libraries in recent years due to its simplicity and flexibility. Yet, when applicationsβ¦
ββComputer networks are the bread and butter of 21st-century life. Phone calls, texting, Bluetooth, online shopping, etc. are all use cases that are powered by computer networks. One of the most popular instances of computer networks is the Internet. It powers global links between entities that were unimaginable in the past centuries. The scale of this network has blown to several orders of magnitude since its inception.
β±οΈ 5 minutes read
#networking
β±οΈ 5 minutes read
#networking
Medium
How does the Internet work?
Building blocks of computer networks
ββMemory leaks can be thought of as water leaks in your house; while small drips might not seem like a big issue initially, over time they can cause significant damage.
β±οΈ 8 minutes read
#JavaScript
β±οΈ 8 minutes read
#JavaScript
Medium
Your JS App Is Leaking Memory And You Don't Know
Memory leaks can be thought of as water leaks in your house; while small drips might not seem like a big issue initially, over time theyβ¦
ββReact is arguably the most popular JavaScript library for building user interfaces and one reason for this is its unopinionated nature. The reusable components, great developer tools, and extensive ecosystem are some of the most loved features of React. However, in addition to its features and community support, React delivers and implements some widely used design patterns to ease the development process even further.
β±οΈ 13 minutes read
#React
β±οΈ 13 minutes read
#React
Medium
Understanding Design Patterns in React
Design patterns are repeatable solutions to commonly occurring development problems, save development time and reduce coding efforts.
ββNow a days, ReactJs is widely used View library worldwide. So it becomes very important to apply best architecture practices to make code reusable, maintainable and also it would help to improve code readability.
β±οΈ 8 minutes read
#React
β±οΈ 8 minutes read
#React
Medium
React Architecture | Best Practices
Now a days, ReactJs is widely used View library worldwide. So it becomes very important to apply best architecture practices to make codeβ¦
ββYou can get a highly paid developer job without tons of experience in 2023. Now, before you call me crazy, let me explain.
#Career
β±οΈ 10 minutes read
#Career
β±οΈ 10 minutes read
Theseniordev
How To Find A Developer Job In 2025 (With Little Or No Experience) Β· theSeniorDev
Do you want to know a little secret? You can get a highly-paid developer job without tons of experience. Now, before you call me crazy, let me explain. For the record, Iβm a self-taught Senior Software Developer who mentored 230+ JavaScript developers, helpingβ¦