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

CSS code-golfing game is here! Use your CSS skills to replicate targets with smallest possible code.

https://cssbattle.dev/

@DevMisc
#css #learn #misc
JSLinux

Run Linux or other Operating Systems in your browser!

https://bellard.org/jslinux/

@DevMisc
#web #linux #misc
Visual voicemails are secretly email clients

https://smitop.com/post/phone-email/

@DevMisc
#misc #imap #learn #telephony
Why you shouldn’t use GraphQL

GraphQL is great, however, depending on your use case, performance requirements, and tolerance for unnecessary complexity, GraphQL could be a bad fit for your project.

https://blog.logrocket.com/why-you-shouldnt-use-graphql

@DevMisc
#dev #learn #graphql
Exploring Nim language

Towards writing a ransomware in Nim.

https://ilankalendarov.github.io/posts/nim-ransomware/

@DevMisc
#nim #malware #overview