Dev Miscellaneous
357 subscribers
883 photos
6 videos
5 files
912 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://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
Best Docker Container Tools and Resources

Docker is one of the fastest-growing technologies in 2020, and with good reason...

https://medium.com/@engineyard/best-docker-container-tools-and-resources-d057cc915368

@DevMisc
#docker #container #devops
How to improve your docker containers security

Docker containers have been an essential part of the developer's toolbox for several years now. This gain in traction has been, accompanied by a surge in security issues...

https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet/

@DevMisc
#docker #devops #security
Speed up your workflows with GitHub-Actions

GitHub Actions is a tool/service provided by GitHub which helps you to build, test and deploy your applications. GitHub Actions help you automate your software development workflows...

https://ezioguga.medium.com/speed-up-your-workflows-with-github-actions-b3928069443f

@DevMisc
#github #devops #CI
Documenting our migration to Docker — challenges and lessons learned

For the last couple of years, Artifakt has been focusing on PHP stacks. But PHP is not the only language for web applications out there. With the new Docker integration, we have big plans ahead...

https://www.artifakt.com/blog/cloud/documenting-our-migration-to-docker/

@DevMisc
#docker #devops #argo
My Basic Front-end Development Git Flow Routine

At the start of every project, most managers generally ask the same basic setup question, "how should we establish the git flow?" At most large-scale teams and companies, there is a pretty rigorous method...

https://dev.to/jameslau/my-basic-front-end-development-git-flow-routine-ol6

@DevMisc
#devops #git #frontend
Node.js and zero servers

At Torii, we’ve been running Node.js + Serverless in production for the past 4 years. Here’s a summary of why we decided on this stack for our startup and what we’ve learned...

https://medium.com/@ketacode/node-js-and-zero-servers-b73169c54674

@DevMisc
#devops #serverless #nodejs
Docker in Production: A History of Failure

My first encounter with docker goes back to early 2015. Docker was experimented with to find out whether it could benefit us. The experiment was quick, Docker was useless and closer to an alpha prototype than a release.

https://thehftguy.com/2016/11/01/docker-in-production-an-history-of-failure/

@DevMisc
#docker #production #devops
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
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
Raspberry Pi Monitoring using Telegraf, InfluxDB, and Grafana

In Telegraf, InfluxDb, and Grafana combination, we were able to find a solution that pushes metrics from the devices using Telegraf, store them in InfluxDB and visualize using Grafana...

https://blog.thecloudside.com/raspberry-pi-monitoring-using-telegraf-influxdb-and-grafana

@DevMisc
#grafana #devops #raspberry
Microservices — micro-what?

I think we all pretty much have a good idea of what an app is. And that is precisely what a microservice is...

https://thomasw7.medium.com/microservices-micro-what

@DevMisc
#microservices #devops #deploy
How we built an auto-scalable Minecraft server for 1000+ players

Raising Minecraft world capacity by spreading players across multiple synchronized server processes.

https://www.worldql.com/posts/2021-08-worldql-scalable-minecraft/

@DevMisc
#games #devops #minecraft
The Docker Container Lifecycle

Learn how a Container works based on its Lifecycle state and the Docker cli commands to manage them effectively.

https://dev.to/alubhorta/the-docker-container-lifecycle-docker-made-easy-3

@DevMisc
#docker #tutorial #devops
Writing unit tests in Golang

Unit testing is a way of writing tests for the individual components (aka, the smallest part) of a program...

https://medium.com/nerd-for-tech/writing-unit-tests-in-golang-part-1-introducing-testify

@DevMisc
#golang #testing #devops
nektos/act

Run your GitHub Actions locally 🚀

https://github.com/nektos/act

@DevMisc
#github #devops #docker
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 #javascript #devops
How an empty S3 bucket can make your AWS bill explode

Imagine you create an empty, private AWS S3 bucket in a region of your preference. What will your AWWS bill be the next morning?

https://medium.com/@maciej.pocwierz/how-an-empty-s3-bucket-can-make-your-aws-bill-explode-934a383cb8b1

@DevMisc
#aws #devops #fun
🤯1
Securing a Linux Server

A guide to secure and harden a Linux server install.


https://kenhv.com/blog/securing-a-linux-server

@DevMisc
#security #devops #learn