Setup & Deploy a GraphQL server with Apollo, Prisma, Heroku & Postgres
A tutorial on building and deploying a GraphQL API using Apollo Server, Prisma, TypeScript, and Heroku with a Postgres database.
A tutorial on building and deploying a GraphQL API using Apollo Server, Prisma, TypeScript, and Heroku with a Postgres database.
A technical guide on how to access and set low-level socket options (like SO_REUSEPORT) for HTTP servers and clients in Go's net/http package.
Explores YAML's advanced string handling, focusing on multiline strings, indentation rules, and escape sequences for config files and CI.
A developer's personal rule for avoiding technical debt by not writing 'bad' code, based on experiences with legacy systems.
Discusses the appropriate cost for an observability stack, suggesting a rule of thumb of 20-30% of infrastructure spend.
A guide to improving debugging in the Composable Architecture (TCA) by handling large state diffs and filtering noisy actions.
Explains how Livewire, a Laravel framework, creates a 'live' UI illusion using AJAX requests and state serialization, not persistent connections.
A JavaScript developer shares their personal experience and first impressions of learning the Go programming language, comparing it to their favorite language.
A guide explaining how to use the `git rebase --onto` command to move a feature branch's commits from one base branch to another.
Learn two methods to delete properties from JavaScript objects: the mutable `delete` operator and immutable destructuring with rest syntax.
Using scrapligo to automate CLI interactions with network functions running in Kubernetes pods via kubectl exec commands.
Explores YAML's lesser-known features, starting with its relationship to JSON and how JSON syntax is valid YAML.
A guide on creating or updating a Google Kubernetes Engine (GKE) Autopilot cluster to a specific Kubernetes version, including CLI commands.
A video tutorial on building a watchOS 8 news app using SwiftUI 3 and the News API, featuring complications, handoff, and bookmarks.
A tutorial on implementing multi-language support in a React Native app using i18next and react-native-localize.
A guide to tools for analyzing and reducing JavaScript bundle size, including VS Code extensions and online utilities.
A developer's monthly update on progress for a new programming language and the SourceHut platform, including codegen, APIs, and infrastructure.
Explains how to solve Angular performance issues with slow renders by optimizing change detection and using NgRx selectors to prepare data.
Debugging ASP.NET Core OAuth authentication in GitHub Codespaces, including reserved path conflicts and callback URL issues.
An overview of MeiliSearch, a minimalist, Rust-based full-text search engine, highlighting its features, codebase, and performance.