Found 8159 bookmarks
Newest
Proxying HTTP and gRPC requests in Go
Proxying HTTP and gRPC requests in Go
At Host Factor all incoming traffic passes through our proxy layer and all outgoing TCP traffic is redirected to our application proxy…
·itnext.io·
Proxying HTTP and gRPC requests in Go
Improving DevOps Performance with DORA Metrics
Improving DevOps Performance with DORA Metrics
Everyone in the software industry is in a race to become more agile. We all want to improve the performance of our software development…
·horovits.medium.com·
Improving DevOps Performance with DORA Metrics
The Amstrad CPC Portable
The Amstrad CPC Portable
A beautiful reimagining of The Amstrad Colour Personal Computer. Michael Wessel put a lot of care and detail into making the worlds first battery-powered all-in-one portable Amstrad CPC! From Hacka…
·blog.adafruit.com·
The Amstrad CPC Portable
Implement Fine-Grained Security, or Get Left Behind
Implement Fine-Grained Security, or Get Left Behind
Authorization has to happen close to the application, because it’s in the critical path of every application request. But fine-grained security requires real-time access to user attributes and resource relationships.
·thenewstack.io·
Implement Fine-Grained Security, or Get Left Behind
Authorization Challenges in a Multitenant System
Authorization Challenges in a Multitenant System
Multitenancy poses challenges around authorization and privacy, so it's important to understand these before you start building your system.
·thenewstack.io·
Authorization Challenges in a Multitenant System
Announcing the new guide to Android app modularization
Announcing the new guide to Android app modularization
Posted by Miłosz Moczkowski, Developer Relations Engineer, Android As your app grows in size and complexity, it becomes increasingly d...
·android-developers.googleblog.com·
Announcing the new guide to Android app modularization
Live sessions in action
Live sessions in action
A closer look at live_session and different use cases
·fly.io·
Live sessions in action
Off Grid Internet Use Cases
Off Grid Internet Use Cases
Expanding the uses of an autonomous network, and offering some ideas on the ways that autonomous and community controlled networking can lead to change.
·anarchosolarpunk.substack.com·
Off Grid Internet Use Cases
Running PostgreSQL Inside Your Browser
Running PostgreSQL Inside Your Browser
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
·i-programmer.info·
Running PostgreSQL Inside Your Browser
An overview of Node.js: architecture, APIs, event loop, concurrency
An overview of Node.js: architecture, APIs, event loop, concurrency
This blog post gives an overview of how Node.js works: What its architecture looks like. How its APIs are structured. A few highlights of its global variables and built-in modules. How it runs JavaScript in a single thread via an event loop. Options for concurrent JavaScript on this platform.
·2ality.com·
An overview of Node.js: architecture, APIs, event loop, concurrency
Building the main navigation for a website
Building the main navigation for a website
This tutorial describes how to build an accessible main navigation of a website. You learn about semantic HTML, accessibility, and how using ARIA attributes can sometimes do more harm than good.
·web.dev·
Building the main navigation for a website
How the SQLite Virtual Machine Works
How the SQLite Virtual Machine Works
Let's look at how SQLite parses, optimizes, and compiles every query that it receives.
·fly.io·
How the SQLite Virtual Machine Works
Linx
Linx
Take your API specification from Postman to Live production in under 30 minutes
·linx.software·
Linx
What's Inside Of a Distroless Container Image: Taking a Deeper Look
What's Inside Of a Distroless Container Image: Taking a Deeper Look
What are these distroless images, really? Why are they needed? What's the difference between a container started from a distroless base and a container started from scratch? Let's take a deeper look.
·iximiuz.com·
What's Inside Of a Distroless Container Image: Taking a Deeper Look
Quality Is Systemic - Jacob Kaplan-Moss
Quality Is Systemic - Jacob Kaplan-Moss
Software quality is more the result of a system designed to produce quality, and not so much the result of individual performance. That is: a group of mediocre programmers working with a structure designed to produce quality will produce better software than a group of fantastic programmers working in a system designed with other goals.
·jacobian.org·
Quality Is Systemic - Jacob Kaplan-Moss
gitgot: Dialed in User Interfaces
gitgot: Dialed in User Interfaces
I’ve been working on an alternate GitHub front end called gitgot. Some people may be wondering why this is a worthwhile project. Here’s an explanation. People use GitHub a lot. I know I do. They use it for their work, for their open source projects, for school, for anything and everything. As a result, the GitHub user interface has to accomodate all of these different users. It has to work for the developer who is looking at a library’s repository in order to check whether it’s worth using, and it has to work for the maintainer of this library to handle all the issues and pull requests.
·uptointerpretation.com·
gitgot: Dialed in User Interfaces