-
Python
Python String Append Example
In this article, we will explain the string append in Python. 1. Introduction In Python, the string is an immutable object.…
Read More » -
Enterprise Java
What’s new in CUBA 7
Three years ago we announced the second publicly available major version of the framework. CUBA 6 was the game changing version –…
Read More » -
Software Development
The Essentials of Test-Driven Development
If you need software and you need it fast, test-driven development (TDD) may be the solution. With a focus on…
Read More » -
Enterprise Java
Building Java 6-8 Libraries for JPMS in Gradle
Find out how to use Gradle to build Java 6-8 libraries that support JPMS (Java Platform Module System) by providing…
Read More » -
Angular
Angular 6 Reactive Form Example
Welcome readers, in this tutorial, we will learn the basic of Reactive Forms in angular and perform some validations on…
Read More » -
Core Java
Java 12: Mapping with Switch Expressions
In this article, we will be looking at the new Java 12 feature “Switch Expressions” and how it can be…
Read More » -
Enterprise Java
How to Create a Java Web Framework from Scratch, the Right Object-Oriented Way
How do you design a web application in Java? You install Spring, read the manual, create controllers, create some views,…
Read More » -
Software Development
Beginner’s Guide to Continuous Integration and Deployment
Continuous integration (CI) can seem like a waste of time or added work that does not push features forward. But…
Read More » -
Software Development
Transfer Learning: How to classify images using Tensorflow Machine Learning
This article describes how to use Transfer Learning to classify images using Tensorflow Machine Learning platform. In Machine Learning context,…
Read More »