Ruby’s Cool Features for Beginners
Last Updated on April 11, 2024 Hi, everyone! In this article, we’re gonna cover some features and concepts that differ Ruby from other programming languages, …
Composition API in VueJS
Last Updated on July 4, 2023 Hello guys! In this article I will talk about the Composition API in VueJS. More precisely, I’ll give you …
Zero Knowledge Proofs and Merkle Trees – An overview before diving into it
Last Updated on October 17, 2023 If you care about your personal data and preferences (and you get more and more worried with every data …
AWS SNS – What You Should Know About it + a NodeJS Implementation
Last Updated on May 29, 2023 Image by unsplash Hi there! In the past few weeks I’ve been working on the backend of a mobile …
AWS Cognito – An Implementation Guide for your NodeJS Application
Last Updated on July 4, 2023 In this article, we aim to give you an overview of what AWS Cognito solves and how to use …
ActiveRecord Callback Chain: A Cool (and Weird) Edge Case
Last Updated on July 4, 2023 Image by jcomp Well, it’s been a while. After a lot of time… I’m back! ( ̄▽ ̄)/ If you haven’t …
The Power of the ::before and ::after CSS Pseudo-Elements
What is ::before and ::after Pseudo-Elements and how to use them!
Last Updated on July 4, 2023 Pseudo-elements are CSS keywords that can be used to style specific parts of an element. Pseudo-elements are declared by …
Fetch data in an effective way with React Query
Last Updated on July 4, 2023 In this article, we will talk about the React Query library and how it can make your React apps …
Why You Should Care About Resilience
Last Updated on May 29, 2023 Photo by Anatoli Styf Microservices are a reality. Big companies do it all the time, to improve scalability and …
Scalable Frontend #4 – Custom Hooks to the Rescue
Decoupling from the state layer
Last Updated on July 4, 2023 This post is part of the Scalable Frontend series. You can see the other parts here: “#1 — Architecture”, …