The Command Pattern in Java
The Command Pattern in Java, Introduction You most likely have known about behavioural patterns by now. behavioral patterns are concerns about the wiring of Java objects. While the...
Spring Boot — Getting Started
Spring Boot — Getting Started,Spring boot is one of the popular Java framework, which under the hood comprises of multiple Spring based Java projects at its core. Spring boot help...
Pytorch reading for starters in Machine Learning
Pytorch reading for starters in Machine Learning,https://medium.com/@gbadhanane/pytorch-linear-regression-model-to-predict-life-tendency-of-people-with-heart-failure-clinical-e7927...
Voices of the Elephant Podcast Episode – My Technology Journey, PHP, Opensource, Java
Voices of the Elephant Podcast Episode - My Technology Journey, PHP, Opensource, Java,I am excited to have been hosted on the Voices of the Elephant podcast by Cal Evans http...
Navigating Through Magento 1 End Of Life Together | CedCommerce
Navigating Through Magento 1 End Of Life Together | CedCommerce,Magento being the leading open-source eCommerce platform that is used by most of the merchants is soon going to end ...
Python Commandline Argument Parsing
Python Commandline Argument Parsing, python (2 Part Series) 1 Reading and Writing JSON using Python 2 Python Commandline Argument Parsing A quick set of notes on how to parse comma...
Reading and Writing JSON using Python
Reading and Writing JSON using Python, python (2 Part Series) 1 Reading and Writing JSON using Python 2 Python Commandline Argument Parsing JSON is a standard for storing data in a...
Java add text watermark and image watermark to word document
Java add text watermark and image watermark to word document,Watermarks are lightly shaded words or pictures on a piece of paper or the digital pages of Word documents. They are of...
python list directory files
python list directory files,Do you want to find out how to display all directory's files using Python? You can use os.walk() or glob() in the Python programming language. To list f...
Building a commercial plugin for the JetBrains plugin marketplace
Building a commercial plugin for the JetBrains plugin marketplace,TLDR; I decided to write down some of the takeaways, pain points, lessons learned, etc. of building my first comme...