ContentPosts from @thehomess_ca..
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

10 Cheap Desk Upgrades Every Programmer Needs #DeskSeries

Top 10 essential gadgets for programmers: silicone USB-C cable, fast charger, external power button, USB 3.2 hub, hydration flask, earplugs, Flow Launcher, TickTick, Obsidian, and Cameo. Consider upgrading to a good mechanical keyboard, light mouse, noise-canceling headphones, OLED TV, and Android p.. read more  

10 Cheap Desk Upgrades Every Programmer Needs #DeskSeries
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Kubernetes Debugging Nightmare? Don't Sweat It! Here's How to Fix It

Feeling lost debugging Kubernetes? This guide unveils techniques like ephemeral containers & kubectl debug to conquer complex issues... read more  

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

268% Higher Failure Rates for Agile Software Projects, Study Finds

The Agile Manifesto has existed for over 21 years now, yet there remains a gap in empirical research as to the actual impact of its values on the industry despite recent research finding 81% of business decision-makers in the UK and 89% in the USA are concerned about on-time delivery of software pro.. read more  

268% Higher Failure Rates for Agile Software Projects, Study Finds
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Time to Say Goodbye to Google Fonts: Cache Performance

Google Fonts has been used in prototypes and large products, but it comes at the cost of performance due to multiple requests. It's recommended to self-host fonts for a faster loading time, especially with the changes in browser caching. Google Fonts resources will be redownloaded for every website,.. read more  

 Activity
@mashka created an organization Xygeni , 1 year, 5 months ago.
 Activity
@localcloud added a new tool LocalCloud , 1 year, 5 months ago.
 Activity
@ryanc created an organization Resourcely , 1 year, 5 months ago.
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

The guide to kubectl I never had.

This resource provides a comprehensive guide to using kubectl, the CLI tool for Kubernetes. It covers command syntax, useful commands, and plugins/tools to enhance kubectl and Kubernetes functionality. Additionally, it includes a kubectl cheatsheet for quick reference... read more  

The guide to kubectl I never had.
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Talos - An Immutable OS for Kubernetes

Talos is an immutable, minimalist operating system designed for Kubernetes. It allows users to quickly install Kubernetes nodes without worrying about OS configuration changes. Talos provides an API for node management and includes tools like talosctl for tasks such as debugging network issues and c.. read more  

Talos - An Immutable OS for Kubernetes
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Why you shouldn't use AI to write your tests

People are starting to use AI to write their tests, with tools like Meta's TestGen. The rise of LLMs that write tests is both great and concerning. Quality TypeScript coverage can reduce the need for unit tests in some cases. Tests can serve as a form of communication in large organizations with sha.. read more  

Why you shouldn't use AI to write your tests