Blog

We Love Java


Made a library? Written a blog post? Found a useful tutorial? Share it with the Java community here or just enjoy what everyone else has found!


Read More →

Tweet from Django application using Tweepy


In this tutorial, we will learn how to post a tweet from Django application using Tweepy.


Read More →

Django Authentication With GitHub


In this tutorial, we will build a Django application that allow users to sign in via their GitHub account.


Read More →

Integrate Summernote Editor in Django application


In this tutorial, we will learn how to integrate Summernote WYSIWYG Editor in Django Application.


Read More →

Slugify Urls in Django


In this tutorial, we will learn how to slugify urls in Django.


Read More →

Upload Images to Cloudinary from Django Application


In this tutorial, we will learn how to upload images to Cloudinary from a Django application.


Read More →

Pythonistas.dev


Python Interview Series


Read More →

PythonFlow.net is Live!


Made a library? Written a blog post? Found a useful tutorial? Share it with the Python community!


Read More →

Deploying Python and Django Apps on Heroku


In this tutorial, we will learn how to deploy Django applications on Heroku.


Read More →

Getting started with Deep Java Library (DJL)


In this tutorial, I will show you how to get started with this new open source library from Amazon to build and deploy Deep Learning in Java.


Read More →

Hello You Qute Templating Engine


In this quick tutorial, I will show you how to get started with Quarkus new Qute templating engine.


Read More →

Hello Quarkus Supersonic Subatomic Java World


Quarkus is the new Supersonic Subatomic Java framework tailored for GraalVM and HotSpot.


Read More →

Deploy Jakarta EE application to Google Cloud Platform (GCP) with Kubernetes


Learn how to deploy Jakarta EE application to Google Cloud Platform (GCP) with Kubernetes.


Read More →

Deploy Jakarta EE application to Kubernetes


In this tutorial, I will show you how to deploy Jakarta EE application to Kubernetes.


Read More →

Hello JavaFX World


In this tutorial, we will learn how to create our first JavaFX application.


Read More →

Java LinkedHashMap


LinkedHashMap class extends HashMap class and implements the Map interface.


Read More →

Java LinkedList


Java LinkedList is a linear data structure, which means the elements are linked using pointers.


Read More →

Java TreeSet


TreeSet can not contain null values and are slower than HashSet.


Read More →

Java TreeMap


Java TreeMap implements the Java Map interface and the key/value pairs in a TreeMap will be sorted in an ascending key order.


Read More →

Java HashMap


Java HashMap implements Map interface and is used for storing items in key/value pairs, and you access a value by its key, and HashMap keys must be unique.


Read More →