From Concept To Live In Two Weeks With Django
A team used Django to build a mobile web app for homeless youth services in a two-week hackathon.
A team used Django to build a mobile web app for homeless youth services in a two-week hackathon.
An overview of using Swift for server-side development in 2020, covering its benefits, the Swift Server Work Group, and available frameworks.
An explanation of REST (Representational State Transfer) architectural style, its six constraints, and how to design RESTful web APIs.
A developer shares their preferred project structure and tooling for building medium-sized Express.js applications in Node.js.
A tutorial on building a REST API using the Oak framework in Deno, covering client-server architecture and practical implementation.
A developer's personal journey learning the Go programming language, documenting notes, resources, and challenges encountered.
A tutorial on using the Oak framework to build backend web applications in Deno, including setup and basic middleware.
A frontend engineer explains how serverless architecture empowers them to focus on product building by abstracting away backend complexity.
Learn how to use HTML forms and Django's form system to collect user input in this tutorial episode.
Extending a custom SQL database in Go to implement the database/sql driver interface, enabling standard interaction.
Advice for beginner programmers on choosing what to learn next, emphasizing following personal interest to maintain motivation and build foundational skills.
A tutorial on building a REST API using Express.js and Node.js, covering client-server architecture and practical implementation.
A tutorial on setting up an Express.js server in a Node.js application, covering installation and basic server creation.
Explains the concept of middleware in Express.js, detailing its role in request handling and providing code examples.
A DevOps talk on using configuration management tools to maintain consistent environments and prevent deployment bugs.
A technical guide on using type-safe code generation to prevent broken documentation links in software projects, ensuring compile-time validation.
A guide to using Django templates for building user interfaces, covering setup, configuration, and best practices.
A tutorial on building a generic CRUD controller for RESTful APIs using Vapor 4 and Swift, covering HTTP basics and code implementation.
Tutorial on implementing a dynamic XML sitemap for a Django blog using Django's built-in sitemap framework to improve SEO.
An introductory guide to Apple's CloudKit framework, covering its safety, use cases, and when to use it for syncing data and storing app configuration.