-
Agile
Product Roles, Part 4: Product Orientation and the Role of Projects
Many people in the agile community promote a product orientation over a project orientation. That’s possible because an organization has…
Read More » -
Core Java
OpenJDK on GitHub
Project Skara was created “to … investigate alternative SCM and code review options for the JDK source code, including options…
Read More » -
Enterprise Java
Load Testing Web Apps Using Apache JMeter
Apache JMeter is an excellent tool for simulating user load on a web application in order to test performance. You…
Read More » -
Software Development
A guide to the InfluxDBMapper and QueryBuilder for Java Part: Into and Order
Previously we used the group by statement extensively in order to execute complex aggregation queries On this tutorial we are…
Read More » -
Python
Python Iterate over dictionaries Example
1. Introduction In programming, to iterate means to go over the items in an element. And when you iterate, you…
Read More » -
Angular
Angular Pagination Example
Welcome readers, in this tutorial, we will implement pagination in an angular application. 1. Introduction Angular is a Typescript-based open-source…
Read More » -
Enterprise Java
Integrating Amazon Cognito With Single Page Application (Vue.js)
In this article, we will look at authenticating Single page application (built using Vue.js) with Amazon Cognito using OAuth protocol.…
Read More » -
Enterprise Java
Identifiers In Hibernate
Introduction: Identifiers in Hibernate model the primary key attribute of an entity. It helps us to uniquely identify a JPA…
Read More » -
Angular
Angular Http Client Module Example
Welcome readers, in this tutorial, we will learn about the Http Client Module to interact with the restful endpoints. 1.…
Read More »