Dev Miscellaneous – Telegram
Dev Miscellaneous
342 subscribers
884 photos
6 videos
5 files
917 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://news.1rj.ru/str/+r_fUfa1bx1g0MGRk
Download Telegram
How I Learned Coding Mostly From Porn

I wanted rent money and rent money addiction is the path that leads down to the dark world of creativity.

https://codingtofreedom.com/i-learned-coding-mostly-from-porn/

@DevMisc
#extra #blog
POW 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 Float

I’ve spent too many hours repeatedly trying to find this information
on 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
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
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
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
Website Carbon Calculator

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
My Room in 3D

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
Username ending with MIME type format is not allowed

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
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
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
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
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
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
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