What is HTMLHTML (HyperText Markup Language) is a markup language used to structure and present content on the World Wide Web. It consists of a series of elements, or tags, that define the structure and content of a web page. HTML is an accepted standard for str...Jan 9, 2023·3 min read
Which is the best CI/CD self-hosted open source tool?I have used python based CI tool buildbot which is a great tool but we want to move away from buildbot only because in some scenarios we want to compile low-level micro-service which are in c++ to a different architecture. Buildbot doesn't have such ...Jul 27, 2022·1 min read
What is supervisord?A Process Control System process control system it monitor and control a number of processes on your system basically it handles start/monitor/stop/restart your services. if your are from Linx/UNIX world you will know that init as “process id 1” The...Jul 25, 2022·8 min read