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
Stop using loops. Do this instead.

Loops are commonly used in code by programmers. However, many fail to realize how taxing they are on a program’s performance speed...

https://python.plainenglish.io/stop-using-loops-do-this-instead

@DevMisc
#python #loop #performance
Programming For Hours - 5 Tips To Stay Productive

Here are a few very common ways to stay focused and attentive while your hands are on keyboard for a code...

https://dev.to/jaskirat1325/programming-for-hours-5-tips-to-stay-productive

@DevMisc
#productivity #focus #wealth
The Docker Container Lifecycle

Learn how a Container works based on its Lifecycle state and the Docker cli commands to manage them effectively.

https://dev.to/alubhorta/the-docker-container-lifecycle-docker-made-easy-3

@DevMisc
#docker #tutorial #devops
Textual

Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.

https://github.com/willmcgugan/textual

@DevMisc
#python #library #terminal
Kids can't use computers

"...and this is why it should worry you"

http://www.coding2learn.org/blog/2013/07/29/kids-cant-use-computers/

@DevMisc
#meta #internet
The Programming Interview from Hell

This post describes what happens when a 0.1x programmer goes to a 10x programmer interview.

https://new.pythonforengineers.com/blog/the-programming-interview-from-hell/

@DevMisc
#humor #interview
Cloudscraper

A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm Under Attack Mode", or IUAM), implemented with Requests.

https://pythonrepo.com/repo/VeNoMouS-cloudscraper-python-web-crawling

@DevMisc
#python #webscraping #cloudflare #captcha
Why sequential identifiers are a bad idea

A real example of what could go wrong when using sequential ids on a public shared image hosting platform.

https://telegra.ph/Heres-how-we-got-your-credit-card-number-or-Why-sequential-identifiers-are-a-bad-idea-09-07

@DevMisc [#Original ❤️]
#security #misc
Dockerize your projects in Visual Studio Code

While at first glance this seems to be easy, there are a number of considerations you need to take into account when working on multi-component applications...

https://piethein.medium.com/dockerize-your-projects-in-visual-studio-code

@DevMisc
#docker #vscode #workflow
How to set up Windows Subsystem for Linux (WSL)

Are you a programmer, engineer, or student who wants to run Linux tools, but you're stuck with a Windows Computer? The solution is WSL!

https://medium.com/@josiah.alen.brown/how-to-set-up-windows-subsystem-for-linux-wsl

@DevMisc
#wsl #linux #workflow
A Ridiculously Simple Way For Creating Responsive Web Apps

I remember my first encounter with responsive design. Before any investigation, it seemed incredibly complex...

https://dev.to/domagojvidovic/a-ridiculously-simple-way-for-creating-responsive-web-apps

@DevMisc
#webdev #frontend #design
Host your entire website on Imgur

Web2Img is a tool to bundle your web files into a single image, and extract them via Service Worker at runtime.

https://github.com/etherdream/web2img

@DevMisc
#web #hosting #tools
How Do Computers Generate Random Numbers?

The simple answer to “how computers can create random numbers?” is that they can’t. At least, not on their own...

https://betterprogramming.pub/generating-random-numbers-is-a-lot-harder-than-you-think-b121c3e75d08

@DevMisc
#misc #cryptography #learn
Clickjackings in Google worth 14981.7$

Instead of going for XSS, RCE [...], I decided to go search clickjacking vulnerabilites in Google. Clickjacking is one of the lowest paid and underestimated vulnerability by organisations...

https://medium.com/@raushanraj_65039/google-clickjacking-6a04132b918a

@DevMisc
#security #bugbounty #web
Almost free serverless on-demand Minecraft server in AWS

Instead of paying a minecraft hosting service for a private server for you and your friends, host it yourself...

https://github.com/doctorray117/minecraft-ondemand

@DevMisc
#minecraft #aws #serverless
In typical Google fashion…

I first started working with Flutter about 3 years ago, and it was just as I was cresting the hill of my tolerance of Google’s ongoing bullshit.

https://chornbe.medium.com/in-typical-google-fashion

@DevMisc
#flutter #rant #dart
A Visual Guide to NodeJS Streams

"Let’s say you have a friend to help move the bricks. You can either wait until your friend brings the whole pile of bricks to you, or you can start building as soon as you have a few bricks to start with"

https://blog.insiderattack.net/a-visual-guide-to-nodejs-streams

@DevMisc
#stream #javanoscript #nodejs
IP over Avian Carriers

A proposal to carry IP traffic by birds.

https://en.wikipedia.org/wiki/IP_over_Avian_Carriers

@DevMisc
#wikipedia #tcp #network
Signs That You Are a Bad Programmer

"We need someone who tells us these things, but most programmers don’t have that someone."

https://javanoscript.plainenglish.io/signs-that-you-are-a-bad-programmer

@DevMisc
#productivity #tips #wealth
Cross-Site Request Forgery Prevention

A cheat sheet of best practices to prevent your website being vulnerable to csrf attacks.

https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html

@DevMisc
#security #web #csrf