top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
Dheeraj Jha
C++ | Software Engineer |
AWS Certified Solutions Architect - Associate
Blog
About me
Projects
Skills
Education & Professional
CONTACT
More
Use tab to navigate through the menu items.
All Posts
Cpp
Thread
socket
server
client
WebServer
HTTP
Python
QT
Pyside2
Search
HTTP Web server: Create one in C++
This blog explains how to write a webserver in cpp. It will provide a brief idea if cpprestsdk and a working web server.
Dheeraj Jha
Apr 25, 2020
4 min read
shared_mutex(Read/write lock):Still mutex has performance issues?
This article explains and simulate the need of shared_mutex. What is the performance issue with mutex?
Dheeraj Jha
Mar 13, 2020
2 min read
Condition Variable: What is the problem with Mutex alone?
Condition variable helps to avoid polling which is required in mutex alone. Mutex alone consumes lots of CPU cycles. Condition variable help
Dheeraj Jha
Mar 4, 2020
3 min read
Socket Programming: I am your client.
Welcome folks... In the last article, we saw how to create a server and open a socket. I will highly recommend going through Socket...
Dheeraj Jha
Feb 25, 2020
2 min read
Socket Programming: Where is my server?
Socket is a way to communicate between two processes on same or different machines. In this article I had explained how to create a server
Dheeraj Jha
Feb 25, 2020
3 min read
Thread: How to pass arguments to a thread?
This article explains how we can pass an argument to a c++ thread? More importantly, how not to pass.
Dheeraj Jha
Feb 22, 2020
2 min read
Thread: How can I create a thread?
How to create a standard c++11 thread....
Dheeraj Jha
Feb 22, 2020
2 min read
How does A Python Program run?
Dheeraj Jha
Jun 29, 2020
5 min read
UI in python using QT and PySide2
Dheeraj Jha
May 3, 2020
4 min read
HTTP Web server: Create one in C++
Dheeraj Jha
Apr 25, 2020
4 min read
shared_mutex(Read/write lock):Still mutex has performance issues?
Dheeraj Jha
Mar 13, 2020
2 min read
Condition Variable: What is the problem with Mutex alone?
Dheeraj Jha
Mar 4, 2020
3 min read
bottom of page