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”, …
Let’s Learn GraphQL + Apollo Server and Client
Last Updated on October 18, 2023 Hello boys and girls! In this article, we’re going to talk about GraphQL using the Apollo Platform for both …
What Should You Know Before Starting to Use Kotlin Multiplatform Mobile?
Photo by Kelly Sikkema on Unsplash Last year, JetBrains announced the alpha version of Kotlin Multiplatform Mobile (aka KMM). With KMM you can create multiplatform …
Optimizing Rails API JSON generation
Lower your JSON rendering time with the help of PostgreSQL
Last Updated on May 29, 2023 JSON has become a ubiquitous data transfer format for web APIs. Whether you’re working on a third-party integration, or …
A Beginner’s Guide on How to Improve Your Software Tests
Practices you might want to know when it’s time to write your tests
Last Updated on May 29, 2023 This article is recommended for you if you’re looking for ways to improve your software testing techniques. If you’re …
Exploring RSpec – Improving Your Testing Skills
Last Updated on May 29, 2023 Testing our apps has become mandatory these days. For an app to be considered reliable it must have 95% …
Multi-tenancy – Dealing With Multiple Contexts on a Single Platform
Last Updated on October 17, 2023 Have you ever stumbled across two e-commerces that looked very similar? An instance of a software that can serve …