Chat app with React Native (Part 1) - Build reusable UI form elements using react-native-paper
A tutorial on building reusable UI form components for a React Native chat app using react-native-paper and modern libraries.
A tutorial on building reusable UI form components for a React Native chat app using react-native-paper and modern libraries.
A developer explains their unconventional, branchless Git workflow, working directly on master and using rebase to organize changes.
A guide on converting deprecated TSLint rules to ESLint using the @typescript-eslint toolkit for TypeScript projects.
A tutorial on testing lists of items using Cypress, covering methods like .then() and .each() for efficient UI testing.
A beginner-friendly introduction to Clojure syntax, covering lists, basic arithmetic functions, and using the REPL.
A guide to using the Elgato Stream Deck for live streaming, covering setup, profiles, and actions for Twitch and YouTube.
A beginner's guide to setting up and starting a live stream on Twitch and YouTube, covering software, hardware, and basic concepts.
A tutorial on building a Go webserver with HTTP/2 support using both self-signed and Letsencrypt certificates for development and production.
A beginner's guide to learning React by starting with the simplest possible setup using vanilla JavaScript and an HTML file.
A guide to configuring and using multiple GitHub accounts (personal and work) on a single machine using both HTTPS and SSH methods.
Explains why traditional note-taking fails and introduces the Zettelkasten method for connecting ideas to boost learning and productivity.
A guide to setting up free continuous integration for Laravel projects using GitHub Actions, including debugging and environment secrets.
A technical guide on configuring an NGINX Ingress Controller with Dapr sidecar injection in Kubernetes for exposing Dapr-enabled applications.
A historical look at a quirky C code snippet from 1992 using smiley face typedefs, shared from the author's Google+ archive.
A guide to refactoring React state management by replacing multiple useState hooks with a single useReducer hook for a form-based calculator.
Explains an Azure VM boot failure due to Hyper-V generation mismatch in custom images and provides the fix.
Overview of new features in Java 14 for developers, including Switch Expressions, Records, Text Blocks, and Helpful NullPointerExceptions.
A technical guide on using type-safe code generation to prevent broken documentation links in software projects, ensuring compile-time validation.
A data-driven blog's thank you post, sharing visitor stats, popular posts on ML topics, and future plans for guest contributions.
A guide on deploying Django model changes to production using migrations, covering a simple method and best practices.