Open in app
Home
Notifications
Lists
Stories

Write
Sankhadip Samanta
Sankhadip Samanta

Home

Published in Nerd For Tech

·Nov 29, 2021

Firebase With Angular CRUD Operations

Firebase is a Backend-as-a-Service. It provides developers and organizations with a variety of tools and services to help them develop… — Firebase is a Backend-as-a-Service. It provides developers and organizations with a variety of tools and services to help them develop quality apps, grows their user base, and earn profit. It is built on Google’s infrastructure. Firebase is a NoSQL database, which stores data in JSON-like documents.

Angular

3 min read

Firebase With Angular CRUD Operations
Firebase With Angular CRUD Operations

Published in Nerd For Tech

·May 13, 2021

Store File in MySQL Database and View using Vanilla JS and Node.JS

Save file’s Binary into MySQL database and view them in UI using Node.JS. — There are several methods for uploading files and saving them on the Server. In this tutorial, we will implement how to read files using Vanilla Javascript, save file’s binary data in MySQL DB using Node.JS, and view them. JS code implementation will be the same for all JS frameworks. I…

Java Script

3 min read

Store File’s Binary  in MySQL Database and View using Vanilla JS and Node.JS
Store File’s Binary  in MySQL Database and View using Vanilla JS and Node.JS

Dec 7, 2020

Encryption and Decryption in C#

Encryption is the process of translating plain text data (plaintext) into something that appears to be random and meaningless (ciphertext). — In this article, I am going to discuss various Encryption and Decryption technique. There are basically two types of algorithms that are used for Encryption and Decryption. Symmetric Encryption In this algorithm, a single key is used for both Encryption and Decryption. It’s comparatively faster than its equivalent Asymmetric Encryption.

C Sharp Programming

3 min read

Encryption and Decryption in C#
Encryption and Decryption in C#

Sep 29, 2020

Upload files in Node.JS and React.JS

Uploading files in Single Page Application(SPA) sometimes becomes challenging. — Uploading files in Single Page Application(SPA) sometimes becomes challenging. Today we will be implementing how to upload files in the Node.JS server from React.JS. It doesn’t matter what framework you are using in the client-side, as far it is JS framework Code Implementation will be the same with some basic…

Nodejs

3 min read

Upload files in Node.JS and React.JS
Upload files in Node.JS and React.JS

Published in The Startup

·Sep 14, 2020

Debouncing in React.JS

Debouncing in Javascript is an exercise to enhance browser performance during any time-consuming computations. If such a method is invoked… — Debouncing in Javascript is an exercise to enhance browser performance during any time-consuming computations. If such a method is invoked frequently then it may degrade our web app performance. Debouncing is a programming practice used to ensure that a time-consuming task does not fire so often. …

React

2 min read

Debouncing in React.JS
Debouncing in React.JS

Published in The Startup

·Aug 17, 2020

Parallel Asynchronous API Call in Python

A synchronous program is executed one step at a time. Even with conditional branching, loops and function calls, you can still think about… — A synchronous program is executed one step at a time. Even with conditional branching, loops and function calls, you can still think about the code in terms of taking one execution step at a time. When each step is complete, the program moves on to the next one.

Python

2 min read

Parallel Asynchronous API Call in Python
Parallel Asynchronous API Call in Python

Jul 21, 2020

Onion Architecture in Node.jS with Typescript

What is Onion Architecture ? — What is Onion Architecture ? Onion Architecture is a project structural pattern that favors us with maintainable and testable code for enterprise systems. It enables us to have a different layer for a different level like Model, DA, Service, Controller, View. Advantage : Loose Coupling Better maintainability at a different layer Better testability as projects are divided…

Nodejs

6 min read

Onion Architecture in Node.JS with Typescript
Onion Architecture in Node.JS with Typescript

Jul 10, 2020

LINQ API in C#

Language-Integrated Query (LINQ) is a powerful query language introduced with .Net 3.5 & Visual Studio 2008. — Language-Integrated Query (LINQ) is a powerful query language introduced with .Net 3.5 & Visual Studio 2008. What is LINQ LINQ API is a query syntax kit at the language level in C# and VB.NET to retrieve data from different sources(database). If we are using LINQ API, we don’t need to worry about data…

Csharp

3 min read

LINQ API in C#
LINQ API in C#

Jul 4, 2020

How to Upload Files in .NET core Web API and React

File Upload in SPA(Single Page Application) sometimes raises more stubborn than usual. — File Upload in SPA(Single Page Application) sometimes raises more stubborn than usual. Today we will be implementing how to upload files in .NET core Web API from React. It doesn’t matter which framework you use in the client-side, as far it’s a JS Framework code implementation will be the same…

Net Core 3

4 min read

How to Upload Files in .NET core Web API and React
How to Upload Files in .NET core Web API and React

Jul 1, 2020

Build a Simple Notepad in Electron.JS

“If You Can Build a Website, You Can Build a Desktop App” — “If You Can Build a Website, You Can Build a Desktop App” Required Basic knowledge of HTML, CSS, JS, Node.JS, Electron.JS Today we are going to develop a Simple Notepad in Electron which will be having the following features Open a file, change and save it in the same path Open recent files — Keeps record of previously opened files Create Project

Electronjs

6 min read

Build a Simple Notepad in Electron.JS
Build a Simple Notepad in Electron.JS
Sankhadip Samanta

Sankhadip Samanta

Software Developer | Blogger | Freelancer

Following
  • Isaiah McCall

    Isaiah McCall

  • Sara A. Metwalli

    Sara A. Metwalli

  • Abhijit Mondal

    Abhijit Mondal

  • Trey Huffine

    Trey Huffine

  • Sebastian Eschweiler

    Sebastian Eschweiler

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable