-
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 » -
DevOps
Deployment Strategies with Kubernetes and Istio
In this post I am going to discuss various deployment strategies and how they can be implemented with K8s and…
Read More » -
Software Development
[MEGA DEAL] The 2019 Complete CompTIA Cybersecurity Bundle (94% off)
Get On Track to Ace 4 Crucial Cybersecurity Exams & Launch a Six-Figure IT Career with 91 Hours of Training…
Read More » -
Enterprise Java
Selenium alternatives everyone is talking about – Choose wisely!
What is Selenium? Selenium is a suite of web browser automation tools to automate browsers across a range of platforms.…
Read More » -
Core Java
How to create a QR Code SVG using Zxing and JFreeSVG in Java?
In this article, we will look at how to use the Zxing QR code generation library and JFreeSVG library to…
Read More »