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
5+ Must Know HTML tags that almost nobody knows

There are so many HTML tags that it is nearly impossible to know them all.

https://youtu.be/iX_QyjdctsQ

@DevMisc
#web #html #learn
Chad's Guide to starting your own website

https://landchad.net/

@DevMisc
#selfhost #web #learn
👏1
Preventing Log4j with Capabilities

A capability-safe language would have minimized the impact of, or even prevented, the log4j vulnerability.

https://justinpombrio.net/2021/12/26/preventing-log4j-with-capabilities.html

@DevMisc
#java #log4j #security
immudb

immudb is a database with built-in cryptographic proof and verification. It can operate both as a key-value store, and/or as relational database (SQL).

https://github.com/codenotary/immudb

@DevMisc
#database #sql #misc
Bashfuscator

Bashfuscator provides numerous different ways of making Bash one-liners or noscripts much more difficult to understand.

https://github.com/Bashfuscator/Bashfuscator

@DevMisc
#bash #obfuscation #tools
Google Apps Script for Gmail to filter and sort email from Gitlab

https://github.com/mattst88/gmail-gitlab-filtering

@DevMisc
#appsnoscript #google #tools
Features of a dream programming language

All programming languages are, in actuality, built to overcome human limitations.

https://dev.to/redbar0n/features-of-a-dream-programming-language-cio

@DevMisc
#meta #language #extra
👍1
🎆
Python, unlike C, has the mod operator always return a positive number

https://twitter.com/ID_AA_Carmack/status/1476294133975240712

@DevMisc
#python #c #tips
👍2🤩1
🔥31👎1
Another 5 must know JavaScript features that almost nobody knows

https://youtu.be/yJDofSGTSPQ

@DevMisc
#js #learn #tips #misc
Saving a third of our memory by re-ordering Go struct fields

https://wagslane.dev/posts/go-struct-ordering

@DevMisc
#golang #memory #optimization