dylansleith.hashnode.devHow 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...Feb 6, 2023·4 min read
dylansleith.hashnode.devTrending 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...Nov 25, 2018·2 min read
dylansleith.hashnode.devAdvantages 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...Nov 20, 2018·3 min read
dylansleith.hashnode.devChoosing 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...Nov 17, 2018·2 min read
dylansleith.hashnode.devPerks 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...Nov 13, 2018·2 min read