Writing

Thoughts on software engineering, research, and technology.

Tauri 2 With Flutter: A Template
7 min read

Tauri 2 With Flutter: A Template

Tauri 2 with Flutter template is a great way to build cross-platform desktop applications using Rust and Flutter. This article will guide you through the process of setting up a new project using Tauri 2 with Flutter.

Setting Swapfile on Ubuntu

Setting Swapfile on Ubuntu

Is your system running out of memory? Here is how you can set up a swap file on Ubuntu.

#ubuntu #swapfile
Running OpenCV with CMake and Ninja

Running OpenCV with CMake and Ninja

Discover how to run OpenCV with CMake and Ninja, with a focus on the prerequisites, configuration, and execution steps. I'll guide you through the process of setting up the CMake configuration file, writing the main code, building the project, and running the executable.

#C++ #OpenCV
Using QAbstractListModel With QML ListView in Qt6

Using QAbstractListModel With QML ListView in Qt6

Explore the integration of QAbstractListModel with QML ListView in this comprehensive guide. Bridge the gap between C++ and QML, unlocking dynamic list handling. Whether you're a Qt newbie or a seasoned developer, this walkthrough offers insights and solutions for a seamless application experience.

#C++ #Qt6
Importing Existing Project to STM32CubeIDE

Importing Existing Project to STM32CubeIDE

A straightforward, step-by-step guide on how to effortlessly import an existing project into STM32CubeIDE, saving you time and making your coding journey a little bit easier.

#STM32
Build OpenCV With Visual Studio and CMake CLI

Build OpenCV With Visual Studio and CMake CLI

Discover how to build OpenCV using Visual Studio and CMake CLI, with a focus on the Ninja build system for speedy and efficient results. I'll guide you through the prerequisites, environment setup, and step-by-step process, and provide insights into why Ninja could be your go-to tool for building OpenCV.

#C++ #OpenCV
Build OpenCV With Visual Studio and CMake GUI

Build OpenCV With Visual Studio and CMake GUI

This blog is a tutorial on how to build OpenCV with Visual Studio and CMake GUI. It includes two parts: generating OpenCV build files using CMake GUI and building OpenCV using Visual Studio 2022 Community. The tutorial provides step-by-step instructions and tips and tricks for the process.

#C++ #OpenCV
dnode: Search and Delete Node Modules Folders Recursively

dnode: Search and Delete Node Modules Folders Recursively

Explore the power of dnode, a handy tool designed to help you efficiently search and delete Node Modules folders recursively. Save valuable disk space and declutter your development environment by mastering this essential utility for Node.js developers.

#Golang #CLI Utility