IntelliJ IDEA became one of my favorite Java Editor in last year. So many built in functionalities, themes and plugins to enhance workflow made me switch from Eclipse IDE to IntelliJ. For my day to …
Design Development • Category Archive
Design Development Tutorials are lessons and resources aimed at teaching individuals about design and development for websites and applications.
These tutorials cover various aspects of design and development, such as user experience (UX) design, user interface (UI) design, web development, and app development.
They are designed for individuals of all skill levels, from beginners to experienced professionals, and aim to help individuals create high-quality and user-friendly digital products.
Basic WSDL Structure Understanding – (Web Service Description Language) Explained
You may have seen my previous post on SOAP vs. REST call. Now a day companies are moving to REST service calls but still there are majority of companies still uses SOAP over REST. This tutorial …
How to create Java Maven Project and push it to Github from IntelliJ IDEA without any Git Client?
IntelliJ IDEA is no doubt one of the best Java IDE out there. On Crunchify, we have published number of articles on Eclipse IDE and how to generate Maven project and run your complete end to end …
IntelliJ IDEA – How to Set Latest Java SDK and fix an Error: java: error: release version 14 not supported
Today while running my Java Program I got below error in IntelliJ IDEA. Information:Too many modules require recompilation, forcing full project rebuild Information:java: Errors occurred while …
Ansible: How to terminate all AWS EC2 instances using Ansible script?
As by now you probably know, I've been working on Ansible a lot lately. In this tutorial we will go over how to terminate all AWS EC2 instances programmatically using Ansible script. Before you go …
Read Article about Ansible: How to terminate all AWS EC2 instances using Ansible script? →
Build RESTful Service in Java using JAX-RS and Jersey (Celsius to Fahrenheit & Fahrenheit to Celsius)
Do you have one of the below query/question? RESTful Service: Representational State Transfer (REST) has gained widespread acceptance across the Web as a simpler alternative to SOAP and Web …
How to Install Docker Container on Linux? (Ubuntu and CentOS)
Docker no doubt is the Best Container Management Platform for your Enterprise and/or Personal project need. Why we need Docker? Consider this simple scenario for your project. You have a …
Read Article about How to Install Docker Container on Linux? (Ubuntu and CentOS) →
How to Create, Start and Configure Amazon EC2 instance using simple Ansible Script? (spawn VM remotely)
Amazon AWS is no doubt the best public cloud out there. As we discussed in previous tutorials, Ansible is a very handy tool for sysops to maintain their company infrastructure. In this tutorial we …
How to Setup Amazon AWS CLI (Command Line Interface) on MacOS or Linux?
There is no doubt Amazon AWS is the biggest public cloud provider out there. I personally started playing with Amazon AWS for few of Crunchify's clients and I must say AWS is so flexible. I use my …
Read Article about How to Setup Amazon AWS CLI (Command Line Interface) on MacOS or Linux? →