Welcome to Deegii’s personal notes on my daily building processes. Here, you can find out what I’m up to and the solutions I have created for specific problems.
Projects
Blog Posts
Went on business trip to China
A Note on a business trip to China. Meeting several Chinese biggest refrigerator, freezer manufacturing companies
Jan 18, 2025
Business
Trip
Startups
Career
Projects
Thought Experiments
Tech
Creating a Barcode Detector Using the Browser BarcodeDetector API
In this tutorial, we'll create a simple barcode detector web application using the Browser BarcodeDetector API. The app will access the user's webcam, display the video stream, and detect barcodes in real-time.
Jun 17, 2024
Javascript
Computer Science
Video
Web Dev
Software Development
App Dev
Thought Experiments
Tech
Coding
Programming
27. Remove Element
Leetcode (Remove Element) problem solution using two pointers.
Apr 8, 2024
Leetcode
Coding
Problem solving
Competitive programming
C#
Computer Science
26. Remove Duplicates from Sorted Array
Solving leetcode problem 26. Remove duplicates from sorted array using two pointer approach.
Apr 8, 2024
C#
Leetcode
Coding
Competitive programming
Problem solving
Building your portfolio website backed by Notion as CMS
Publish your portfolio notion page to the web under 30 minutes using Next.js.
Apr 2, 2024
Node.js
Next.js
Problem solving
Blog
Lifestyle
Programming
Web Dev
45. Jump Game II
Solve leetcode 45. Jump Game II using greedy approach.
Apr 15, 2024
C#
Leetcode
Coding
Programming
Problem solving
Competitive programming
Greedy Algorithm
122. Best Time to Buy and Sell Stock II
Solve leetcode 122. Best Time to Buy and Sell Stock II using greedy algorithm
Apr 10, 2024
C#
Leetcode
Coding
Programming
Problem solving
Competitive programming
121. Best Time to Buy and Sell Stock
Solve leetcode 121. Best Time to Buy and Sell Stock using simple greedy algorithm.
Apr 9, 2024
C#
Leetcode
Coding
Programming
Problem solving
Competitive programming
169. Majority Element
Solve leetcode 169. Majority Element with sorting method.
Apr 9, 2024
C#
Leetcode
Coding
Programming
Problem solving
Competitive programming
80. Remove Duplicates from Sorted Array II
Intuition and algorithm to solve 80. Remove Duplicates from Sorted Array II
Apr 3, 2024
Leetcode
Coding
Problem solving
C#
1768. Merge strings Alternately (Beats 96.66%)
2 pointer approach for solving a problem that merges two strings alternately.
Mar 29, 2024
C#
Leetcode
Computer Science
Coding
Programming
Problem solving
Empowering legacy KonvaJS in React projects
Building visual editor tools with Konva and React.
Coding
Problem solving
Creativity
Library
Node.js
React.js
Konva.js