Mohit Khare I'm a developer soul and a freelance writer from India who loves building and breaking stuff. Let's build something together!

Stories by Mohit Khare

Charts In Go Echarts

Visualizing data in Golang with go-echarts

Dev

Learn how to set up and install the go-echarts package, then build different charts like a bar chart, line chart, pie chart, and a word cloud.

Mohit Khare
Nov 19, 2021 ⋅ 4 min read
Dynamic Routing Vue

Dynamic routing using Vue Router

Dev

With dynamic routing, we can send dynamic data through our routes, simplifying long, indecipherable URLs and classifying webpages into nested hierarchies.

Mohit Khare
Sep 29, 2021 ⋅ 4 min read
Using WebSockets Go

Using WebSockets in Golang

Dev

Explore how WebSockets can improve your Go application by enabling real-time communication using full-duplex communication channels.

Mohit Khare
Sep 7, 2021 ⋅ 4 min read
Working With Golang Json

Configuring JSON for Go

Dev

Learn to use JSON, a popular notation for storing and transferring data, with the Go language by following a simple and applicable example.

Mohit Khare
Jul 20, 2021 ⋅ 3 min read