LSlaitmatus softwareinlaitmatus.hashnode.dev·May 26, 2022 · 2 min readHoisting 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...00
LSlaitmatus softwareinlaitmatus.hashnode.dev·May 26, 2022 · 4 min readMicroservicesOriginally 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...00
LSlaitmatus softwareinlaitmatus.hashnode.dev·May 26, 2022 · 4 min readFrontend 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 ...01H
LSlaitmatus softwareinlaitmatus.hashnode.dev·May 26, 2022 · 4 min readVersion 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...00
LSlaitmatus softwareinlaitmatus.hashnode.dev·May 26, 2022 · 4 min readContent 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...02OS