My Bash Script Preamble Boilerplate
A developer shares their essential Bash script boilerplate preamble, explaining strict settings, debugging, and useful variables for robust scripting.
A developer shares their essential Bash script boilerplate preamble, explaining strict settings, debugging, and useful variables for robust scripting.
A web developer shares a useful HTML boilerplate resource for front-end projects and discusses CSS-first design principles.
Part 3 of a series on building a modern front-end workflow, focusing on implementing a scalable Sass architecture based on ITCSS principles.
An improved Go webserver implementation using chi router and zap logger for better performance and easier project integration.
An update on the new ASP.NET Core Boilerplate project template, detailing its features, improvements, and current limitations.
A guide to creating and sharing custom Visual Studio project templates, covering both the built-in export wizard and VSIX packages.
A tutorial exploring the basics of RequireJS and AMD modules, including loading scripts and defining simple modules.