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

Common Mistakes Junior Developers Make (and How to Avoid Them)

Junior developers often focus narrowly on coding without understanding that programming is about solving problems for stakeholders and users. They must master communication and document their work clearly, as collaboration and networking are crucial for career growth. Avoid labeling yourself as "jun.. read more  

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

How To Make Your Boring Terminal So Much Better

Customizing the terminal enhances productivity with power-user commands and faster file navigation. MacOS now uses ZSH by default; Linux defaults to Bash, and Windows uses PowerShell. Using iTerm2 with ZSH and the Oh My ZSH framework provides a highly customizable experience... read more  

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

Top 12 Git commands every developer must know

The latest installment of GitHub for Beginners, where the essential Git commands to get you Git-literate are covered... read more  

Top 12 Git commands every developer must know
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Open-Source Cloud Storage Internxt Launches a Free VPN

Some of the best VPN services for privacy-minded Linux users are easy to set up and use, even for first-time users. Internxt, a Spain-based organization, offers privacy-focused tools like an open-source encrypted cloud storage service and a secure sharing service, with an 80% discount on their lifet.. read more  

Open-Source Cloud Storage Internxt Launches a Free VPN
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Alert on Linux Kernel Vulnerability Sent Out by CISA

CISA added a Linux privilege escalation vulnerability that works on kernel versions between 5.14 and 6.6.14 to its Known Exploited Vulnerabilities (KEV) catalog. Learn more about the threat and what it means for Linux users... read more  

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

Pioneering Change from Code to C-Suite with Gene Kim

Gene Kim discusses lessons in change-making for leaders and companies, inspired by his book Wiring the Winning Organization. He emphasizes the importance of coordination in successful organizations and shares case studies across industries. Gene highlights three key factors for cohesive organization.. read more  

Pioneering Change from Code to C-Suite with Gene Kim
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

How we’ve saved 98% in cloud costs by writing our own database

Hivekit developed an in-process storage engine that saves 98% in cloud costs by replacing AWS Aurora with a $200/month EBS volume. The system, built for high write performance and small disk size, stores each 34-byte location update in a delta-based binary format, allowing for 30 million updates per.. read more  

How we’ve saved 98% in cloud costs by writing our own database
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Queueing – An interactive study of queueing strategies

Encore builds tools for developing distributed systems and event-driven applications. This interactive blog post explores various queueing strategies, including FIFO, LIFO, priority queues, and priority queues with active queue management (AQM). It highlights the trade-offs of different queue types .. read more  

Queueing – An interactive study of queueing strategies
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Adopting OpenTelemetry for our logging pipeline

Cloudflare recently migrated their logging pipeline from syslog-ng to OpenTelemetry Collector to improve scalability and ease of contributions from their team. They developed internal components such as cfjs1exporter and fileexporter to support their unique logging format and requirements. The migra.. read more  

Adopting OpenTelemetry for our logging pipeline
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Back Up Your Git Repositories to S3 or Any S3-Compatible Storage

Created for developers looking to back up their Git repositories to S3, git-backup is an open-source tool that meets specific criteria: uploading snapshots to S3, storing in a standard format, customizable retention policies, and open source. With two commands - snapshot and prune - git-backup simpl.. read more