-
Core Java
How to Create QRCode Using QRGen in Java
In one of my previous articles, we saw how to create QRCode and its SVG equivalent using Zxing Java library.…
Read More » -
Software Development
Elegant READMEs
Some time ago I wrote a blog post An Open Code Base Is Not Yet an Open Source Project where…
Read More » -
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 »