Post by Category

browse by category
Computer_Science_Concepts (1) Design_Patterns (5) Embedded_Linux (6) Utilities (1) cpp (1)

Computer_Science_Concepts (1)

Endianity

April 2, 2020

This article is all about endianity. Endianity is all about how a word is stored in the computer memory. There are two types of endianity - Big Endian and Li...

Design_Patterns (5)

Builder_Pattern

October 7, 2017

This article is all about “Builder Pattern”. The “Builder Pattern” falls under the category of creation software design pattern.

Chain_Of_Responsibility_Pattern

June 4, 2018

This article is all about “Chain of Responsibility Design Pattern.” This pattern falls under the category of “Behavioural Pattern.”

Object_Oriented_Design

January 11, 2016

This article is all about Design Principles.

Observer_Pattern

January 11, 2016

This article is all about ‘Observer Pattern’. This pattern is useful when the dispatcher(Publisher) wants to notify the updates to all of the interested clie...

Relationship_among_Classes

June 12, 2015

This article is all about the relationship among classes. This is the fundamental in ‘Object Oriented Programming‘ design. In Object Oriented designing, the ...

Embedded_Linux (6)

Linux Device tree overlay

April 1, 2020

This article is all about building up linux platform driver. In this article, we will be writing a simple phy driver. In order to configure the phy driver, w...

Submitting my first kernel patch

March 5, 2020

This is all about my journey to submit my first kernel patch. Here I have discussed all the important things you must know before you submit your kernel patc...

Zedboard Linux NFS

March 26, 2020

This article is all setting up NFS for MicroZed Zynq AVNET. It becomes extremely easy if we have NFS setup for development process. There are two sides of NF...

Zedboard Linux bringup using Yocto

February 2, 2020

This article is all about building and generating the u-boot (SPL) image, linux kernel, device tree and root file system for the Avnet Zedboard 7010. Also, I...

Zedboard QSPI Uboot

April 3, 2020

This article is all about flashing device tree, linux kernel image to QSPI using uboot. Also, we will read back the device tree and linux kernel image from Q...

Zedboard Yocto Install Packages

April 3, 2020

This article is all about installing extra packages in Yocto build. This is a very short article on how to install extra packages in Yocto. For e.g, I would ...

Utilities (1)

Linux and Windows Utilities - Part 1

March 5, 2020

This article is all about simple utitlities and to answer the simple questions being asked commonly.

cpp (1)

Callback from C++ to Javascript function - QtWebkit

April 12, 2015

This article discusses on how to call a JavaScript function from C++ using Qt Framework. This framework uses Qt-Webkit. Currently, there are two ways to achi...