Dev Miscellaneous – Telegram
Dev Miscellaneous
341 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
Pydash: A Kitchen Sink of Missing Python Utilities

https://link.medium.com/ZaRaNOLT1hb
Zip – How not to design a file format

https://games.greggman.com/game/zip-rant
Framework Benchmarks

Here are (sorted by performance) the top frameworks for building backend software

https://www.techempower.com/benchmarks/#section=data-r19
Best Docker Container Tools and Resources

Docker is one of the fastest-growing technologies in 2020, and with good reason...

https://medium.com/@engineyard/best-docker-container-tools-and-resources-d057cc915368

@DevMisc
#docker #container #devops
IPv6 adoption

It is July 2021 and the IPv6 adoption at major websites is bad...

https://ipv6.watch/

@DevMisc
#ipv6 #networking #net
Why Discord is switching from Go to Rust

Rust is becoming a first class language in a variety of domains. At Discord, we’ve seen success with Rust on the client side and server side.

https://blog.discord.com/why-discord-is-switching-from-go-to-rust-a190bbca2b1f

@DevMisc
#rust #discord #golang
5 simple tips and tricks for writing unit tests in golang

Test-driven development is a great way to keep the quality of your code high...

https://medium.com/@matryer/5-simple-tips-and-tricks-for-writing-unit-tests-in-golang

@DevMisc
#golang #testing #codequality
Running Go code from Python

Python is a great, clean language, despite its speed. You can speed it up making go bindings.

https://medium.com/analytics-vidhya/running-go-code-from-python-a65b3ae34a2d

@devmisc
#golang #python #cdll
Freenom, the free domains website, is a scam

tl;dr you don't own the domains you get for free

https://daniel.is-a.dev/blog/freenom-the-free-domains-website-is-a-scam-3

@devmisc
#dns #web #extra
Keep your identity small

"I finally realized today why politics and religion yield such uniquely useless discussions"

http://www.paulgraham.com/identity.html

@devmisc
#programming #meta
Learn Python by doing fun interactive exercises

A fun exercise heavy approach to learning modern Python from scratch

https://epicpython.com/

@devmisc
#python #learn #tutorial
JavaScript: How to decode the GreenPass QR code

Thanks to the publication of all the specifications of the vaccination pass, the author of the article was able to read all of its contents using JavaScript

https://dev.to/lmillucci/javanoscript-how-to-decode-the-greenpass-qr-code-3dh0

@DevMisc
#special #javanoscript #qrcode
Software disenchantment

Everything is going to hell and nobody seems to care

https://tonsky.me/blog/disenchantment

@devmisc
#meta
Terminal music visualizer

Command line visualizer. Supports mpd, with experimental support for alsa and pulseaudio.

https://github.com/dpayne/cli-visualizer

@devmisc
#extra #music #terminal
Go statement considered harmful

Every concurrency API needs a way to run code concurrently. There are lots of variations but the semantics are the same.

https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/

@devmisc
#golang
Hacky Experiments

A series of hacky experiments by a hacky hacker.

https://hackyexperiments.vercel.app/

@devmisc
#misc #extra
How to improve your docker containers security

Docker containers have been an essential part of the developer's toolbox for several years now. This gain in traction has been, accompanied by a surge in security issues...

https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet/

@DevMisc
#docker #devops #security