How to create a REST API with Oak in Deno
A tutorial on building a REST API using the Oak framework in Deno, covering client-server architecture and practical implementation.
A tutorial on building a REST API using the Oak framework in Deno, covering client-server architecture and practical implementation.
A technical guide on converting union types to intersection types in TypeScript using conditional types and function type inference.
A guide for beginners on how to efficiently navigate and find answers in the extensive Django documentation, reducing frustration.
Personal study notes and key concepts for the AWS Certified Developer Associate exam, covering services like Lambda, DynamoDB, and API Gateway.
A developer live-codes the final touches on a hackathon project, covering Django models, UI integration, RSS feeds, and Heroku deployment.
A technical guide on using Eleventy's pagination feature to automatically generate Twitter card images (SVG) for blog posts.
Learn how Django uses models to store user data from forms into a relational database, covering setup and core concepts.
A guide to reverse engineering an Android APK to understand and modify API calls, including debugging and parameter analysis.
Firefox DevTools shortens long HTML attributes like srcset, which can confuse developers. A setting exists to disable this truncation.
Explores if large Node.js module dependencies impact performance in regular apps vs. Serverless functions, based on community insights.
A tutorial on using the Oak framework to build backend web applications in Deno, including setup and basic middleware.
A guide to automating the process of downloading and restoring a production Postgres database backup for local Django development.
The author argues against using heavy JavaScript frameworks like Gatsby for blogs, advocating for simpler static site generators like Eleventy for better performance.
A preview of Variadic Tuple Types, a new feature in the upcoming TypeScript 4.0 release, with examples and use cases.
HASH is a free online platform for creating JavaScript simulations to model and understand complex real-world systems.
Lessons from refactoring a large JavaScript codebase to use optional chaining, including patterns to search for and pitfalls to avoid.
The article explores the resurgence of 90s web concepts like server-side rendering, no-code tools, and personal websites in modern web development.
A developer builds a mobile web app for a homelessness-focused hackathon using Python and Django, covering models, admin, and pages.
Tips for polishing GitHub projects to impress potential employers, including cleaning repos and writing effective READMEs.
Explains a TypeScript issue with Object.keys and proposes solutions for better type safety when iterating over object properties.