Dev Miscellaneous
356 subscribers
883 photos
6 videos
5 files
912 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://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
Should You Listen to Music While Programming?

In this article, I’m going to discuss the pros and cons of listening to music while programming...

https://dev.to/claudiobernasconi/should-you-listen-to-music-while-programming

@DevMisc
#dev #productivity #beginners
I’m harvesting credit card numbers and passwords from your site. Here’s how.

It
’s far easier than you think. Zero knowledge of cybersecurity required.

https://medium.com/hackernoon/im-harvesting-credit-card-numbers-and-passwords-from-your-site-here-s-how-9a8cb347c5b5

@DevMisc
#badpractices #dev
Hacktoberfest 2021 is Here 🎃

The worldwide celebration of open source projects and contributions is back!

https://dev.to/devteam/hacktoberfest-2021-is-here

@DevMisc
#hacktoberfest #dev #event
Devtools-Detect

Useful for when you want something special to happen when DevTools is open. Like pausing canvas, adding style debug info, etc.

https://github.com/sindresorhus/devtools-detect

@DevMisc
#dev #misc
Browser-Fingerprinting

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

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

@DevMisc
#extra #dev
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
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