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
The Perils of an .xyz Domain
What if I told you there was a way to instantly increase your email deliverability, website accessibility and the customer perception of your brand?
https://www.spotvirtual.com/blog/the-perils-of-an-xyz-domain/
@DevMisc
#dns #domain #extra
What if I told you there was a way to instantly increase your email deliverability, website accessibility and the customer perception of your brand?
https://www.spotvirtual.com/blog/the-perils-of-an-xyz-domain/
@DevMisc
#dns #domain #extra
Paper to HTML Converter
This is an experimental prototype that aims to render scientific papers in HTML so they can be more easily read by screen readers or on mobile devices.
https://papertohtml.org/
@DevMisc
#tools #ocr
This is an experimental prototype that aims to render scientific papers in HTML so they can be more easily read by screen readers or on mobile devices.
https://papertohtml.org/
@DevMisc
#tools #ocr
Regular Expressions Clearly Explained with Examples
Regular expression is not a library nor is it a programming language. Instead, regular expression is a sequence of characters that specifies a search pattern in any given text...
https://towardsdatascience.com/regular-expressions-clearly-explained-with-examples
@DevMisc
#regexp #tutorial #beginner
Regular expression is not a library nor is it a programming language. Instead, regular expression is a sequence of characters that specifies a search pattern in any given text...
https://towardsdatascience.com/regular-expressions-clearly-explained-with-examples
@DevMisc
#regexp #tutorial #beginner
5chan - How to write a 4chan clone in Go and NextJS
4chan is a simple image-based bulletin board where anyone can post comments and share images...
https://dev.to/100lvlmaster/5chan-the-4chan-clone-1n7p
@DevMisc
#tutorial #golang #nextjs
4chan is a simple image-based bulletin board where anyone can post comments and share images...
https://dev.to/100lvlmaster/5chan-the-4chan-clone-1n7p
@DevMisc
#tutorial #golang #nextjs
6 use cases of the useEffect ReactJS hook
Whenever we need to make use of side effects in our application, useEffect is the way to go...
https://dev.to/colocodes/6-use-cases-of-the-useeffect-reactjs-hook
@DevMisc
#react #webdev #javanoscript
Whenever we need to make use of side effects in our application, useEffect is the way to go...
https://dev.to/colocodes/6-use-cases-of-the-useeffect-reactjs-hook
@DevMisc
#react #webdev #javanoscript
How To Set Up WireGuard on Ubuntu 20.04
WireGuard is a lightweight Virtual Private Network (VPN) that supports IPv4 and IPv6 connections, written in just 4,000 lines of code...
https://www.digitalocean.com/community/tutorials/how-to-set-up-wireguard-on-ubuntu-20-04
@DevMisc
#vpn #ubuntu #ipv6
WireGuard is a lightweight Virtual Private Network (VPN) that supports IPv4 and IPv6 connections, written in just 4,000 lines of code...
https://www.digitalocean.com/community/tutorials/how-to-set-up-wireguard-on-ubuntu-20-04
@DevMisc
#vpn #ubuntu #ipv6
How one programmer broke the internet by deleting a tiny piece of code
A man in Oakland, California, disrupted web development around the world last week by deleting 11 lines of code.
https://qz.com/646467/how-one-programmer-broke-the-internet-by-deleting-a-tiny-piece-of-code/
@DevMisc
#react #misc #javanoscript
A man in Oakland, California, disrupted web development around the world last week by deleting 11 lines of code.
https://qz.com/646467/how-one-programmer-broke-the-internet-by-deleting-a-tiny-piece-of-code/
@DevMisc
#react #misc #javanoscript
Digital Logic Simulator
A light program to emulate circuits and to experiment with logic gates.
https://sebastian.itch.io/digital-logic-sim
@DevMisc
#hardware #logic #simulator
A light program to emulate circuits and to experiment with logic gates.
https://sebastian.itch.io/digital-logic-sim
@DevMisc
#hardware #logic #simulator
Why should you learn Rust?
Rust is safe. Rust’s memory safety guarantees that you never have to worry about SegFaults or anything of the sort.
https://betterprogramming.pub/why-rust-d52516e70ab8
@DevMisc
#rust #overview
Rust is safe. Rust’s memory safety guarantees that you never have to worry about SegFaults or anything of the sort.
https://betterprogramming.pub/why-rust-d52516e70ab8
@DevMisc
#rust #overview
Aioprocessing
A Python 3.5+ library that integrates the multiprocessing module with asyncio
https://github.com/dano/aioprocessing
@DevMisc
#async #python #library
A Python 3.5+ library that integrates the multiprocessing module with asyncio
https://github.com/dano/aioprocessing
@DevMisc
#async #python #library
HTTP Code 418
The server refuses to brew coffee because it is a teapot...
https://exceptionnotfound.net/http-418-im-a-teapot-just-a-joke-or-something-more
@DevMisc
#meme #http
The server refuses to brew coffee because it is a teapot...
https://exceptionnotfound.net/http-418-im-a-teapot-just-a-joke-or-something-more
@DevMisc
#meme #http
Phone support
As a solo developer, I decided to offer phone support, and this is what happened...
http://plumshell.com/2017/11/30/as-a-solo-app-developer-i-decided-to-offer-phone-support-and-this-is-what-happened
@DevMisc
#support #misc
As a solo developer, I decided to offer phone support, and this is what happened...
http://plumshell.com/2017/11/30/as-a-solo-app-developer-i-decided-to-offer-phone-support-and-this-is-what-happened
@DevMisc
#support #misc
Version Control Without Git
A conceptual model is an explanation, usually highly simplified, of how something works. It doesn’t have to be complete or even accurate as long as it is useful.
https://itoshkov.github.io/git-tutorial
@DevMisc
#git #tutorial #overview
A conceptual model is an explanation, usually highly simplified, of how something works. It doesn’t have to be complete or even accurate as long as it is useful.
https://itoshkov.github.io/git-tutorial
@DevMisc
#git #tutorial #overview
Building apps in minutes, not months
What if you could build an entire, production-ready app not in weeks or months — but in minutes?
https://alexanderobenauer.com/labnotes/001/
@DevMisc
#web #framework #misc
What if you could build an entire, production-ready app not in weeks or months — but in minutes?
https://alexanderobenauer.com/labnotes/001/
@DevMisc
#web #framework #misc