Best of Backend Development โ April 2024
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
Nordic APIsยท2y
5 REST APIs With Great Developer Experience
Discover examples of REST APIs with excellent developer experience, including the Stripe API with exceptional API documentation, the Slack API with various SDKs, the Pinterest API with multiple versions, the PayPal API with comprehensive documentation and onboarding materials, and the Sabre API with impressive sample code.
- 9
Hacker Newsยท2y
Zero Sheets
Zero Sheets allows you to turn your Google Sheets spreadsheets into powerful APIs to quickly develop prototypes, websites, and apps. Convert your Google Spreadsheets Sheets into RESTful APIs and manipulate data through HTTP requests. Customize your API configuration and build apps without backend/CMS concerns.
- 10
- 11
Tech With Timยท2y
Backend, Frontend or DevOps? How to Decide!
This post discusses the differences between front-end, backend, and devops roles in software development. It explains the responsibilities, required skills, and potential salaries for each role. It also provides guidance on how to choose the right specialization based on personal interests.
- 12
Theo - t3โคggยท2yLoad Balancing (is harder than you think)
This post explores the topic of load balancing and discusses various algorithms, such as round robin, weighted round robin, and Peak exponentially weighted moving average. It highlights the importance of load balancing for web applications and explains how different algorithms can affect latency and dropped requests. The author provides simulations and visualizations to compare the performance of these algorithms in different scenarios.
- 13
- 14
Community Picksยท2y
Why I wrote Laravel Actions
Laravel Actions is a package that aims to bring a more intuitive structure to Laravel applications by organizing code based on features and the domain it serves. It provides a single 'unit of life' called an 'Action' which handles a specific task and can be reused across different parts of the application. By using Laravel Actions, developers can create a backend structure that is closer to the domain and provides better code organization.
- 15
TigerData (Creators of TimescaleDB)ยท2y
Why PostgreSQL Is the Bedrock for the Future of Data
PostgreSQL is emerging as the de facto database standard due to its rock-solid foundation, versatility, and the ability to replace multiple backend technologies. It offers simplicity, reliability, and scalability, making it a popular choice among developers of all sizes. As everything becomes more computerized, the volume of data and the number of specialized databases has grown, leading to complexity and less development time. PostgreSQL is the solution to these challenges, providing a reliable and versatile platform for developers to build the future.
- 16
- 17
- 18
- 19
System Design Codexยท2y
Introduction to ACID Properties
This post introduces the ACID properties in the context of transactions, including atomicity, consistency, isolation, and durability. It explains the importance of atomicity in preventing data inconsistencies, the role of consistency in maintaining invariants, the challenges of isolation in concurrent access to the database, and the guarantee of durability in data storage.