Open in app
Home
Notifications
Lists
Stories

Write
Kaustubh Talathi
Kaustubh Talathi

Home

May 25, 2020

10 day plan to crack Professional Scrum Master I (PSM I)

Following is a ten day plan in order to crack PSM I: Day 1: Read Scrum Guide one time. Alternatively, you can also watch Scrum Guide in 40 minutes. Attempt SCRUM OPEN, PRODUCT OWNER OPEN & SCRUM DEVELOPER OPEN one time each. Refer Scrum Guide if needed to answer any…

Scrum

3 min read


Nov 20, 2019

JavaScript Interview — Flatten an array

Write a function which takes an array containing either ints or arrays of ints and return a flat array. Input: [1, [2, [ [3, 4], 5], 6]] Output: [1, 2, 3, 4, 5, 6] Method 1: Using inbuilt method “flat” This is the easiest method to flatten the array as “flat” will recurse until the…

Java Script

1 min read


Jun 19, 2018

Inject build timestamp into Angular-cli build output files to verify deployments.

Problem: A typical enterprise architecture might have multiple Angular apps, releases and environments. Normally we would commit the source code to SVN/GIT and use Jenkins to build the output and deploy it particular environments. One of the common problem is to verify whether the latest build was deployed to the…

Gulp

3 min read

Inject build timestamp into Angular-cli build output files to verify deployments.
Inject build timestamp into Angular-cli build output files to verify deployments.

Feb 17, 2018

Mock Data for Angular 9 applications with JSON Server — Part 2(final)

In previous tutorial, we covered following: Initial setup Download JSON Server Configure JSON Server Running JSON Server Setting up proxies for Angular application Use concurrently to run both the servers together Resources: Mock Data for Angular 9 applications with JSON Server — Part 1 Frontend technologies had grown exponentially since the inception of NodeJS and powerful frameworks like Angular. There…medium.com

Json Server

4 min read

Mock Data for Angular 9 applications with JSON Server — Part 2(final)
Mock Data for Angular 9 applications with JSON Server — Part 2(final)

Dec 23, 2017

Mock Data for Angular 9 applications with JSON Server — Part 1

Frontend technologies had grown exponentially since the inception of NodeJS and powerful frameworks like Angular. There are unlimited possibilities and opportunities to make our development setup more efficient and robust with the of right tools. …

Json Server

5 min read

Mock Data for Angular 9 applications with JSON Server — Part 1
Mock Data for Angular 9 applications with JSON Server — Part 1

Sep 1, 2017

Angular CLI — Part III: Sass Options

This is the part III of the Angular CLI tutorial. By now you should have an Angular project created using cli, running at localhost:4200 & be able to generate Components, Directives, Pipes and Services. …

Angular

2 min read

Angular CLI — Part III: Sass Options
Angular CLI — Part III: Sass Options

Aug 16, 2017

Angular CLI — Part II: Generating Components, Directives, Pipes and Services

This is the part II of the Angular CLI tutorial. By now you should have an Angular project created using cli, running at localhost:4200. Click here in case if you missed a step or want to refer to part I of this tutorial. Assuming that you have followed part I…

Angular Cli

2 min read

Angular CLI — Part II: Generating Components, Directives, Pipes and Services
Angular CLI — Part II: Generating Components, Directives, Pipes and Services

Aug 15, 2017

Angular CLI — Part I: Installing and creating a new project

Install Angular CLI globally using npm npm install -g @angular/cli Explanation: This command will install the angular cli package globally. After succesful install, command ‘ng’ should be available to use. Test if ng cli is installed: ng help

Angular Cli

3 min read

Angular CLI — Part I: Installing and creating a new project
Angular CLI — Part I: Installing and creating a new project

Jul 9, 2016

Fixing npm permission issue

Node and npm can be installed easily. However, we might face issues while using npm. Most of the time this mean that we don’t have access to install the files on the machine. This can be resolved by appending sudo command but it is not recommended as it might create…

Nodejs

1 min read

Fixing npm permission issue
Fixing npm permission issue

Jul 9, 2016

How to install NodeJS

NodeJS: Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js’ package ecosystem, npm, is the largest ecosystem of open source libraries in the world. Visit the NodeJS site Download the package suitable for your…

Nodejs

2 min read

How to install NodeJS
How to install NodeJS
Kaustubh Talathi

Kaustubh Talathi

Following
  • Eric Elliott

    Eric Elliott

  • Lee Byron

    Lee Byron

  • Dilusha Gonagala

    Dilusha Gonagala

  • Bhavya Kashyap

    Bhavya Kashyap

  • Jeff Cross

    Jeff Cross

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable