3 Ways to make API Requests in React (fetch/axios, merced-react-hooks, react-request)
A tutorial comparing three methods for making API requests in React: using fetch/axios, the merced-react-hooks library, and react-request.
A tutorial comparing three methods for making API requests in React: using fetch/axios, the merced-react-hooks library, and react-request.
A developer's journey from frontend to full-stack by learning NestJS, overcoming imposter syndrome, and mastering backend concepts like dependency injection.
A guide to writing unit tests for SwiftUI apps by decoupling layout from logic, enabling testable code without relying solely on UI previews.
Explains the core concepts of Event-Driven Architecture, comparing commands, queries, and events for building decoupled systems.
An overview and first impressions of AWS App Runner, a new fully managed service for deploying containerized applications without infrastructure management.
Explains why to avoid TypeScript's 'any' type and offers better alternatives like type inference, interfaces, and generics for type safety.
A tutorial on how to make GET requests and pass parameters using the Axios HTTP client library in JavaScript.
A guide to debugging programs written in a new compiled programming language, covering techniques from print statements to using gdb without debug symbols.
Explains how destructuring breaks TypeScript's discriminated union type narrowing and offers workarounds.
Explores MinIO, an open-source, S3-compatible object storage solution for on-premises or private cloud deployments.
Explores the technical differences between 'return await promise' and 'return promise' in JavaScript async functions, focusing on error handling.
Explores using the CSS element() function to mask one element with another, focusing on creative visual effects and accessibility considerations.
Introducing SoloX, an immutable state management library for React inspired by MobX, offering simplicity and local state control.
A software engineer shares insights and advice for hiring and job hunting in tech during the pandemic, focusing on remote work clarity and interview processes.
A tutorial on using Helmsman, a GitOps tool, to manage and deploy Helm charts to Kubernetes from version-controlled configuration files.
Explores Creational Design Patterns in C#, focusing on the Factory and Fluent Builder patterns with practical code examples.
A critique of static dashboards for debugging, arguing they encourage pattern-matching over systematic problem-solving in software engineering.
A deep dive into the CSS transform property, exploring functions like translate, scale, rotate, and skew for dynamic web effects.
Explains how to use Placeholder and Initial Data in React Query to improve UX by avoiding loading spinners and pre-filling cache.
A tutorial on using for loops in Bicep templates to create multiple Azure resources efficiently and reduce code duplication.