ContentPosts from @flynnrider0620..
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
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Building LLaMA 3 From Scratch with Python

The architecture of LLaMA 3 is largely similar to LLaMA 2, and these are the key points to understand the technical details. LLaMA 3 features components like Pre-normalization using RMSNorm, SwiGLU activation function, Rotary Embeddings (RoPE), and the Byte Pair Encoding (BPE) algorithm from the tik.. read more  

Building LLaMA 3 From Scratch with Python
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Mistral announces Codestral, its first programming focused AI model

The open, non-commercially licensed model specializes in more than 80 languages and already outperforms CodeLlama 70B and Deepseek Coder 33B... read more  

Mistral announces Codestral, its first programming focused AI model