Some Go web dev notes
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
The author explores routing in web frameworks and details the implementation of a flat-list routing system for their Lua-based Atlas framework.
A tutorial on building a custom GraphQL client library for React to understand its internals and contribute to the ecosystem.
Explains the benefits of HTTPS and how Netlify simplifies the process of enabling it for your website with automatic certificates.
How to apply a secondary SSL certificate for the www. subdomain on a Laravel Forge site to prevent browser security errors.
Explains the new Middleware feature in Laravel 5.0, which replaces the traditional filter-style architecture for handling HTTP requests.