Open in app

Sign In

Write

Sign In

Dikshant Rajput
Dikshant Rajput

97 Followers

Home

About

Published in Towards Dev

·Dec 20, 2022

Deploying svelte kit application

With the announcement of the stable release of sveltekit 1.0, there are many movements going around in svelte space and I have been exploring svelte and sveltekit for a while. Deploying a sveltekit app is not explained anywhere properly. …

Svelte

2 min read

Deploying svelte kit application
Deploying svelte kit application
Svelte

2 min read


Sep 24, 2022

GraphQL shield for authorization

Shield is an easy way to add authorization on GraphQL. It’s a library that helps you create a permission layer for your server. e.g Let’s suppose you need to create a layer where you want your APIs to be secured from unauthorized access i.e who is accessing what? Authorization plays…

Graph QL

2 min read

GraphQL shield for authorization
GraphQL shield for authorization
Graph QL

2 min read


Sep 22, 2022

Is using offset in SQL a hero or a silent evil?

Pagination is one of the common things that every backend dev has to perform on API whether it is REST or GraphQL. Pagination is the process of dividing the huge set of data into small pieces called pages. Let’s suppose you have 10,000 rows of posts in DB. You won’t…

Sql

2 min read

Is using offset in SQL a hero or a silent evil?
Is using offset in SQL a hero or a silent evil?
Sql

2 min read


Sep 20, 2022

Sequelize with expressjs and postgres

In my previous blogs, I discussed setting up expressjs, middleware, and jwt token authentication. In this blog, I will be writing about connecting the express application with DB(Postgres) using the sequelize ORM library. Let’s get started. Prerequisites: Postgres DB (download it from here) expressjs application sequelize ORM package I won’t…

Sequelize

2 min read

Sequelize with expressjs and postgres
Sequelize with expressjs and postgres
Sequelize

2 min read


Sep 18, 2022

Authentication in express with JWT in 2 min

Authentication is one of the most important things for an application and JWT has become one of the best standards to make it possible. Authenticating is the process of determining who the user is. Every website or application has some sort of user involved and getting the logged-in user is…

Authentication

2 min read

Authentication in express with JWT in 2 min
Authentication in express with JWT in 2 min
Authentication

2 min read


Sep 17, 2022

Express middlewares in 2 min

In the previous blog, I explained about getting started with express.js in 2 min. In this blog, I will be explaining about express middlewares. Middleware is something that handles one of the most important business logic of any application whether it is related to authorization or authentication or logging or…

Expressjs

3 min read

Express middlewares in 2 min
Express middlewares in 2 min
Expressjs

3 min read


Sep 15, 2022

Getting started with express.js in 2 min

Express.js is a nodejs framework basically used to create a backend server for hosting APIs and can also be used for hosting files or serving them. In this blog, I will be telling you how to get started with express in a minimum amount of time and run your server…

Expressjs

2 min read

Getting started with express.js in 2 min
Getting started with express.js in 2 min
Expressjs

2 min read


Sep 11, 2022

Setting up GraphQl with nodejs, sequelize, and postgres

GraphQl is a powerful query language for writing APIs, where front end can ask for the data they need rather than backend telling them the queries, frontend decide itself what they need and just call for it. Maintaining documentation and all in REST is quite difficult as compared to GraphQl…

Graph QL

4 min read

Setting up GraphQl with nodejs, sequelize, and postgres
Setting up GraphQl with nodejs, sequelize, and postgres
Graph QL

4 min read


Jul 21, 2022

React hooks in 1 min

I will be explaining majorly used react hooks in brief in this blog post. So without any delay, let’s get started: UseState: const [name, setName] = useState(""); Returns a stateful value and a function to update that value. Contains initial value as a parameter to it. Updating state -> setName(“Dk”) …

React

2 min read

React hooks in 1 min
React hooks in 1 min
React

2 min read


Published in CoinsBench

·Jun 30, 2022

Setup Private Blockchain using Geth

Blockchain is the future and no one can deny this fact. But in blockchain world, everything is public and there is no private world here but for some applications it become very difficult to hide sensitive data or data that they don’t want to be public at the same time…

Blockchain

4 min read

Setup Private Blockchain using Geth
Setup Private Blockchain using Geth
Blockchain

4 min read

Dikshant Rajput

Dikshant Rajput

97 Followers

WEB LEARNER | WEB3 Enthusiast

Following
  • Artturi Jalli

    Artturi Jalli

  • Haider Imtiaz

    Haider Imtiaz

  • Reshef Sharvit

    Reshef Sharvit

  • Abhishek Kanodia

    Abhishek Kanodia

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech