React 101 - Basic JSON Blog from 0 to deployment
A step-by-step React tutorial for building a simple blog application using JSON data, covering components, state, props, and deployment.
A step-by-step React tutorial for building a simple blog application using JSON data, covering components, state, props, and deployment.
A tutorial on using redux-persist with AsyncStorage to persist Redux state in a React Native application, improving user experience.
A guide to interactively debug failing GitHub Actions workflows using reverse shells with netcat and ngrok, plus a better method using tmate.
A tutorial on implementing OpenTelemetry logging in ASP.NET Core applications for improved observability and trace correlation.
A guide on using the Prerender service to improve SEO for React apps by serving pre-rendered HTML to search engine bots.
Guide to setting a custom working directory in Xcode for Vapor projects to resolve missing file and resource issues.
A guide exploring career paths, learning methods, and key considerations for starting a career as a software developer in 2021.
A guide to five useful React techniques: spreading props, destructuring, render functions, JSX props, and custom hooks to write cleaner code.
Explains serverless methods to fetch random records from DynamoDB, S3, and Redis for applications like quiz apps.
A software engineer's personal review of 2020, covering work on frontend infrastructure and accessibility, side projects, blogging stats, and travel.
An opinionated guide on improving TypeScript code readability by using descriptive names for generic type parameters instead of single letters.
A developer customizes a sign-up email template and tests it with MailHog, then works on the landing page's pricing section.
How to configure Kafka Connect to automatically create and customize topics for source connectors, including partition and replication settings.
Introducing EZComponent, an open-source frontend framework that simplifies building with Web Components, featuring a streamlined workflow and built-in reactivity.
A tutorial on generating and adding a custom app icon to a React Native Android application, covering asset creation and configuration.
A technical guide on optimizing SQL bulk insert performance in C#, comparing methods from simple loops to high-speed SqlBulkCopy.
Explains the technical distinction between DOM nodes and elements in web development, detailing node types and their hierarchy.
Explores the connection between machine learning and statistics by building a statistical inference model from a neural network example.
Part II of a Linux server setup guide, covering Docker installation, static IP configuration, and system cleanup on Ubuntu Server.
Explains a surprising heap allocation in a Go benchmark when sorting strings, diving into interface internals and compiler behavior.