9 Best Articles in 2021
atyantik.com
Proxy, The new Javascript ES6 feature
atyantik.com
6 min read · 129 saves · From 2018 · You may have heard about or come across a new term called Proxies. So, what do you mean by Proxy, what is JavaScript Proxies, how are they more helpful and how you can implement them using ES6? Too…
jasonwilder.com
Automated Nginx Reverse Proxy for Docker ·
jasonwilder.com
4 min read · 30 saves · From 2014 · A reverse proxy server is a server that typically sits in front of other web servers in order to provide additional functionality that the web servers may not provide themselves. For example, a…
traefik.io
Træfɪk
traefik.io
1 min read · 66 saves · From 2016 · Træfik (pronounced like traffic) is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm, Kubernetes, Marathon, Mesos,…
envoyproxy.io
Envoy Proxy - Home
envoyproxy.io
3 min read · 23 saves · From 2017 · Envoy is an open source edge and service proxy, designed for cloud-native applications
owasp
OWASP Zed Attack Proxy Project
owasp
6 min read · 12 saves · From 2016 · From OWASP Review this project. The OWASP Zed Attack Proxy (ZAP) is one of the world’s most popular free security tools and is actively maintained by hundreds of international volunteers*. It can help…
David Walsh
JavaScript Proxy with Storage
David Walsh
2 min read · 27 saves · 2019-07-26 · The JavaScript Proxy API provides a wealth of “magic” within JavaScript, allowing you to use any object as sort of an alias that allows a wall of validation, formatting, and error throwing. Did you…
medium.com
#4 Proxy Metrics
medium.com
9 min read · 32 saves · 2019-07-28 · Gibson Biddle · How to define a metric to prove or disprove your hypothesis
CodeShip
NGINX as a Reverse Proxy for Docker Swarm Clusters
CodeShip
6 min read · 12 saves · From 2016 · Let's see how to use NGINX as a reverse proxy for load-balancing containerized HTTP apps running in a Swarm cluster.
linkerd.io
Linkerd
linkerd.io
1 min read · 56 saves · From 2016 · Linkerd is a transparent proxy that adds service discovery, routing, failure handling, and visibility to modern software applications
Trending
DEV Community 👩💻👨💻
Nginx concepts I wish I knew years ago
DEV Community 👩💻👨💻
4 min read · Jan 12th · Nginx is a web server that is used as a reverse proxy, load balancer, mail proxy, and HTTP cache and...
CBS News
13 House Republicans are voting by proxy on COVID relief bill, citing pandemic, but they're speaking at…
CBS News
2 min read · Feb 26th · House Speaker Nancy Pelosi implemented proxy voting last May to give House members a way to votes while avoiding exposure to COVID-19.
MacRumors.com
iOS 14.5 Beta Directs 'Safe Browsing' Traffic in Safari Through Apple Server Instead of Google to Protect…
MacRumors.com
2 min read · 20 saves · Feb 11th · Starting with iOS and iPadOS 14.5, Apple will proxy Google's "Safe Browsing" service used in Safari through its own servers instead of...
applevis.com
Apple Executives' Bonuses to Be Tied to Their Performance With Respect to Accessibility and the Company's Other…
applevis.com
1 min read · 15 saves · Jan 28th · Skip to main content In an annual meeting of shareholders notice and proxy statement filed this week with the U.S. Securities and Exchange Commission (SEC), Apple says
More like this
github.com
OptimalBits/redbird
github.com
22 saves · From 2016 · A modern reverse proxy for node. Contribute to OptimalBits/redbird development by creating an account on GitHub.
blog.fourk.io
Replace Your Production API With Elixir Today — Fourk
blog.fourk.io
5 min read · 13 saves · From 2016 · AKA: How to build a reverse proxy with Elixir and Phoenix
TechCrunch
Proxy raises $13.6M to unlock anything with Bluetooth identity
TechCrunch
4 min read · 15 saves · 2019-03-27 · You know how kings used to have trumpeters heralding their arrival wherever they went? Proxy wants to do that with Bluetooth. The startup lets you instantly unlock office doors and reserve meeting…
proxy.co
Proxy - Home
proxy.co
1 min read · 12 saves · From 2016 · Proxy is a new way to access your office, building, or apartment, and it is simple. Just use your phone.
The Atlantic
Americans Strongly Dislike PC Culture
The Atlantic
7 min read · 79 saves · From 2018 · Youth isn’t a good proxy for support of political correctness, and race isn’t either.
Bit
A practical guide to Javascript Proxy
Bit
9 min read · 13 saves · 2019-05-16 · Thomas Barrasso · Proxies on proxies for clean and composable Javascript metaprogramming
Quartz
These are the skills to learn for the future of work, according to the World Economic Forum
Quartz
3 min read · 76 saves · From 2018 · When we talk about the future of work, we often talk about job titles as a proxy for where the economy is heading. Machinists and truck drivers are out, robotics programmers and project managers are…
proxyman.io
Proxyman • An modern and intuitive HTTP debugging proxy on macOS
proxyman.io
~13 min read · 31 saves · 2019-06-27 · Proxyman is a high-performance macOS app, which enables developers to view HTTP/HTTPS requests from apps and domains.
arbazsiddiqui.me
Javascript Proxies : Real world use cases
arbazsiddiqui.me
6 min read · 34 saves · 2020-03-20 · Introduction To Proxy In programming terms, proxy is any entity that acts on behalf of some other entity. A proxy server sits in between a…