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
Create Your Own Kernel In C

In this article we will create a simple kernel such as printing HelloWorld first and then writing functions for printing numbers, Keyboard I/O, Box Drawing GUI, and Tic-Tac-Toe game in kernel in C.

https://www.codeproject.com/Articles/1225196/Create-Your-Own-Kernel-In-C-2

@DevMisc
#kernel #c
DevOps, SRE, and Platform Engineering

Sharing my understanding of DevOps, SRE, and Platform Engineering based on the first-hand experience in SRE and PE domains.

https://iximiuz.com/en/posts/devops-sre-and-platform-engineering/

@DevMisc
#devops #misc
PHP 8.1 made me delete these 30 lines of code

PHP 8.1 is just around the corner, around a bunch of RFCs that got approved for the sake of making the developer write less, which is always a good way to accelerate your time writing and reading...

https://darkghosthunter.medium.com/php-8-1-made-me-delete-these-30-lines-of-code

@DevMisc
#php #quality #tips
Python is NOT Single Threaded (and how to bypass the GIL)

In this video I show that this is utterly false and that you can be very CPU efficient with Python when calling out to something like a c-extension.

http://www.youtube.com/watch?v=m2yeB94CxVQ

@DevMisc
#python #concurrency
Nginx configuration made easy

NGINXConfig is a tool which can help you easily setup your nginx web server.

https://www.digitalocean.com/community/tools/nginx

@DevMisc
#nginx #tools #server
Recursion For Absolute Beginners in Python

In recursion, we solve smaller versions of a problem continuously until we can solve the original larger problem...

https://zl-liu.medium.com/recursion-for-absolute-beginners-in-python

@DevMisc
#python #recursion #beginner
The strange domain names that developers bought

Not every domain is serious business. Here's a few of the fun ones that we at Stack Overflow owned, as well as those owned by our community.

https://stackoverflow.blog/2021/08/11/the-strange-domain-names-that-developers-bought/

@DevMisc
#domain #web #misc
A Future for SQL on the Web

"I discovered something absurd recently and I’m very excited to tell you about it."

https://jlongster.com/future-sql-web

@DevMisc
#sql #web #extra
DistroTest - Test it before you hate it...

On this website you will find many operating systems, which you can test directly online without a installation.

https://distrotest.net/

@DevMisc
#misc #linux #os
Pythonic monotonic

In a recent conversation, someone shared some code from a book about technical job interviews. They wanted to know if I agreed that the code was “Pythonic.”

https://nedbatchelder.com/blog/202108/pythonic_monotonic.html

@DevMisc
#python #algorithm
A guide to CSS units

I have always found it confusing to find the right units to use when styling the CSS and also how they relate to each other...

https://sicpic.medium.com/css-units-vh-vw-em-rem-px-etc-eeb1c0219e5e

@DevMisc
#css #units #webdev
Introduction to OOPs and types of Inheritance in Python

Object Oriented Programming is widely used among many coding languages and ‘Inheritance’ is one of the most important concepts in Object Oriented Programming...

https://medium.com/@basil.dcunha/introduction-to-oops-and-types-of-inheritance-in-python

@DevMisc
#python #oop #tips
SQLite vs MySQL vs PostgreSQL — A Detailed Guide

...in this story I would be going through one of the major confusion which newbies have regarding various flavours of SQL...

https://medium.com/codex/sqlite-vs-mysql-vs-postgresql-a-detailed-guide

@DevMisc
#database #postgres #sql
Set up a Multi-Stage Docker Build for Go Applications

A multi-stage Docker build serves a few purposes. First, the final image size is smaller than traditional images, second, it’s more secure...

https://koenverburg.medium.com/set-up-a-multi-stage-docker-build-for-go-applications

@DevMisc
#docker #devops #security
Should You Listen to Music While Programming?

In this article, I’m going to discuss the pros and cons of listening to music while programming...

https://dev.to/claudiobernasconi/should-you-listen-to-music-while-programming

@DevMisc
#dev #productivity #beginners
Deep Dive Into Classes in Python

If you are familiar with Object-Oriented Programming (OOP), then Class is a concept that you have at least heard of or even use before.

https://medium.com/geekculture/deep-dive-into-classes-in-python

@DevMisc
#python #oop #class
Public APIs

A collective list of free APIs for use in software and web development.

https://github.com/public-apis/public-apis

@DevMisc
#api #github #webdev
Mozilla tests if 'Firefox/100.0' user agent breaks websites

Mozilla has launched an experiment where they change the Firefox browser user agent to a three-digit "Firefox/100.0" version to see if it will break websites.

https://www.bleepingcomputer.com/news/software/mozilla-tests-if-firefox-1000-user-agent-breaks-websites/

@DevMisc
#web #misc #mozilla
Stealing your private YouTube videos, one frame at a time

Rebuilding an entire private YouTube video GIF through Google Ads preview.

https://bugs.xdavidhu.me/google/2021/01/11/stealing-your-private-videos-one-frame-at-a-time

@DevMisc
#security #bugbounty #web