Can we discover a new paradigm “FOOP”? Photo by Jene Yeo on Unsplash Functional programming(FP) seems to be completely in vogue these days. While I do think FP has many benefits, I often have a hard time…
Browsing Category JavaScript
Auto Added by WPeMatico
Understanding the Closure Trap of React Hooks
Digging into the classic problem Continue reading on Better Programming »
Modern Way to Host a Site on Ipfs
Using web3.storage, GitHub Actions, and IPNS Continue reading on Better Programming »
Create a Popover In Svelte
How to create a popover in Svelte without any other libraries or dependencies. Continue reading on Better Programming »
An Interesting Case for Using a Custom RxJs Operator
The RxJs library comes with a rich set of operators, which are able to address most of the cases we have to address when dealing with… Continue reading on Better Programming »
Simple State Management in JavaScript with Nanny State
Nanny State helps you manage state simply and efficiently in JavaScript without Redux, Vuex or other large libraries Continue reading Simple State Management in JavaScript with Nanny State on SitePoint.
Introducing Aurora Serverless V2 — Relational Database APIs On Steroids
A first look at Aurora Serverless V2 Introducing Aurora Serverless V2 — Relational Database APIs On Steroids was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding…
Domain-Driven Architecture in the Frontend, Part 2
How your domain code interacts with your frontend application Photo by Anders Jildén on Unsplash (This is the continuation of an article about domain-driven architecture in the front. To learn what that is, why it can…
Domain-Driven Architecture in the Frontend, Part 1
What is Domain Driven Architecture and how it can help you manage complexity in your frontend codebase? Photo by Kimon Maritz on Unsplash This article is about what domain-driven architecture is, why it could help you,…
Implementing a Component Overlay Loader With Angular CDK
Be UX-friendly by adding a loader to your components Implementing a Component Overlay Loader With Angular CDK was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding…
How to Build and Deploy an Angular Application Directly From GitHub
A CI/CD for Angular up and running effortlessly with GitHub Actions and GitHub Pages Continue reading on Better Programming »
Travel in and Out of 3D Objects Using React-Three-Fiber
Exploring textures from outside and inside 3D objects Continue reading on Better Programming »
10 JavaScript Closure Challenges Explained With Diagrams
Cracking the interview questions Continue reading on Better Programming »
HTTPS— In a Nutshell
The minimal number of concepts required for you to understand how HTTPS works Alice and Bob share a secret key. Alice can use the secret key to encrypt a file. Bob can decrypt that encrypted file with the…
Using JavaScript to Fetch Data With APIs
Great beginner guide to APIs with an easy-to-follow real-world project. Using JavaScript to Fetch Data With APIs was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding…