Jyotirmoy Barman

1 / 2
Jul 19, 2025
How to Change the Default Permission String for the Location-Access Alert in Expo
Learn how to customize the default permission string for the location access alert in Expo applications, ensuring a better user experience.
Read More
Feb 10, 2025
Run Stable Diffusion on Your MacBook M1 Using Python
Turn your MacBook M1 into an art machine with Python, watch your words come to life in vivid images!
Read More
Feb 8, 2025
Build your Golang Proxy Server
Learn to build a robust Go proxy server supporting HTTP and HTTPS, complete with health checks and detailed logging.
Read More
Feb 4, 2025
Simple way to run deepseek-r1 Locally
Learn how to install and use DeepSeek-R1, a lightweight, distilled AI model, with the open-source Ollama tool.
Read More
Aug 25, 2023
Learn basics of SQLite
SQLite is a lightweight, serverless, and self-contained relational database management system. It's often used in applications that need a local database.
Read More
Aug 19, 2023
Building a JSON Validation Pipeline with Go and Gin
Imagine a scenario where we're transmitting crucial data from our website to a database. However, before this information is stored
Read More
Aug 19, 2023
Use Gin Web Framework to build your server
Let's build a simple web service using the Go programming language and the Gin web framework. We will define a basic web server that listens for incoming HTTP requests and responds with JSON data.
Read More
Mar 22, 2023
How to interact with Smart Contract?
This article will teach you how to interact with a smart contract in the Ethereum blockchain, starting this article we first need to install some dependencies in our computer.
Read More
Mar 17, 2023
Fetch Balance from Ethereum Blockchain
To Fetch the balance of an account in the Ethereum blockchain first we need to install some dependencies on our computer.
Read More