Syed Jafer Kiamfullstackdeveloper.hashnode.devยท14 hours agoWhy 'latest' tag is actually not latest in docker ?Problem Faced: During feature development, we created a PR to be tested in DEV. The pipeline creates the image with my branch and push the image to the registry. Then it will be deploying the container to the DEV environment. But after successful dep...Discusslatest-tag
Syed Jafer Kiamfullstackdeveloper.hashnode.devยท21 hours agoWill --no-cache-dir in pip helps in reducing size of docker image ?Problem Faced: I was trying to reduce the docker size of a python application. In those one of the methods, i was struck by an idea of remove pip caching. So was trying to reduce the size of the docker image in total. What is pip caching ? As per doc...DiscussDocker
Syed Jafer Kiamfullstackdeveloper.hashnode.devยทNov 24, 2023My Docker CookbookList all images ? docker images List all containers ? docker container ls -a / docker ps -a List all containers belong to a particular image ? docker ps --all --filter ancestor=<image_name_or_id> See all the envs passed to a container used duri...Discussdocker-cookbook
Syed Jafer Kiamfullstackdeveloper.hashnode.devยทNov 23, 2023Why can't we use database as queue in asynchronous process ?Sudden Question: While working with handling of Asynchronous process, we are using redis, rabbitMq, service bus, Zero MQ as a queue mechanism. Why we aren't using Postgres, MySql, MongoDb as a tool to handle this Database as a Queue Developers try to...Discussasynchronous
Syed Jafer Kiamfullstackdeveloper.hashnode.devยทNov 22, 2023Handy way to save and run project-specific commands.Problem Faced: As a developer, i usually want to run some set of commands to execute/run the application. Like building and running docker container or setting some environment variables before running application or setting up the development enviro...Discusscommandrunner
Syed Jafer Kiamfullstackdeveloper.hashnode.devยทNov 22, 2023Clarity on package.json and package-lock.jsonIntroduction If you work in web development, you likely use NPM (Node PM or New PM) all the time. It is a free public software registry - the largest in the world - that is accessible at the type of npm install in your command prompt so long as you h...Discussยท55 readsNode.js
Syed Jafer Kiamfullstackdeveloper.hashnode.devยทNov 22, 2023Context Menu on webpage on right clickResources External Link: https://syedjafer.github.io/custom-context-menu/index.html Github: https://github.com/syedjafer/custom-context-menu/ Introduction A context menu is a pop-up menu that provides shortcuts for actions the software developer ...DiscussUI
CKRchanna007.hashnode.devยทJul 29, 2023๐ Getting Started with Full Stack Development in 2023 ๐คฉ๐ฉโ๐ป๐จโ๐ปIntroduction: ๐ Welcome to the exciting world of full stack development in 2023! As technology continues to evolve, the demand for skilled full stack developers remains high. Whether you're a coding enthusiast or a tech novice, this blog will guide ...Discussfullstackdeveloper
Abeer Abdul-Ahadabeer.hashnode.devยทMay 22, 2023Practical Guide to becoming a web developer in 2023Intro Hello, My name is Abdul Ahad, but I like to be called Abeer. I have been exploring web development for the last 5 years and working as a professional for the past 2 years. I will share everything based on my experience and exploration in this s...Discussยท47 readsWeb Development
Aluko Opeyemi Folajimichrisentechnology.hashnode.devยทFeb 25, 2023Becoming a fullstack Software engineerBecoming a full-stack developer is an exciting and challenging journey that requires dedication, persistence, and a willingness to learn. Full-stack developers are responsible for creating and maintaining web applications, which require knowledge of ...Discussยท33 readssoftware development