Directly jump to the content and enable reader mode

Content Nation Search

2 Search results

sort by

Creating an algorithm for string art

Grumpy Developer Reading time: about 6 min Date: Language:english
An article about string art. What it is, why it's cool and how one algorithm works. Including source code.

How to write a modern webservice part 1

Grumpy Developer Reading time: about 5 min Date: Language:english
Are you ready to build a modern web service that's scalable, efficient, and reliable? In this series, we'll take a deep dive into designing a system that can handle large volumes of traffic, process complex requests, and respond quickly to user queries. We'll explore the key concepts behind building such a system, including async IO, multithreading, and resource-friendly design. We'll also discuss how to use existing technologies like Haproxy for load balancing and how to implement a connection pool to manage incoming and outgoing requests. Whether you're building an API or a microservices-based architecture, this series will provide you with practical insights and design principles to help you create a robust and scalable web service that meets the demands of modern web applications.