HomeProfileStories
 
  
Saurav Singh

Saurav Singh

software engineer by day, open source contributor by night

Hey there, welcome to my blog. I’m a software engineer, based in India. I love learning and working on new technologies. These days I build webapps with JavaScript, a couple years ago it was Java.

Here I post my notes, presentations, researches and experiences. Basically, this is a web journal for my professional journey, and things that are important to document, finds it's space here.


🔍

SSL, Certificates and Keystores

January 14, 2021

Walkaround of SSL, Certificates, Keystores and Configuring WebLogic Application Server to use Custom Keystores

read more →

2020

Java Beans vs Enterprise Java Beans

October 17, 2020

Java Bean Java Bean encapsulate many objects into one (bean), so that they can be passed around as a single bean object instead of as…

read more →

POSIX

March 7, 2020

It defines an interface (POS I X) to a computing environment (POSI X) that is meant to be portable (P OSIX) across operating systems (P OS IX). This interface extends across both user (commands) and program (libraries) space, and allows both source code as well as shell scripts to work in any compliant environment.

Simply, if the program uses POSIX capabilities then it should work on any POSIX-compliant OS.

Operating System knowhow is necessary!

February 8, 2020

Programmers often overlook when it comes to putting efforts in understanding Operating System concepts in detail and they can't be blamed for it, considering their situation, there are always pressing needs to learn new frameworks and technologies on the go. But it doesn't make this fact any less important that Understanding of Operating System is equally needed. As a program, may it be written in C, Java, Python or any other programming language, after writing the syntactical pieces of code, it needs to be executed on an Operating System. When it comes to incorporating various technologies in one project, it becomes a necessity to understand how they are interacting with the operating system.

Good Knowledge of Operating System is a must and there are various flavours of OS readily available, RedHat Enterprise Linux is one such great flavour to start with. It is widely used in IT Industries and also provides well organised curriculum to learn and get yourself certified, and its certificates are widely recognised.

You can check thier website for all active certifications being offered currently: redhat.com/en/services/all-certifications-exams

 

© 2022