DDylanindylansleith.hashnode.dev·Feb 6, 2023 · 4 min readHow To Make Your Terminal Look Awesome on Windows 11When developing applications we are always using the terminal, so why not make it look half-decent by using themes and plugins to improve our workflow? We will be using WSL2 (Windows Subsystem for Linux) to make our terminal look and feel awesome whi...01R
DDylanindylansleith.hashnode.dev·Nov 25, 2018 · 2 min readTrending JavaScript FrameworksWhen building front-end applications using JavaScript frameworks is a more viable option than vanilla JavaScript as it makes coding much faster and more efficient. Frameworks are very good since you are able to get the work done better and faster tha...00
DDylanindylansleith.hashnode.dev·Nov 20, 2018 · 3 min readAdvantages of Using A Task RunnerWhen Developing and Deploying an application in the front-end, there are a lot of tasks associated with it so that’s why we would use a Task Runner. This will speed up the process by making everything automated. The type of tasks that we would want t...00
DDylanindylansleith.hashnode.dev·Nov 17, 2018 · 2 min readChoosing Between CSS Grids or FlexboxWhen designing a page in CSS you will have to decide on what type of layout system that you are going to use. There are multiple ways that you can conquer this. We used to use Tables and Floats back then, then the more preferred way to laying out a p...00
DDylanindylansleith.hashnode.dev·Nov 13, 2018 · 2 min readPerks of using an IDE and a Text EditorWhat is an IDE? An IDE also known as an Integrated Development Environment is a tool in which you can write code just like any other text editor but an IDE has its perks such as built-in tools to improve productivity and to make the process quicker a...00