Open in app
Home
Notifications
Lists
Stories

Write
Prasad Sonawane
Prasad Sonawane

Home
About

Jan 20

Vuex — State Management

Lets first understand what is state? 💡In Simple words we can say it is current data which needed to our component to render it on screen. We can share data between the components by using events and props.

Vuejs

2 min read

Vuex — State Management
Vuex — State Management

Apr 8, 2021

Javascript important concepts that every web developer should know

We are going to cover here some javascript important and foundational concepts that need to know every javascript developer. Please hit claps 👏 if you love this post and share it with your friends. Below is the list we are going to cover in this post : Callstack Event Loop …

Java Script

14 min read

Javascript important concepts that every web developer should know
Javascript important concepts that every web developer should know

Apr 6, 2021

ES6 Features that every front end developer should know

We all know ECMAScript 6, also known as ECMAScript 2015, is the latest version of the ECMAScript standard. so we will discuss few features of it - let Keyword const Keyword for…of Loop Template Literals The default values for function parameters Arrow functions Classes Modules Rest Parameters Spread Operator Destructing…

Java Script

4 min read

ES6 Features that every front end developer should know
ES6 Features that every front end developer should know

Jan 18, 2021

Angular Custom Directives

Since the Angular release, we are used directive term and their uses in the application. they provided built-in directives but are going to see how to create our own directive? Basically custom directive is the instruction given to DOM. where we can enhance the capability of HTML DOM. There are…

Angular

2 min read

Angular Custom Directives
Angular Custom Directives

Published in The Startup

·Nov 1, 2020

Understanding Promises in Javascript

We all know that javascript is a synchronous programming language but callback functions help to make it an asynchronous programming language. By the Definition of Javascript, MDN Promises is, The Promise the object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. Basically, promises are…

Javascript Promise

3 min read

Understanding Promises in Javascript
Understanding Promises in Javascript

Oct 31, 2020

Javascript Execution Context and Call Stack

To become a javascript or web developer we must know how javascript works internally. By understanding this you will get to know how to write non-blocking code. The Javascript Engine It is an engine that executes your javascript programs or code. the most popular javascript engine is V8.

Java Script

3 min read

Javascript Execution Context and Call Stack
Javascript Execution Context and Call Stack

Aug 4, 2020

Secure Passwords In a Spring Boot Project Using Jasypt

Jasypt is a Java library which provides us to add basic encryption capabilities to projects with minimum effort and without writing any code !! 😀 let's see how we can do that… Steps To Add Encryption Using Jasypt : Add Dependency in your pom.xml Add annotation in the Spring Boot…

Spring Boot

2 min read

Secure  Passwords In a Spring Boot Project Using Jasypt
Secure  Passwords In a Spring Boot Project Using Jasypt

Aug 2, 2020

Multiple Database Configuration In Spring Boot Application

To access multiple database in application sprint boot makes easy way to do this. In this article, You will get idea to configure it, here we are going to configure two mysql databases for spring boot application. Steps: - 1.Add multiple datasource configuration in to your application.properties. 2.Create Configuration class with providers @Bean…

Java

3 min read

Multiple Database Configuration In Spring Boot Application
Multiple Database Configuration In Spring Boot Application

Jul 28, 2020

What’s new in Angular 10…?

The last month gets new version release Angular 10.0.0 only 4 months after version 9 of Angular, Lets see whats new features are available to use: Features New Date Range Picker Strict Mode Default browsers changed Typescript Updates Warnings about CommonJS imports New Date Range Picker Angular material now includes new date range picker, here…

Angular

2 min read

What’s new in Angular 10…?
What’s new in Angular 10…?
Prasad Sonawane

Prasad Sonawane

Love Programming and Writing, Software Engineer, Pune

Following
  • Mark Thompson (@marktechson)

    Mark Thompson (@marktechson)

  • Madasamy M

    Madasamy M

  • Stephen Fluin

    Stephen Fluin

  • Addy Osmani

    Addy Osmani

  • Dan Abramov

    Dan Abramov

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable