· software
Zig vs Go: init and run
Initialization In Go we initialize a module with: bash go mod init module-name In Zig the equivalent is simply: bash zig init Zig does not require explicit “mo...
Initialization In Go we initialize a module with: bash go mod init module-name In Zig the equivalent is simply: bash zig init Zig does not require explicit “mo...
Introduction Understanding the nuances of your tools can make a world of difference in a Next.js project. Two essential commands you’ll use frequently are npm...
Introduction I've introduced several AWS DevTools in previous articles, but this time I'll introduce AWS CodeBuild. AWS CodeBuild is often used to automate rou...