laitmatus.hashnode.devHoisting in JavascriptOriginally Posted On... Javascript is a high-level programming language. It has dynamic typing and an interpreted language, not a compiled language. It's used for adding interactive behavior to web pages and abstracting away from how browsers work. J...May 26, 2022·2 min read
laitmatus.hashnode.devMicroservicesOriginally Posted On.... There are many such issues as the size of the application increases, and become difficult to reason about, especially when a new team member is working on it. Sometimes you feel for the particular task that the other technolo...May 26, 2022·4 min read
laitmatus.hashnode.devFrontend Management Using GULP.JSOriginally Posted On... Gulp deals with rendered HTML content, compressing and minified assets, compiling Sass to CSS code, deploying files from development to the production side, automating the most frustrating tasks, etc. Gulp is the task manager ...May 26, 2022·4 min read
laitmatus.hashnode.devVersion Controlling: Git and GitHub conceptsOriginally Posted On... Version Control Software keeps each and every modification in some special kind of storage/Data Source/Database. If someone wants to roll back a previous change or get some deleted piece of code or anything from the past, he/s...May 26, 2022·4 min read
laitmatus.hashnode.devContent Management System (CMS)Originally Posted On... A content management system (CMS) is a software application that enables users to create, edit, collaborate on, publish and store digital content. CMSes are typically used for enterprise content management (ECM) and web conten...May 26, 2022·4 min read