POW Captcha
A proof of work based captcha, but lightweight, self-hosted and GPLv3 licensed.
https://git.sequentialread.com/forest/pow-captcha
#selfhost #captcha
A proof of work based captcha, but lightweight, self-hosted and GPLv3 licensed.
https://git.sequentialread.com/forest/pow-captcha
#selfhost #captcha
Bit Patterns of
on the Web. Time to write it down.
https://quuxplusone.github.io/blog/2021/09/05/float-format/
@DevMisc
#float #lowlevel #learn
Float
I’ve spent too many hours repeatedly trying to find this informationon the Web. Time to write it down.
https://quuxplusone.github.io/blog/2021/09/05/float-format/
@DevMisc
#float #lowlevel #learn
Deploy express.js on netlify
Netlify lets you deploy serverless Lambda functions without an AWS account, and with function management handled directly within Netlify...
https://paulreaney.medium.com/deploy-express-js-on-netlify
@DevMisc
#netlify #nodejs #serverless
Netlify lets you deploy serverless Lambda functions without an AWS account, and with function management handled directly within Netlify...
https://paulreaney.medium.com/deploy-express-js-on-netlify
@DevMisc
#netlify #nodejs #serverless
How JavaScript Works🔥 🤖 [Visually Explained]
This blog will explain how JavaScript executes code in the browser, and we will learn it through animated gifs...
https://dev.to/narottam04/how-javanoscript-works-visually-explained
@DevMisc
#javanoscript #webdev #v8
This blog will explain how JavaScript executes code in the browser, and we will learn it through animated gifs...
https://dev.to/narottam04/how-javanoscript-works-visually-explained
@DevMisc
#javanoscript #webdev #v8
3 Useful Python f-string Tricks You Probably Don’t Know
Long gone are the days when Python developers used the % operator to perform string formatting in Python...
https://betterprogramming.pub/3-useful-python-f-string-tricks-you-probably-dont-know
@DevMisc
#python #tips #tricks
Long gone are the days when Python developers used the % operator to perform string formatting in Python...
https://betterprogramming.pub/3-useful-python-f-string-tricks-you-probably-dont-know
@DevMisc
#python #tips #tricks
Writing unit tests in Golang
Unit testing is a way of writing tests for the individual components (aka, the smallest part) of a program...
https://medium.com/nerd-for-tech/writing-unit-tests-in-golang-part-1-introducing-testify
@DevMisc
#golang #testing #devops
Unit testing is a way of writing tests for the individual components (aka, the smallest part) of a program...
https://medium.com/nerd-for-tech/writing-unit-tests-in-golang-part-1-introducing-testify
@DevMisc
#golang #testing #devops
Website Carbon Calculator
How is your website impacting the planet?
https://www.websitecarbon.com
@DevMisc
#web #misc
How is your website impacting the planet?
https://www.websitecarbon.com
@DevMisc
#web #misc
Memory Management in Python: 3 Popular Interview Questions
Memory management is one of the most popular interview topics for Python developers, questions about it can test a programmer’s understanding of Python.
https://medium.com/techtofreedom/memory-management-in-python-3-popular-interview-questions-bce4bc69b69a
@DevMisc
#memory #python #learn
Memory management is one of the most popular interview topics for Python developers, questions about it can test a programmer’s understanding of Python.
https://medium.com/techtofreedom/memory-management-in-python-3-popular-interview-questions-bce4bc69b69a
@DevMisc
#memory #python #learn
My Room in 3D
Creative WebGL experiment with Three.js
https://my-room-in-3d.vercel.app/
@DevMisc
#javanoscript #threejs #extra
Creative WebGL experiment with Three.js
https://my-room-in-3d.vercel.app/
@DevMisc
#javanoscript #threejs #extra
Does Cloudflare's 1.1.1.1 DNS Block Archive.is?
Short answer: no. Quite the opposite, actually — Archive.is is intentionally blocking 1.1.1.1 users. Here's why.
https://jarv.is/notes/cloudflare-dns-archive-is-blocked/
@DevMisc
#cloudflare #web #dns
Short answer: no. Quite the opposite, actually — Archive.is is intentionally blocking 1.1.1.1 users. Here's why.
https://jarv.is/notes/cloudflare-dns-archive-is-blocked/
@DevMisc
#cloudflare #web #dns
Username ending with MIME type format is not allowed
https://gitlab.com/gitlab-org/gitlab/-/issues/335278
@DevMisc
#misc #gitlab #issue
https://gitlab.com/gitlab-org/gitlab/-/issues/335278
@DevMisc
#misc #gitlab #issue
Designing Beautiful Shadows in CSS
When I look around the web, most of the shadows I see are fuzzy grey boxes. It doesn't have to be this way, though!
https://www.joshwcomeau.com/css/designing-shadows/
@DevMisc
#css #web #design
When I look around the web, most of the shadows I see are fuzzy grey boxes. It doesn't have to be this way, though!
https://www.joshwcomeau.com/css/designing-shadows/
@DevMisc
#css #web #design
Roblox Exploits Young Game Developers
With Roblox Corporation now being valued at more than $45 billion, we ask whether the kids making the vast majority of its content are being taken advantage of?
https://www.youtube.com/watch?v=_gXlauRB1EQ
@DevMisc
#games #misc
With Roblox Corporation now being valued at more than $45 billion, we ask whether the kids making the vast majority of its content are being taken advantage of?
https://www.youtube.com/watch?v=_gXlauRB1EQ
@DevMisc
#games #misc
Resource efficient Thread Pools with Zig
I'd like to share what I've been working on for the past 2 years give or take. It's a thread pool...
https://zig.news/kprotty/resource-efficient-thread-pools-with-zig-3291
@DevMisc
#zig #threading #overview
I'd like to share what I've been working on for the past 2 years give or take. It's a thread pool...
https://zig.news/kprotty/resource-efficient-thread-pools-with-zig-3291
@DevMisc
#zig #threading #overview
Introduction To Web Sockets
A WebSocket server is an application listening on any port of a TCP server that follows a specific protocol...
https://dev.to/earthcomfy/introduction-to-web-sockets-3n7m
@DevMisc
#websocket #django #javanoscript
A WebSocket server is an application listening on any port of a TCP server that follows a specific protocol...
https://dev.to/earthcomfy/introduction-to-web-sockets-3n7m
@DevMisc
#websocket #django #javanoscript
Elixir and Kubernetes: A love story
In this article, we're seeing how to setup an Erlang cluster on Kubernetes, allowing us to get resilience at the application level and the infrastructure level...
https://david-delassus.medium.com/elixir-and-kubernetes-a-love-story-721cc6a5c7d5
@DevMisc
#erlang #elixir #kubernetes
In this article, we're seeing how to setup an Erlang cluster on Kubernetes, allowing us to get resilience at the application level and the infrastructure level...
https://david-delassus.medium.com/elixir-and-kubernetes-a-love-story-721cc6a5c7d5
@DevMisc
#erlang #elixir #kubernetes
Replay, a time travelling web debugger
As simple as a screen recorder and as powerful as browser developer tools, Replay is the best way to understand your software.
https://www.replay.io/
@DevMisc
#webdev #tools #javanoscript
As simple as a screen recorder and as powerful as browser developer tools, Replay is the best way to understand your software.
https://www.replay.io/
@DevMisc
#webdev #tools #javanoscript
These VS Code Extensions Can Be Super Useful for You
VS Code extensions let you add languages, debuggers, and tools to your installation to support your development workflow...
https://betterprogramming.pub/these-vs-code-extensions-can-be-super-useful-for-you
@DevMisc
#vscode #workflow #git
VS Code extensions let you add languages, debuggers, and tools to your installation to support your development workflow...
https://betterprogramming.pub/these-vs-code-extensions-can-be-super-useful-for-you
@DevMisc
#vscode #workflow #git
“The infringer is my alt account”
https://github.com/github/dmca/blob/master/2021/09/2021-09-02-zmessenger.md
@DevMisc
#github #dmca #misc
https://github.com/github/dmca/blob/master/2021/09/2021-09-02-zmessenger.md
@DevMisc
#github #dmca #misc