All Posts
196 posts since 2007
Books recommendation series: The Tech Whisperer
Book
Prof. Feynman My fav teacher
Being trained in Physics I am a huge fan of Prof. Richard P. Feynman I learned about him more while studying Advanced Quantum Mechanics a...
Tips to learn Machine Learning
In this COVID-19 lockdown time, I am sure many of us want to learn new things. In technology stack Machine Learning is the most sought fi...
Check Running Time of the Perl Code
As a coder debugging is an important and crucial part. Timing functions during a program run is really helpful and crucial in debugging. ...
JavaScript DOM content load check
DOM loading is an important event, sometimes you have some logic which takes DOM into consideration so knowing exactly when DOM has been ...
Microsoft Edge and IE issue again and workaround
So here again a post on Microsoft issues though in past I have already written several posts on different issues from Microsoft. Here are...
WFH setup and tips...
In this COVID-19 scenario, everyone is trying to Work From Home depends on the job profile. Some basic guidelines for work from home: ...
Browser detection using basic JavaScript and Perl code
Here is a quick post on how to check the browser name based on userAgent property which returns the value of the user-agent header sent ...
Image classification of Indian cows breed using fastai lib: Train Model
Inspiration of this blog post came from fast.ai course taught by Jeremy Howard. In the Part 1 of this post we’ll learned how to build yo...
What time has it come ...
Generally, I only post technical contents in this blog, but this time there is an urge from inside to write due to unprecedented scenario...
Image classification of Indian cows breed using fastai lib
Inspiration of this blog post came from fast.ai course taught by Jeremy Howard. In first part of this post we’ll learn how to build your...
Moving my blog from WordPress to Jekyll and Github
So finally, I am able to move from WordPress to Jekyll GitHub. So, now onwards no more hosting dependency, no more unnecessary WordPress ...
Expiry and revive of my blog: Some early learning of 2020
Last week was full of adventure in reviving my blog https://www.pradeeppant.com. Ok. enough suspense! Here goes the story… After new year...
Adding core and custom properties in Microsoft Word (doc), XLS, PPT file using Apache POI through Perl wrapper: Example
Apache POI is the set of Java APIs to manipulate MS Office documents. You can read more about Apache POI here. In this post, I am showing...
Decoupled Content Management Systems: Some thoughts
If we look into existing CMS like Drupal, WordPress, etc there we see that they are still on an old way of delivering the content e.g.; H...
12 Years of tech blogging
I just realized that I have completed 12 years of tech blogging. My first post was like this- Is anbody having idea about the SNMP V3 im...
Apache POI env setting in CentOS 6+, Java 8 and Perl 5
Apache POI is the set of Java APIs that can be used to manipulate MS Office and other types of documents. This post will give quick info ...
A static blog using Gatsby, Work planning and SE Radio: a coincidence
For quite some time, I am interested in building a static blog that uses markdown as the main data source and built on the top of javascr...
High time to upgrade to HTTP/2
Request multiplexing over a single TCP connection is the most advanced feature of HTTP/2 protocol over HTTP/1.1.
JSX in ReactJS: a quick intro with examples
What is JSX file