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
Telegram bug in terminated sessions

Do you think that Telegram servers are coded by monkeys?

https://hack5.dev/telegram/bug/2021/09/24/telegram-sessions-bug.html

@DevMisc
#telegram #security #misc
Running doom on cloudflare workers

You can run multiplayer doom entirely on cloudflare workers.

https://blog.cloudflare.com/doom-multiplayer-workers/

@DevMisc
#cloudflare #games #misc
Here’s a list of technologies I wasted time learning as a Web Developer

In an industry with an ever growing number of technologies, libraries, and frameworks, being efficient with your learning is key...

https://javanoscript.plainenglish.io/heres-a-list-of-technologies-i-wasted-my-time-learning-as-a-web-developer

@DevMisc
#webdev #hype #productivity
Top NodeJS packages to speed up application development

NodeJS is an open-source server-side javanoscript runtime built on Chrome’s V8 engine. One of the advantages of using NodeJS is the rich collection of packages it provides

https://bencoderus.medium.com/top-nodejs-packages-to-speed-up-application-development

@DevMisc
#javanoscript #nodejs #productivity
The traceroute hand is stealing your data

traceroute -6 -m 40 hand.bb0.nl

https://twitter.com/outoutxyz/status/1404411770534572032

@DevMisc
#extra
Scratch Telegram Bot

Create a Telegram bot using scratch.mit.edu (proof of concept).

https://github.com/DavideGalilei/scratch-telegram-bot

@DevMisc
#scratch #telegram #misc
SQLite Archive Files

An "SQLite Archive" is a file container similar to a ZIP archive or Tarball but based on an SQLite database.

https://www.sqlite.org/sqlar.html

@DevMisc
#database #sqlite #misc
Pensela

The Swiss Army Knife of Screen Annotation Tools

https://github.com/weiameili/Pensela

@DevMisc
#tools #extra
nektos/act

Run your GitHub Actions locally 🚀

https://github.com/nektos/act

@DevMisc
#github #devops #docker
Writing an OS in Rust 🦀

This blog series creates a small operating system in the Rust programming language.

https://os.phil-opp.com/

#rust #tutorial #lowlevel
Network programming for beginners: Introduction to sockets

Network programming is about writing computer programs that talk to eachother over a computer network...

https://internalpointers.com/post/network-programming-beginners-overview

@DevMisc
#network #socket #lowlevel
Rust vs C++ – which is better and why

Both Rust and C++ are system programming languages, which means they can be used to write low-level code like kernels...

https://federicoterzi.com/blog/rust-vs-cpp-which-is-better-and-why/

@DevMisc
#rust #cpp #webasm
How We Made Bracket Pair Colorization 10,000x Faster In Visual Studio Code

https://code.visualstudio.com/blogs/2021/09/29/bracket-pair-colorization

@DevMisc
#vscode #misc
QR error correction helps and hinders scanning

A QR code can use one of four error correction levels. Higher error correction forces denser codes, but allows scanning in more situations. A trade-off!

https://huonw.github.io/blog/2021/09/qr-error-correction/

@DevMisc
#learn #qrcode #extra
The code worked differently when the moon was full

I love a good bug, especially ones that are initially hard to explain but then...

https://www.hanselman.com/blog/the-code-worked-differently-when-the-moon-was-full

@DevMisc
#debug #misc
Go'ing insane part one: Endless error handling

What happens when you mix error values, an inability to shadow variable declarations, and a lack of an error-specific control flow mechanism?

https://jesseduffield.com/Gos-Shortcomings-1/

@DevMisc
#golang #errors #misc
Create your own JSON parser

Writing a JSON parser is one of the easiest ways to get familiar with parsing techniques. The format is extremely simple. It's defined recursively so you get a slight challenge compared to, say, parsing Brainfuck...

https://notes.eatonphil.com/writing-a-simple-json-parser.html

@DevMisc
#json #learn #parser
Bypassing Telekom FON hotspot authentication

Germany’s biggest ISP, Telekom, offers a hotspot service where customers can use other customer's internet if they enable the feature on their Telekom router or they pay a monthly fee. All traffic? No...

https://zyantific.com/2017/02/17/bypassing-telekom-fon-hotspot-authentication.html

@DevMisc
#security #bugbounty
Reset password code bruteforce in Facebook, full account takeover

If you tried to enter a code multiple times, it would stop you at around 10 times. But, what if you tried to do that on the beta version?

https://www.appsecure.security/blog/facebook-account-takeover

@DevMisc
#security #bugbounty #facebook