Zestful: Month 4
A developer's retrospective on the mistake of shipping a product too late, with insights from their fourth month working on Zestful.
A developer's retrospective on the mistake of shipping a product too late, with insights from their fourth month working on Zestful.
Explores the benefits of using email-based git workflows with tools like git send-email, contrasting them with web platforms like GitHub.
Analysis of the 2018 Stack Overflow Developer Survey results, ranking technologies developers worked with and want to work with.
Key focus areas for hiring a VP of Engineering for a small, growing team, covering culture, automation, and team mentorship.
A guide to configuring options for PowerShell Scheduled Jobs, covering defaults, hash tables, and updating settings.
A guide to using C-Reduce, a tool for automatically reducing complex C programs to minimal test cases to isolate bugs.
A technical guide explaining the Terraform cidrsubnet() function for subnet calculation, with examples and use cases.
A preview of the top talks at PostgresOpen 2018, covering topics like debugging the Postgres planner, indexes, extensions, and connection pooling.
A developer shares seven key lessons on open source governance, from being conscious about structure to maintaining community kindness.
Part 14 of a series on building an app with Angular and ASP.NET Core, focusing on making the product card and shopping cart responsive.
A guide to running Ansible on Windows 10 using Docker for Windows, detailing the setup process and rationale for choosing containers.
A developer shares their simplified Let's Encrypt setup using acme-client and nginx, avoiding the complexity of certbot.
A summary of key talks from Day 1 of the Lead Developer Conference, covering containers, tech leadership, and code reviews.
Explains the Terraform cidrnetmask() function, which converts an IP range in CIDR notation to a subnet mask in dot notation.
Announcing four in-depth tech workshops on SQL Server, Git/GitHub, Cassandra, and Microsoft Azure at the Tuga IT 2018 Summer Edition conference.
A technical tutorial on updating shopping cart quantity and totals in an Angular and ASP.NET Core 2.1 application, including a bug note.
Explains the Terraform cidrhost() function for calculating specific IP addresses within a CIDR range, including examples and use cases.
A tutorial on building an SMS bot for the 2018 FIFA World Cup using Twilio, Heroku, and Flask to provide match updates.
Part 12 of a tutorial series on building a shopping cart feature using Angular and ASP.NET Core 2.1, focusing on product grouping and order total updates.
Explains the Terraform chunklist() function, which splits a list into smaller sublists of a specified size.