Exploring PL/pgSQL: Strings, arrays, recursion, and parsing JSON
A tutorial exploring PL/pgSQL fundamentals like strings, arrays, recursion, and building a simple JSON parser to learn the language.
A tutorial exploring PL/pgSQL fundamentals like strings, arrays, recursion, and building a simple JSON parser to learn the language.
Explores the concept of Micro Applications, defining them as small, focused apps with both a frontend and backend, contrasting them with Microservices and Micro Frontends.
A guide to deploying a high-availability storage solution using Rook and Ceph on Azure Kubernetes Service (AKS) with Terraform.
The author explains their decision to separate personal 'Notes' from technical 'Articles' on their blog and reflects on online privacy.
Windows 11 introduces the Windows Subsystem for Android, enabling developers to run, debug, and deploy Android apps directly from Windows.
A critical analysis of the 4privacy Kickstarter project, examining its privacy promises, technology, and potential economic and trust challenges.
A tutorial on implementing table sorting, filtering, and pagination in React using JavaScript for full control over functionality and design.
Explains how to use Swift's generic type constraints with the 'where' keyword to create specialized extensions for types and protocols.
A technical comparison of React Router 5, React Router 6, and React Location, covering installation, setup, and common routing tasks.
A developer works on a bulk delete template for a SaaS homeschool app using Python, Django, and htmx.
A technical tutorial on exposing Kubernetes services to the internet using AWS EKS, Ingress, and the AWS Load Balancer Controller.
The author argues that being willing to appear stupid by asking naive questions leads to a deeper understanding of complex topics over time.
A developer-focused introduction to Kubernetes concepts and setting up a local cluster with minikube for hands-on learning.
A tutorial on deploying the BigScience T0_3B language model to AWS and Amazon SageMaker for production use.
An overview of the 2021 State of CSS survey, discussing new CSS features and the importance of developer feedback.
A developer shares their experience building a decentralized application (dApp) using Solidity, TypeScript, and Next.js over a weekend.
A comprehensive cheatsheet for using popular templating engines (LiquidJS, EJS, Mustache, Pug, Handlebars) in Express.js applications.
A guide to building a custom Logic App that filters Azure RSS feed updates by keywords and sends targeted email notifications.
Learn different methods to initialize JavaScript arrays with primitive values or object instances, including fill(), Array.from(), and map().
Explains how to use Kubernetes PostStart and PreStop lifecycle hooks to control container initialization and graceful termination.