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

Avoiding bot detection: How to scrape the web without getting blocked?

https://github.com/niespodd/browser-fingerprinting

@DevMisc
#extra #dev
Javanoscript Worst Practice

Everyone talks about the “best practices”, however, what about the things we’re doing that they’re not only wrong, but terrible practices?

https://blog.bitsrc.io/javanoscript-worst-practices

@DevMisc
#javanoscript #webdev #codequality
This new Python package builds awesome GUI’s!

On top of this, this package differs from other front-end packages because Dear PyGui uses your GPU for extremely dynamic interfaces!

https://preettheman.medium.com/this-new-python-package-builds-awesome-guis

@DevMisc
#python #ui #design
⚰️ C# in 2022 — Will it die?

C# is a programming language that was released in 2002 and is implemented in different of applications, including web development, desktop applications...

https://dev.to/dotnetsafer/c-in-2022-will-it-die-5501

@DevMisc
#csharp #c #netcore
The worst programming language ever

There's something good you can say about every programming language. But that's no fun.

https://youtu.be/2mnYf7L7Amw [dead link]
https://youtu.be/hCvHTrUh4os

@DevMisc
#bs #overview #misc
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