ContentPosts from @thehomess_ca..
Story
@squadcast shared a post, 1 year, 5 months ago

From Deploy to Commit: Building a Streamlined Development Pipeline with CI/CD Tools

Travis CI GitLab CI/CD AWS CodePipeline Jenkins CircleCI

This blog post explains how to build a development pipeline using CI CD tools to automate the software development lifecycle. It highlights the benefits of CI/CD pipelines, including faster deployments, fewer errors, improved code quality, happier developers, and more. The blog post also details the different stages of a CI/CD pipeline (continuous integration and continuous delivery) and provides examples of popular CI/CD tools.

Story
@squadcast shared a post, 1 year, 5 months ago

Squadcast Unveils Intelligent Alert Grouping and Snooze Notifications: A Revolution in On-Call Management

This blog post introduces two new features by Squadcast: Intelligent Alert Grouping and Snooze Notifications. These features are designed to help reduce alert fatigue for IT operations teams by grouping related alerts together and allowing users to temporarily silence notifications for lower priority incidents. The blog post also discusses the benefits of these features and how they can improve incident response times and team efficiency. Overall, the blog post is aimed at IT professionals who are looking for ways to improve their on-call management workflows.

Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Kubernetes HPA based on events in Google Calendar

HorizontalPodAutoscaler automatically scales Kubernetes Pods based on CPU, memory, or other metrics. In a unique scenario where default metrics are insufficient, a Python script integrated with Google Calendar API and Kubernetes cron job helps automate the scaling process based on external events. T.. read more  

Kubernetes HPA based on events in Google Calendar
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

How I built 21 products in 2 years

In 2017, the author built a startup that made $0 in revenue. In 2023, they launched 10 products and made $263,000. The key to success for solopreneurs is speed in idea generation and execution... read more  

How I built 21 products in 2 years
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Learn things that don't change

And look at the books for programmers the author recommends you read in 2024. (34 books).. read more  

Learn things that don't change
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Clean Architecture Sucks

A brief conversation about the Clean Architecture approach and why some teams struggle with it... read more  

Clean Architecture Sucks
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

50 Coding Laws That Would Make You A Decent Programmer.

There are hundreds or probably thousands of Python best practices out there and depending on who you ask, you would get some slight variation on a given practice. But in this article, we will be dealing with 50 Python best practices that are set in stone. These are practices that even God himself ca.. read more  

50 Coding Laws That Would Make You A Decent Programmer.
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

I built a free, open-source project manager that helps teams keep costs under $15/month.

Hudy built an open-source project manager to keep operational costs below $15 per month, after finding traditional tools like Trello, Jira, and Clickup to be too costly for their small team. Leveraging platforms like Vercel, AWS, Resend, and Cloudflare, they were able to keep costs low. The app incl.. read more  

Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Five Years Running a News Site on JAMStack

The Director of Technology at Spotlight PA shared insights on the history and architecture of the news site, detailing the evolution of their technical setup and the challenges faced along the way. The site was initially built on Hugo and JAMStack, later incorporating dynamic services to enhance fun.. read more  

Five Years Running a News Site on JAMStack
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

World of dependencies

The Y2K bug was a computer glitch tied to the use of two-digit year representations. Developers resolved the issue by working with languages like COBOL that used goto statements. Identifying dependencies is crucial in software development to prevent issues like the Y2K bug... read more  

World of dependencies