Sep 21st 2021
Set custom system tray icon with custom context menu for your application
#cplusplus #qt
Jun 27th 2021
Authenticate samba server using Windows API
#cplusplus #cmake
Jun 25th 2021
Set application icon using CMake on Windows
May 13th 2021
Set icon on Qt application window and on executable
Jan 29th 2021
Configuring medium-sized to large CMake projects in Qt Creator can be a challenge.
Jan 9th 2021
Imagine we want to add multiple widgets in QGridLayout dynamically but also remove widgets on the fly.
Dec 25th 2020
Solution to cannot load library error.
Dec 24th 2020
In this article let's discuss the new upgrades made to React v17.0 that were released on October 20, 2020. React 17 has no new developer features added to it rather it has features added for backward compatibility.
#qt #cplusplus #gatsby
Dec 21st 2020
Let's learn to use QPluginLoader class to load custom plugins.
Dec 19th 2020
Let's learn how to create a custom qt plugin.
Nov 6th 2020
DockWidget tutorial.
Oct 29th 2020
Messagebox tutorial.
Sep 11th 2020
Parallel programming using QtConcurrent.
Sep 6th 2020
Let's talk about aspect ratio handling in QLabel.
May 21st 2020
Suppose the bundle size of your project is very huge and you don't want to load everything at once during the initial render you can use code splitting along with React to improve the performance and load time of your application.
May 15th 2020
Many a time I noticed that people find it very difficult to align content to the center either vertically or horizontally using CSS. So let's see few ways in how you can align content with css.
#qt #cplusplus
Apr 20th 2020
Let's talk about promises in javascript. What exactly is a promise in javascript and how to handle promises. This article will talk about the different methods to resolve promises.
Apr 8th 2020
While building a CMS for blogging, worpdress is the most commonly used platform. Gatsby has also topped the list recently. This article talk which one to go for and why I shifted from wordpress to gatsby. Is gatsby better than wordpress is the question I would be answering.
#cplusplus #gatsby #python
Apr 1st 2020
Compilers are there everywhere in our day to day use. Most developers tend to ignore it because they feel only the nerdiest of the geeks can code it. Let's build the worlds smallest compiler to understand how compilers work.
#qt
Jan 7th 2019
Working with ReactJS - A library by facebook was a great experience for me. React has made building web apps easy by making use of reusable components. This is clearly my viewpoint about the library.
#python #cplusplus
Django is a widely used python framework for web development. Learn what makes django so popular for backend development and why many startups and Tech giants prefer Django.
#python #cplusplus #qt