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
Facebook: We Disconnected Our Data Centers From the Internet

A detailed overview of the October 4 Facebook downtime.

https://datacenterfrontier.com/facebook-we-disconnected-our-data-centers-from-the-internet/

@DevMisc
#facebook #downtime
SSH Tunneling, Explained

The typical use case of SSH is to access a remote server securely, but you can also transfer files, forward local and remote ports, mount remote directories, redirect GUIs, or even proxy arbitrary traffic, and this is just a small set of what’s possible with SSH.

https://goteleport.com/blog/ssh-tunneling-explained/

@DevMisc
#ssh #learn #misc
Ć Programming Language

Translated automatically to C, C++, C#, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.

https://github.com/pfusik/cito

@DevMisc
#c #overview #misc
🔥1
Spread the word about your next cool project

Free resources you may use to promote your next startup.

https://github.com/trekhleb/promote-your-next-startup

@DevMisc
#promote #startup #extra
GPU.js

GPGPU operations using pure javanoscript!. Accelerate javanoscript functions using a GPU

https://gpu.rocks/#/

@DevMisc
#gpu #javanoscript #extra
Self-parking Car in 500 Lines of Code

Training the car to do self-parking using a genetic algorithm.

https://trekhleb.dev/blog/2021/self-parking-car-evolution/

@DevMisc
#algorithm #blog #misc
Guess I'll try next year...

@DevMisc
#meme #extra
Apple 'Surprised' By Developer Frustration With Its App Review Process

Apple has told Australia's competition watchdog that it's "surprised" to hear that some developers have concerns over the App Store and the process in which apps are reviewed, rejected, or approved for distribution on the platform.

https://www.macrumors.com/2021/03/22/apple-surprised-developer-concerns-app-review

@DevMisc
#apple #app
Build Your Own Container Using Less than 100 Lines of Go

https://www.infoq.com/articles/build-a-container-golang

@DevMisc
#misc #golang #docker
Understanding all of Python, through its builtins

Python as a language is comparatively simple. And I believe, that you can learn quite a lot about Python and its features...

https://sadh.life/post/builtins/

@DevMisc
#python #deepdive #tutorial
How I built a modern website in 2021

I wanted to build an above and beyond experience, so I had to make thoughtful architectural decisions...

https://kentcdodds.com/blog/how-i-built-a-modern-website-in-2021

@DevMisc
#webdev #javanoscript #devops
Implementing factory pattern GO

In GO, there isn’t such thing as the Constructor, instead, you initialize a struct directly by providing a value for each one of its fields...

https://medium.com/@ovargas/implementing-factory-pattern-go

@DevMisc
#golang #tutorial #go
Uptime Kuma

A fancy self-hosted monitoring tool.

https://github.com/louislam/uptime-kuma

@DevMisc
#ci #sysadmin #monitoring
Reading the web offline and distraction-free

This article describes the wiring of a tool to turn a webpage into a self-sufficient epub (for reading offline).

https://blog.owulveryck.info/2021/10/07/reading-from-the-web-offline-and-distraction-free.html

@DevMisv
#golang #epub
Bashcrawl

Learn Linux commands by playing a simple text adventure.

https://gitlab.com/slackermedia/bashcrawl

@DevMisc
#learn #linux #fun #misc
What ORMs have taught me: just learn SQL

I
’ve come to the conclusion that, for me, ORMs are more detriment than benefit.

https://wozniak.ca/blog/2014/08/03/1/index.html

@DevMisc
#orm #sql #meta
Harden and secure browsers in containers, with GUI

I made a few Podman / Docker images for different browsers and OS-es, so I can safely run different browsers in a secure sandbox.

https://crlf.link/log/entries/211008-1/

@DevMisc
#docker #web #misc
Parsing JSON is a Minefield 💣

JSON is the de facto standard when it comes to exchanging data in web programming. But how well do you really know JSON? We'll read the specifications and write test cases together.

http://seriot.ch/projects/parsing_json.html

@DevMisc
#json #parser #learn
Memcached vs. Redis – More Different Than You Would Expect

From how they use memory to how they expire items, the differences are not as subtle as you would expect.

https://engineering.kablamo.com.au/posts/2021/memcached-vs-redis-whats-the-difference/

@DevMisc
#redis #memcached #overview
Hacking YouTube with a MP4

Keyboard Warrior, Breaking software is just finding unintended features, right?

https://realkeyboardwarrior.github.io/security/2021/10/11/hacking-youtube.html

@DevMisc
#youtube #security #web #mp4