Open in app
Home
Notifications
Lists
Stories

Write
Dipesh K.C.
Dipesh K.C.

Home
About

Published in JavaScript in Plain English

·Jan 9

Understanding Remix by Building an Application

With Prisma, Tailwind, Multiple Forms, Validation. — Hello Developers 👋👋. We had a new Product Doneo to build and our team decided to use Remix. It’s been around a month since I started using Remix. And I want to share my knowledge in the hope it makes getting started with the Remix easier. In this article, I…

Programming

5 min read

Understanding Remix by Building an Application
Understanding Remix by Building an Application

Published in JavaScript in Plain English

·Jan 8

Styling Remix App with Tailwind

PostCSS Plugin — Organize CSS Files With postcss-import — Hello Developers 💻💻 I am writing this short article to show how we can use Tailwind in our Remix App. There are several ways of using Tailwind in a project. I will be using Tailwind as a PostCSS plugin. …

Remix

3 min read

Styling Remix App with Tailwind
Styling Remix App with Tailwind

Published in wesionaryTEAM

·Jun 25, 2021

Authorization in Golang Projects using Casbin

JWT Authentication | GIN | GORM — Hello Developers 👋👋. In this article, we will implement Casbin alongside JWT Authentication in Golang(GIN+GORM) Project. Before going through this article, I highly suggest checking out another article written by me about the basics of casbin and its different model configurations. Understanding Casbin with different Access Control Model Configurations ACL, RBAC, ABACmedium.com

Golang

5 min read

Authorization in Golang Projects using Casbin
Authorization in Golang Projects using Casbin

Published in wesionaryTEAM

·Jun 23, 2021

Understanding Casbin with different Access Control Model Configurations

ACL, RBAC, ABAC — Hello Developers 👋. Authorization is a key part of every system we built and Casbin is one common name we hear in every language for authorization. Casbin currently has its support for Golang, Java, C/C++, Node.js, Javascript, PHP, Laravel, Python, .NET …

Golang

6 min read

Understanding Casbin with different Access Control Model Configurations
Understanding Casbin with different Access Control Model Configurations

Published in wesionaryTEAM

·Apr 26, 2021

Implement Database Transactions with Repository Pattern Golang(Gin and GORM) Application

DB Transaction | GORM | Repository Pattern — Hello Developers 👋. In this article, I will demonstrate how we can set up Database Transaction for multi-layer controller-service-repository pattern Golang projects. What is the need for DB Transaction? Transactions in Database come into a picture when we need to perform multiple DB operations but still treat them as a single unit. A transaction in a database…

Database Transaction

3 min read

Implement Database Transactions with Repository Pattern Golang(Gin and GORM) Application
Implement Database Transactions with Repository Pattern Golang(Gin and GORM) Application

Published in wesionaryTEAM

·Dec 22, 2020

Deploy your Next.js Application on Google App Engine in minutes.

Standard | Flexible Environment | Solving Cold Start Problem — Hello Developers 👋. In this article, I will demonstrate how easily we can deploy the Next.js Application on Google App Engine within minutes. Visit my other article if you want to deploy your Next.js Application on Firebase Platform using Cloud Function with Firebase Hosting. 2. Preparing a basic Next.js App Let’s prepare a simple Next.js application…

Java Script

6 min read

Deploy your Next.js Application on Google App Engine in minutes.
Deploy your Next.js Application on Google App Engine in minutes.

Published in wesionaryTEAM

·Dec 7, 2020

Integration of Firebase Analytics in Nextjs Application in Minutes.

Firebase Analytics Setup | Track Page Visited With Screen View Event | Custom Events — Hello Developers 👋. Analytics has been a very essential tool for us. It helps us to get a deeper understanding of our customers. But it was not very straightforward to be used with the Nextjs Application when I tried it. So In this article, I will demonstrate how easily Analytics…

Programming

5 min read

Integration of Firebase Analytics in Nextjs Application in Minutes.
Integration of Firebase Analytics in Nextjs Application in Minutes.

Published in wesionaryTEAM

·Nov 27, 2020

Implementation of UUID and binary(16) in gorm v2.

Using Customized Data Types — Hello Developers 👋. In this article, I will demonstrate how we can make use of UUID and Binary(16) datatype in gorm v2 and golang. What is UUID? A UUID is just a 128-bit value and it is usually represented in human-readable format as an UTF8 string composed of 5 groups…

Programming

4 min read

Implementation of UUID and binary(16) in gorm v2.
Implementation of UUID and binary(16) in gorm v2.

Published in wesionaryTEAM

·Nov 4, 2020

Customize Social Media Preview of your NextJS Website Links

Open Graph(OG) meta tags | Server-Side-Rendering(SSR) — Hello Developers 👋. Today I will try to demonstrate how the social media preview works and how I implemented on my recent next.js project. Before going any further on implementation, let's create a simple next.js project. npx create-next-app I will name the project as next-social-media

Programming

5 min read

Customize Social Media Preview of your NextJS Website Links
Customize Social Media Preview of your NextJS Website Links

Published in wesionaryTEAM

·Nov 3, 2020

Dockerize a Golang Applications with Hot Reloading [MySQL and phpMyAdmin Included]

Dockerfile | Docker Compose | MySQL | phpMyAdmin | Hot Reloading — Before going for the implementation let's first talk about the need for docker briefly. Common Problem that Every Developer Face

Programming

6 min read

Dockerize a Golang Applications with Hot Reloading [MySQL and phpMyAdmin Included]
Dockerize a Golang Applications with Hot Reloading [MySQL and phpMyAdmin Included]
Dipesh K.C.

Dipesh K.C.

Software Engineer

Following
  • Sohom Das

    Sohom Das

  • Dipesh Dulal

    Dipesh Dulal

  • Dinesh Silwal

    Dinesh Silwal

  • Aiska Basnet

    Aiska Basnet

  • Sajal Dulal

    Sajal Dulal

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable