July 11, 2019October 29, 2022Technology Using Pipes in TypeScript (Angular) While it’s quite easy to use a pipe in Angular HTML code. In the following case, we are using a translate pipe. […]
July 8, 2019October 29, 2022Technology New Features in ES6 / ECMAScript 2015 We are going to take a look at the new ES6 Features, mainly the important ones. 1. Default Parameters Earlier way var […]
July 5, 2019August 20, 2022Technology CSS Tips CSS Tips lists out some simple ways to do things that normally might take quite some time finding out. You can learn […]
July 4, 2019October 29, 2022Technology JavaScript: Working with Array JavaScript Array is one of the most used items by a Programmer. You can read more more on Arrays on MDN. Defining […]
June 20, 2019August 20, 2022Technology HTML Tips Listing out some HTML Tips for future use. Linking script and stylesheet in HTML <script src=”main.js”></script> <link href=”style.css” rel=”stylesheet”></link> New in HTML5 […]
April 8, 2019October 29, 2022Technology Algorithms in JavaScript Algorithms in JavaScript is a trial on how to build simple algorithms in JavaScript. SECTION 1 – Introduction Algorithms make programs run […]
March 31, 2019October 29, 2022Technology Data Structures in JavaScript What are Data Structures and why are they Important Data Structures are way of organizing data that is stored in a computer […]
March 18, 2019October 29, 2022Technology Understanding the Weird Parts of JavaScript SECTION 1 – Getting Started 1 – Introduction and the Goal of the CourseThe goal is to understand how JavaScript works under […]
December 16, 2018May 5, 2021Technology How to resolve “EADDRINUSE: address already in use” error Mostly in development machines, we tend to leave out the node server running, and close the terminal. This keeps the node server […]
November 25, 2018July 9, 2019Technology Installing letsencrypt for both www and non-www domains in dokku 1. If the domain for the app was set on the non-www domain, then add the www domain to the app, and […]