Welcome to devforth.io blog

Here you will find the best stories and professional advices from our team
`img for Chrome remote debugging setup article`
Chrome remote debugging setup
Learn how to access a headless Chrome browser running on a remote machine from your local machine in a very short and easy way.
`img for OnLogs – open-source simplified web logs viewer for Dockers article`
OnLogs – open-source simplified web logs viewer for Dockers
Open-Source, simple, lightweight tiny web viewer for logs generated by Docker container. Use it for debugging your applications with simple logs access
#open-source
#docker
`img for ToBeDo - Simple Telegram checklist (ToDo) bot article`
ToBeDo - Simple Telegram checklist (ToDo) bot
ToBeDo is an open-source checklist bot created by Devforth. It transforms messages into a list with checkboxes. You can create checklists in direct messages with a bot or invite the bot into a group or channel as an admin.
#open-source
`img for Archlinux fast minimal Installation Guide [UEFI] article`
Archlinux fast minimal Installation Guide [UEFI]
The simple and modern way to quickly install Arch linux for modern laptops with UEFI mode.
#linux
`img for Dookerized deploy setup using Woodpecker CI and Harbor registry article`
Dookerized deploy setup using Woodpecker CI and Harbor registry
Learn how to quickly setupDocker builds with great build performance, security and code isolation
#docker
#devops
`img for GPT-J is a self-hosted open-source analog of GPT-3: how to run in Docker article`
GPT-J is a self-hosted open-source analog of GPT-3: how to run in Docker
Learn how to setup open-source GPT-J model on custom cheapest servers with GPU. Try to run the text generation AI model of the future and talk to it right now!
#future-tech
`img for URL monitoring made easy: self-hosted open-source tool for checking your website availability article`
URL monitoring made easy: self-hosted open-source tool for checking your website availability
Learn website monitoring best practices. Setup your own URL monitor in a minutes using HotHost: a fast-to-setup and lightweight alternative to Nagios, Zabix and other website monitoring tools with a built-in free notifications to Slack, Telegram or Email
#devops
#ToolsForSuccess
`img for Nginx vs Traefik: how slower one can be better? article`
Nginx vs Traefik: how slower one can be better?
Comprehensive review for popular HTTP routing proxy servers. Learn about weak and strong points of both and understand how to select one based on your project goals.
#ToolsForSuccess
#devops
`img for Setup OpenVPN server on Ubuntu article`
Setup OpenVPN server on Ubuntu
Learn how to create your own VPN server which will hide your IP and allow you to access websites from any country in the world, for example for testing purposes.
`img for How to run Cypress auto-tests on Woodpecker CI and report results to Slack article`
How to run Cypress auto-tests on Woodpecker CI and report results to Slack
Find out how to easily configure Cypress tests on CI server with clear Slack notifications
#operations
`img for How to simply workaround RAM-leaking libraries like Puppeteer. Universal way to fix RAM leaks once and forever article`
How to simply workaround RAM-leaking libraries like Puppeteer. Universal way to fix RAM leaks once and forever
Learn how to workaround any kinds of leaks in 3rd-party libraries. Get ready-to-use leak-fixer code for NodeJS.
#crowling
`img for Deploy React/Vue/Angular in Docker simply and efficiently using Spa-to-http and Traefik article`
Deploy React/Vue/Angular in Docker simply and efficiently using Spa-to-http and Traefik
Learn about fast and professional way to serve SPA and be able to proxy any requests in a minutes with a minimal code. Based on open-source spa-to-http tooling and Traefik.
#open-source
#devops
#traefik
`img for Critical server alerts with HotHost: open-source quick-to-setup Disk/RAM notifier article`
Critical server alerts with HotHost: open-source quick-to-setup Disk/RAM notifier
Learn about truly simple way to setup server critical monitoring. This is step-by-step guide to add Open-Source dockerized alerts to any linux server
#devops
#monitoring
#open-source
`img for Step-by-step guide to modern, secure and Open-source CI setup article`
Step-by-step guide to modern, secure and Open-source CI setup
Step-by-step guide how to easily setup modern, secure, open-source based build pipeline using Woodpecker CI, Drone, Cloudflare
#ci
#open-source
#devops
`img for Why your software should use UUIDs article`
Why your software should use UUIDs
Why UUIDs-driven software works faster, getting released earlier and is painless to developers
#uuid
#architecture