Blog posts
-
How to deploy SvelteKit on DigitalOcean App
In the process of establishing a new B2B startup within the manufacturing industry, I decided to turn myself into a full-stack engineer and build everything singlehandedly as pragmatic, cost efficient, yet easily to scale approach as possible.
Dec 29, 2023 -
Death—
When you truly understand this, everything you experience will be more intense and meaningful.
Dec 7, 2023 -
The Morning Feeling
Waking up, I suddenly remembered bits of my childhood. It's funny; I can't recall much unless I see pictures. I have this one photo of me in a blue outfit
Dec 2, 2023 -
System Design Crash Course for Beginners
Do you ever think of how to design the system of a marketplace website that allows millions of users to browse products and purchase them from start to finish? Me too!
Dec 10, 2022 -
Monorepo with NPM workspaces
Monorepo is a collection of small projects or packages that can be combined to build a larger project. These small packages can also be independent and don't need to know anything about the other packages.
Oct 23, 2022 -
Create multiple routes to the same page on your NuxtJS project
Do you need to have multiple routes to the same page on your NuxtJS project? Here is a clean and straightforward way to do it without double content.
Oct 15, 2022 -
Solidity structs and arrays
Solidity structs and arrays are common types often used to create smart contracts. In this article, we will learn about both types using easy-to-understand cases.
Oct 11, 2022 -
Let's write our first Solidity contract
Solidity is is an object-oriented programming language for implementing smart contracts on various blockchain platforms, most notably, Ethereum.
Sep 30, 2022 -
Web 3.0
I am sure you have heard about "Web 3.0", but what exactly? Is it all about digital currencies, like Bitcoin, Ethereum, and Cardano? or the decentralisation of the Web? or is it something else entirely?
Sep 21, 2022 -
How do you create a transaction in a Blockchain? [Read me third]
What and how does peer to peer network work in Blockchain?
Sep 16, 2022 -
Peer to peer network in Blockchain [Read me second]
What and how does peer to peer network work in Blockchain? Blockchain is stored in an extensive network of computers called a peer-to-peer network. On this network, we call each computer a node and every node has a copy of the blockchain.
Sep 16, 2022 -
What is a 'Blockchain'? [Read me first]
Bitcoin explanation in a simple plain english using a story to help you understand the meaning of 'Blockchain technology'.
Sep 13, 2022 -
Centralised vs Decentralised system
Understanding centralised and decentralised system, not only in finance but also in technology and organisation. Is one better than the other?
Sep 8, 2022 -
Timeout Limit to Asynchronous JavaScript Functions
How to set a time limit on Asynchronous functions in JavaScript? Explained in simple words using real case scenario.
May 4, 2022 -
Google One Tap Vue plugin
How to create a Google One Tap Vue plugin (with alternative framework-agnostic JavaScript plugin) for sign in and sign up for project
Apr 10, 2022 -
Add Adsense ads.txt on your Django project
How to fix ads.txt file issues to avoid severe impact to your revenue on Google Adsense
Apr 3, 2022 -
How I created Datadog Vue.js plugin
Monitor JavaScript console logs and user activity with Datadog on your Vue.js or Nuxt.js project
Mar 15, 2022 -
Why Ivana writes
A post about why I want to write a journal so future me can look back and re-read, re-visit and re-learn my past thought process.
Feb 24, 2022