Bookmarks, page 40 of 68
Learn how Go can be used to keep open network connections and broadcast messages over the web.
This article shows the saga of how we used two sprints to increase in 10x the number of requisitions that our backend can respond. I’ll tell how it was possible to improve our backend’s performance…
Getting Started with Rack. GitHub Gist: instantly share code, notes, and snippets.
a simple collection of 2d collision/intersects functions. Supports points, circles, ellipses, lines, axis-aligned boxes, and polygons
Developing a web application that uses server-sent events is straightforward. You'll need a bit of code on the server to stream events to the front-end, but the client side code works almost identically to websockets in part of handling incoming events. This is a one-way connection, so you can't send events from a client to a server.
In this post, we'll learn the basics of Kafka and how its event-driven process can be used to power your Rails services.
The right way to do templating in Kubernetes
Having an automated deployment process is a requirement for a scalable and resilient application, and it’s especially important to apply CI/CD concepts to Ku…
In this tutorial, you will learn how to use the PostgreSQL CREATE PROCEDURE statement to create new stored procedures.
The introduction to Reactive Programming you've been missing
Go tutorial to help beginners get started with Go programming quickly. These tutorials cover the basic hello world program as well as advanced concepts such as concurrency and reflection.