Ahammed Basha Shaikday-7-of-100-day-challenge.hashnode.devยทDec 16, 2024Mastering Linux & Shell ScriptingIntroduction Linux and shell scripting are foundational skills for DevOps professionals, enabling efficient system management and automation. Linux, as a robust and open-source operating system, powers many production systems. Shell scripting extends...Linux
Althaf Hussainalthaf-hussain-jenkins-ci-cd.hashnode.devยทDec 16, 2024Mastering CI/CD with Jenkins: A Complete Guide for BeginnersJENKINS โ CI/CD โ PIPELINE ๐ Welcome to the CI/CD world! What is CI/CD? CI- Continuos Integration CD โ Continuos Deployment CD โ Continuos Delivery Continuous Integration: Continuous Integration (CI) is the practice where developers regularly merge...Jenkins
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.comยทSep 12, 2024How to Deploy Machine Learning Models in Production: Key Challenges and FixesDeploying machine learning (ML) models in production environments is the final step of the machine learning pipeline, where the real value is unlocked. However, taking an ML model from development to production is far from a straightforward process. ...1 likeMachine Learningdeploying models
Krishna Ketan Raikrikera.hashnode.devยทAug 11, 2024The Developer's Guide to .env Files: Securing Your Web AppWhen it comes to web application development, handling confidential data such as API keys, database credentials, and other configuration details is crucial for both security and functionality. The .env file is a common tool used by developers for thi...43 readssecure configuration
Gautami Shettygautamishetty.hashnode.devยทDec 14, 2023Staging and production in Version Control SystemStaging vs Production: Development Environments Explained Purpose of Development Environments: Every development team before releasing any new features or changes tests whether the new code is going to cause any bugs or not. To do so, at first, it go...Version Control SystemsProduction enviroment