The Difference Between HTTP Auth, API Keys, and OAuth | Nordic APIs |
https://nordicapis.com/the-difference-between-http-auth-api-keys-and-oauth/
https://nordicapis.com/the-difference-between-http-auth-api-keys-and-oauth/
Nordic APIs
HTTP Auth, API Keys, and OAuth — What Is the Difference? | Nordic APIs |
What is the difference between API authentication schemes, like HTTP Basic Authentication, API Keys, and OAuth? Learn the nuances here.
Scalability of SynchronizedMap vs. ConcurrentHashMap vs. NonBlockingHashMap
https://vmlens.com/articles/scale/scalability_hash_map/
https://vmlens.com/articles/scale/scalability_hash_map/
What the fuck is a closure? ・ Dan’s JavaScript Glossary
https://whatthefuck.is/closure
https://whatthefuck.is/closure
whatthefuck.is
What the fuck is a closure? ・ Dan’s JavaScript Glossary
Protecting Your API from Brute Forcing By Rate Limiting in NodeJS — Soshace • Soshace
https://blog.soshace.com/protecting-your-api-from-brute-forcing-by-rate-limiting-in-nodejs/
https://blog.soshace.com/protecting-your-api-from-brute-forcing-by-rate-limiting-in-nodejs/
Soshace
Protecting Your API from Brute Forcing By Rate Limiting in NodeJS
Brute forcing is the most common cybersecurity attack. To avoid facing downtime and potentially leaking user credentials, rate limiting should be implemented on every public-facing API.
molefrog/wouter: ⛸ A minimalist-friendly ~1.3KB routing for React and Preact. Nothing else but HOOKS.
https://github.com/molefrog/wouter#getting-started
https://github.com/molefrog/wouter#getting-started
GitHub
GitHub - molefrog/wouter: 🥢 A minimalist-friendly ~2.2KB routing for React and Preact
🥢 A minimalist-friendly ~2.2KB routing for React and Preact - molefrog/wouter
"The Diabolical Developer's Guide to Picking Your Java" - Martijn Verburg - YouTube
https://m.youtube.com/watch?v=doaw2J3AwgM&feature=youtu.be
https://m.youtube.com/watch?v=doaw2J3AwgM&feature=youtu.be
YouTube
"The Diabolical Developer's Guide to Picking Your Java" - Martijn Verburg
A guided tour, from legal, technical, and cloud-native perspective, of all JDK vendors: Oracle, OpenJDK, Adoptium/AdoptOpenJDK, Azul, Red Hat, IBM Amazon...
Links:
* more on the talk: https://2020.accento.dev/talks/adoptopenjdk/
* more on Martijn: ht…
Links:
* more on the talk: https://2020.accento.dev/talks/adoptopenjdk/
* more on Martijn: ht…
When Feature Flags Do And Don’t Make Sense – Software the Hard way
https://software.rajivprab.com/2019/12/19/when-feature-flags-do-and-dont-make-sense/
https://software.rajivprab.com/2019/12/19/when-feature-flags-do-and-dont-make-sense/
Software the Hard way
When Feature Flags Do And Don’t Make Sense
Over the past years, I’ve worked in multiple teams adopting very different strategies when it comes to feature flags. I’ve seen the pros and cons of both, and over time, I found myself disagreeing …
👍1
Stopping phishing campaigns with bash
https://blog.haschek.at/2020/stopping-phishing-campaigns-with-bash.html
https://blog.haschek.at/2020/stopping-phishing-campaigns-with-bash.html
blog.haschek.at
Christian Haschek's blog
Personal blog of Christian Haschek
https://www.scrapingbee.com/blog/web-scraping-without-getting-blocked/
https://www.scrapingbee.com/blog/web-scraping-without-getting-blocked/
https://www.scrapingbee.com/blog/web-scraping-without-getting-blocked/
Scrapingbee
Web Scraping without getting blocked (2025 Solutions) | ScrapingBee
Tired of getting blocked when web scraping? Learn essential tips to stay undetected and gather the data you need. Plus, discover an easy solution!
switching.software | Ethical, easy-to-use and privacy-conscious alternatives to well-known software
https://switching.software/
https://switching.software/
12 Useful Packages Every Node.js Developer Should Know | by Indrek Lasn | Better Programming | Sep, 2020 | Medium
https://medium.com/better-programming/12-useful-packages-every-node-js-developer-should-know-2746db760e
https://medium.com/better-programming/12-useful-packages-every-node-js-developer-should-know-2746db760e
Medium
12 Useful Packages Every Node.js Developer Should Know
Node packages that will make you more productive every day
5 most annoying website features I face as a blind person every single day | The Big Hack
https://bighack.org/5-most-annoying-website-features-i-face-as-a-blind-screen-reader-user-accessibility/
https://bighack.org/5-most-annoying-website-features-i-face-as-a-blind-screen-reader-user-accessibility/
Scope for business
5 web features I find annoying as a blind person - Scope for Business
Holly, a blind screenreader user, explains the main accessibility barriers she faces every day. Bad heading structure, alt-text, links, forms
https://medium.com/@mickael.riga.79/some-great-books-for-programmers-that-stackoverflow-cannot-replace-514773b273a3
https://medium.com/@mickael.riga.79/some-great-books-for-programmers-that-stackoverflow-cannot-replace-514773b273a3
https://medium.com/@mickael.riga.79/some-great-books-for-programmers-that-stackoverflow-cannot-replace-514773b273a3
Medium
Some Great Books For Programmers That StackOverflow Cannot Replace
Here is a list of very good books that you might want to read if you are a programmer, or intend to become one. They will teach you many…
JavaScript Event Loop And Call Stack Explained
https://felixgerschau.com/javanoscript-event-loop-call-stack/
https://felixgerschau.com/javanoscript-event-loop-call-stack/
Felixgerschau
JavaScript Event Loop And Call Stack Explained | Felix Gerschau
Learn how JavaScript works in the browser: In this article, I explain how the call stack, event loop, job queue and more work together.
Four characters can optimize your React component | Ben Ilegbodu
https://www.benmvp.com/blog/four-characters-optimize-react-component/
https://www.benmvp.com/blog/four-characters-optimize-react-component/
Ben Ilegbodu
Four characters can optimize your React component | Ben Ilegbodu
How making use of useState lazy initialization can speed up your React function component
A Hitchhiker's Guide to Containerizing (Spring Boot) Java Apps
https://blog.frankel.ch/hitchhiker-guide-containerizing-java-apps/
https://blog.frankel.ch/hitchhiker-guide-containerizing-java-apps/
A Java geek
A Hitchhiker's Guide to Containerizing (Spring Boot) Java Apps
Containerizing an application based on a 'noscripting' language is straightforward. Add the sources, download the dependencies, and you’re good to go. One could say they are WYSIWYR. With compiled languages in general, and Java in particular, things are a bit…