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
Best Node.js apps examples to inspire your next project

Node.js clearly reveals several advantages to both well-established companies and ambitious startups...

https://dev.to/forestadmin/best-node-js-apps-examples-to-inspire-your-next-project

@DevMisc
#nodejs #javanoscript #ideas
Tabs or spaces? Nah

@DevMisc
#meme #code #style
Mozilla HTTP Observatory

The Mozilla Observatory is a project designed to help developers, system administrators, and security professionals configure their sites safely and securely.

https://observatory.mozilla.org/

@DevMisc
#mozilla #security #web
Ditch Your Version Manager

Try Nix and don't look back.

https://juliu.is/ditch-your-version-manager

@DevMisc
#nix #version #misc
How to make $80k per month on the Apple App Store

It’s far easier than you think. No luck or perseverance necessary.

https://blog.lockdownprivacy.com/2020/11/25/how-to-make-80000.html

@DevMisc
#apple #revenue #misc
Flaskbomb

GZip HTTP Bombing in Python for everyone.

https://github.com/khast3x/flaskbomb

@DevMisc
#github #python #web
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