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
Command not found

Install any command on any operating system.

https://command-not-found.com/

@DevMisc
#terminal #tools #misc
Why solve a problem twice?

Design patterns let you apply existing solutions to your code

https://stackoverflow.blog/patterns

@DevMisc
#design #patterns #learn
Posting (not via internet!) the password to you is secure, as it's illegal to open someone else mail.

https://redd.it/ql1u49

@DevMisc
#meme #security
RCE in a distance learning website

Maybe you should be careful letting users upload .php files...

https://blog.shish.cat/my-first-rce

@DevMisc [#Original ❤️]
#security #bugbounty
The benefits of Iframe-based development

This article shows that Iframes allow single page apps to isolate security, improve performance, and increase developer speed through modular operations.

https://stakedy.com/long/the-hidden-benefits-of-iframe-based-development.html

@DevMisc
#web #dev
Python: Icecream

Never use print() to debug again.

https://github.com/gruns/icecream

@DevMisc
#python #dev
These Parents Built a School App. Then the City Called the Cops

https://www.wired.co.uk/article/sweden-stockholm-school-app-open-source

@DevMisc
#misc #extra
Preview Local Projects with Cloudflare Tunnel

...or, a ngrok alternative.

https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel

@DevMisc
#tools #cloudflare #misc
Async Python is not faster

Async Python is slower than "sync" Python under a real-world benchmark.

https://calpaterson.com/async-python-is-not-faster.html

@DevMisc
#python #web
Goodbye CSS Modules, Hello TailwindCSS

Migrating from CSS Modules to TailwindCSS.

https://www.polytomic.com/blog-posts/goodbye-css-modules-hello-tailwindcss

@DevMisc
#css #tailwind #webdev
How to NEVER use lambdas

An inefficient and yet educational guide to the proper misuse of the lambda construct in Python.

https://gist.github.com/e000/1023982

@DevMisc
#python #learn #fp #extra
Making sense of asyncio

When in doubt you should use asyncio when you can and threading when you must.

https://www.educative.io/blog/python-concurrency-making-sense-of-asyncio

@DevMisc
#python #async #learn
Async Python is not faster

It's indeed slower than "sync" python under a realistic benchmark. A bigger worry is that async frameworks go a bit wobbly under load.

https://calpaterson.com/async-python-is-not-faster.html

@DevMisc
#python #async #misc
My startup `localhost` has been hacked. Please help.

@DevMisc
#meme #nodejs