“Supercharge Your CI/CD Pipeline with Act and GitHub Actions”
Unlock the Power of GitHub Actions with Act What are GitHub Actions? GitHub Actions is a CI/CD platform that allows you to automate your build, test, and deployment workflow. You…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
Unlock the Power of GitHub Actions with Act What are GitHub Actions? GitHub Actions is a CI/CD platform that allows you to automate your build, test, and deployment workflow. You…
Building Accessible Modals with React Creating accessible modals is crucial for ensuring that all users, including those with disabilities, can navigate and interact with your application. In this article, we’ll…
Building Interactive Data Grids with AG Grid and Alternatives What is a Data Grid? A data grid is a table-like component that displays data in rows and columns. Unlike traditional…
Exploring ArrowJS: A New Approach to Building Reactive User Interfaces What is ArrowJS? ArrowJS is an experimental tool that uses pure JavaScript to build reactive user interfaces. It leverages modern…
Partial Hydration in Gatsby: A Performance-Boosting Feature What is Partial Hydration? Partial hydration in Gatsby is a feature that allows you to selectively hydrate client components on the server, while…
Unlocking the Power of Bun: A Fast and Efficient JavaScript Runtime What is Bun? Bun is a lightweight JavaScript runtime that includes a native bundler, transpiler, task runner, and native…
Adding Pagination to a Next.js Application: A Step-by-Step Guide Setting Up the Project To get started, create a new Next.js project using the command npx create-next-app next-pagination. Then, navigate into…
Unlocking the Power of Static Site Generators with Capri How Capri Works Capri doesn’t ship any JavaScript to the frontend by default, instead relying on static HTML and CSS. To…
Building a GraphQL API with Phoenix and React In this tutorial, we’ll explore how to create a GraphQL API using Phoenix and connect it to a React app. We’ll use…
Unlocking the Power of Phoenix LiveView: A Guide to Building Reusable Components Phoenix is a powerful HTTP routing framework for the Elixir language that allows developers to create robust and…