Join us

heart Curated links by FAUN
Sponsored Link FAUN Team
@faun shared a link, 1 year, 1 month ago

Read Golang Weekly

Golang Weekly Newsletter, Gopa. Curated Golang news, tutorials, tools and more! 

Join thousands of other readers, 100% free, unsubscribe anytime.

Link
@faun shared a link, 3 days, 16 hours ago

How to install Linux from a Windows installer

Alpine Linux can be installed alongside Windows by partitioning the disk correctly and creating an EFI partition. This can be achieved by using the Windows installer to create the necessary partitions and then booting into Alpine Linux using GRUB...

How to install Linux from a Windows installer
Link
@faun shared a link, 3 days, 16 hours ago

System Design Interview Question: Design URL Shortener

This post covers the system design of a URL shortener tool like TinyURL or Bitly, including functional and non-functional requirements, database design, URL shortener service implementation, high-level architecture components, and security considerations. The system needs to handle 1000 writes per s..

Link
@faun shared a link, 3 days, 16 hours ago

How an empty S3 bucket can make your AWS bill explode

AWS billing issue caused by unauthorized write requests originating from multiple accounts outside AWS, resembling a DDoS attack. Lesson learned: add random suffixes to bucket names for enhanced security and specify AWS region in requests to avoid additional costs and API redirection. Take precautio..

How an empty S3 bucket can make your AWS bill explode
Link
@faun shared a link, 3 days, 17 hours ago

Q1 2024 Internet disruption summary

Cloudflare's network spans over 310 cities in 120 countries, connecting with 13,000 network providers. They recently explored the impact of Internet disruptions from a routing and traffic perspective. The first quarter of 2024 saw Internet disruptions due to cable damage, military action, and cybera..

Q1 2024 Internet disruption summary
Link
@faun shared a link, 3 days, 17 hours ago

21 Tools to take your dev skills to the moon 

There are many AI tools available to help developers save time and focus on things that matter. One interesting tool is Taipy, an open-source Python library that offers end-to-end application development features for efficient data flow management and improved performance. It also integrates seamles..

21 Tools to take your dev skills to the moon 
Link
@faun shared a link, 3 days, 17 hours ago

Create a serverless URL shortener in AWS with Terraform

Build a serverless URL shortener using AWS services like API Gateway, Lambda, DynamoDB, and DAX for caching to increase response time and efficiency. Implement the infrastructure code using Terraform, and easily manage and modify the components of the application to optimize performance and scalabil..

Create a serverless URL shortener in AWS with Terraform
Link
@faun shared a link, 3 days, 17 hours ago

A brief history of web development. And why your framework doesn't matter.

History of web development frameworks is important to help keep perspective. Over the past year, the journey of web development has been crazy, with changes in architecture, such as moving from a single-server structure to more decentralized spaces for sharing information...

Link
@faun shared a link, 3 days, 17 hours ago

The 2024 Golang Developer RoadMap

If you want to become a Golang developer, you have come to the right place. This article shares a complete roadmap to follow to become a competent Golang developer, including mandatory tech skills and additional optional skills to excel in backend development...

The 2024 Golang Developer RoadMap
Link
@faun shared a link, 3 days, 17 hours ago

Open sourcing MS-DOS 4.0

Microsoft has released the source code to MS-DOS 4.00 under the MIT license in partnership with IBM. This release includes original documents, binaries, and source code from the "Ozzie Drop" collection. The team is continuing to explore the archives for more discoveries and may release additional co..

Open sourcing MS-DOS 4.0
Link
@faun shared a link, 3 days, 17 hours ago

Git 2.45.0 released

Version 2.45.0 of the Git source-code management system has been released. Changes include a new list command for git reflog, new configuration variables for git diff, the ability to drop redundant commits while cherry-picking, performance improvements, and more...