What is triggers in SQL?

In MySQL, triggers can be used as a replacement for any task that we need to perform after a certain task performed. This will be executed automatically in response to specific events, such as INSERT, DELETE and UPDATE operations on a table

By |2023-05-12T16:17:11+05:3027 March 2023|0 Comments

Introduction to UiKit

What is a Uikit UiKit is an open-source frontend framework for our web development which means that it's basically a collection of CSS and Javascript that helps you to structure your project and basically includes a lot

By |2023-03-13T11:46:36+05:302 March 2023|0 Comments

Storybook

What is a Storybook and How Can I Use it?   Storybook is an open-source JavaScript tool that allows developers to create organized UI systems making both the building process and documentation more efficient and easier to use.

By |2023-03-02T13:35:25+05:302 March 2023|0 Comments

ChatGPT: The Secret Weapon for Professionals in the AI Rivalry Between Google and Microsoft

It's a rare possibility that you missed the ChatGPT buzz! It is an AI-powered chatbot developed by OpenAI, based on the GPT (Generative Pretrained Transformer) language model that uses deep learning techniques to generate human-like responses to

By |2023-02-28T17:32:35+05:3028 February 2023|0 Comments

Apache Druid an Overview

Introduction:- “Apache Druid is a high performance real-time analytics database. It’s designed for workflows where fast queries and ingest matter. Druid excels at instant data visibility, ad-hoc queries, operational analytics, and handling high concurrency.” Apache Druid is

By |2023-03-13T12:20:01+05:304 January 2023|Comments Off on Apache Druid an Overview

OpenAI using Spring Boot

OpenAI is an artificial intelligence research laboratory focused on creating a digital intelligence that surpasses human intelligence. OpenAI's mission is to ensure that artificial general intelligence (AGI) benefits all of humanity. OpenAI works on advancing AI capabilities, safety,

By |2023-01-17T19:45:07+05:301 January 2023|Comments Off on OpenAI using Spring Boot

Criteria Query

Queries are the methods that finds the information from the database and these methods are written inside the interface. Query Creation from method names We have User Model with the attributes : [crayon-677c8e51a1d15709487684/] Now if we have to

By |2023-01-17T19:45:17+05:3030 December 2022|Comments Off on Criteria Query

JWT + Spring Boot

In this blog, we will discuss how to add the JWT(JSON Web Token) Authentication with Spring Boot to secure our Rest API's. What is JWT ? When two systems exchange data, you can use a JSON Web Token

By |2023-01-17T19:45:24+05:3027 December 2022|Comments Off on JWT + Spring Boot

The Complete Guide to Full Stack Ethereum Development

Setting Up The Project With React And Hardhat Web3 tech stack that will allow you to build full stack apps on dozens of blockchain networks including Ethereum, Polygon, Avalanche, Celo, and many others by leveraging the Ethereum Virtual

By |2023-01-17T19:45:31+05:3027 December 2022|Comments Off on The Complete Guide to Full Stack Ethereum Development

Setting up an Ethereum Development Environment

Here I am going to list all the developer tools and framework which are going to used for ethereum development. List of Developer Tools are as follows:- Developing Smart Contracts Smart Contract Languages Solidity — Ethereum smart contracting language

By |2023-01-17T19:45:41+05:3027 December 2022|Comments Off on Setting up an Ethereum Development Environment

Synchronous And Asynchronous Caching

As we discussed what is Caching and merits and demerits of it in my previous blog Caching-I. In this, we will learn about how to do Synchronous caching using annotations and Asynchronous caching using Caffeine. Synchronous Caching :

By |2023-01-17T19:45:48+05:3026 December 2022|Comments Off on Synchronous And Asynchronous Caching

Create simple Blockchain using Python

Blockchain is a time-stamped decentralized series of fixed records that contains data of any size is controlled by a large network of computers that are scattered around the globe and not owned by a single organization. Every block is

By |2023-04-17T17:37:00+05:3026 December 2022|Comments Off on Create simple Blockchain using Python

How to write and deploy your first smart contract

Create and Deploy your Smart Contract The first thing that we need to understand is what the Ethereum Virtual Machine (EVM) is. Its sole purpose is to act as a runtime environment for smart contracts based on Ethereum.

By |2023-01-17T19:46:00+05:3026 December 2022|Comments Off on How to write and deploy your first smart contract

Introduction to Blockchain

What Is Blockchain Technology? Blockchain- Despite the inherent ‘Block’ in it, the name has traversed more miles than any other technical term in the recent past. It is echoing in almost all existing IT infrastructures; posing a potential

By |2023-01-17T19:47:45+05:3026 December 2022|Comments Off on Introduction to Blockchain

How To Set Up Your Metamask Wallet

How To Set Up Your Metamask Wallet MetaMask is a free crypto wallet software that can be connected to virtually any Ethereum-based platform.  You'll need to download suitable crypto-wallet software before you can build your first non-fungible token

By |2023-01-17T19:47:53+05:3026 December 2022|Comments Off on How To Set Up Your Metamask Wallet

OWASP Cryptographic Failure : Information Disclosure Vulnerabilities

These Vulnerabilities allow you to access  information that should not be attainable or visible. What is information disclosure? Information disclosure, also known as information leakage, is when a website unintentionally reveals sensitive information to its users. Depending on

By |2023-02-27T15:52:17+05:3023 December 2022|Comments Off on OWASP Cryptographic Failure : Information Disclosure Vulnerabilities

What Is Single Sign-On (SSO)? How Does Single Sign-On Work?

What is SSO ? A user can sign in with a single ID to any number of connected but independent software systems using the single sign-on authentication scheme. True single sign-on enables users to log in just once

By |2023-01-17T19:48:08+05:3030 November 2022|Comments Off on What Is Single Sign-On (SSO)? How Does Single Sign-On Work?
Go to Top