top of page
Search
The Tech Platform
Jan 13, 2021
How to sort Object in Java - Comparator and Comparable Example
Java Object Sorting Example How do you sort a list of Objects in Java is one of the frequently asked coding questions in Java interviews...
The Tech Platform
Jan 13, 2021
How to convert ArrayList to String in Java - Spring Example
Some time we need to convert ArrayList to String in Java programming language in order to pass that String to stored procedure, any...
The Tech Platform
Jan 13, 2021
JDOM Example : Reading and Parsing XML with SAX parser in Java
XML parsing with JDOM parser JDOM is an open source library which allow XML parsing and reading in Java program. JDOM is designed by...
The Tech Platform
Jan 10, 2021
Looping over Arrays: for loop vs for-in loop vs forEach() loop vs for-of loop
When working with arrays in programming, one common task is iterating over the elements of an array. There are several ways to achieve...
The Tech Platform
Dec 22, 2020
How to Convert java.util.Date to java.sql.Date - Example
java.util.Date and java.sql.Date are both Java classes that represent dates and times. However, there are some key differences between...
The Tech Platform
Dec 22, 2020
The Difference between CentOS and Ubuntu
CentOS vs Ubuntu are the two of the famous operating systems for the web servers in Software Operation Market. CentOS is basically based...
The Tech Platform
Dec 19, 2020
Use CSS Variables instead of React Context
I've been riding the CSS-in-JS train for years (I was even a significant contributor to the "movement"). It's awesome. I've never been so...
The Tech Platform
Dec 12, 2020
Make a slideshow using Ruby on Rails in 50 lines of code and no JavaScript
Let’s face it, nowadays, even the most complex web development tasks are expected to be written in JavaScript. Having said that, the...
The Tech Platform
Dec 11, 2020
How to Jazz Up Your Bash Terminal — A Step By Step Guide With Pictures
In this blog I’ll go over the steps to add Themes, Powerline, fonts, and powerline-gitstatus to make your regular Bash Terminal look...
The Tech Platform
Dec 11, 2020
Ruby On Rails
Ruby on Rails is an open source framework for Web development in Ruby, an object-oriented programming (OOP) language similar to Perl and...
bottom of page