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 …
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.
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? →
How to install Boto, Boto3 and set Amazon EC2 Keys? Boto: A Python interface SDK for Amazon Web Services
What is Boto? Boto is an Amazon AWS SDK for python. Ansible internally uses Boto to connect to Amazon EC2 instances and hence you need Boto library in order to run Ansible on your …
PayPal Java SDK Complete Example – How to Invoke PayPal Authorization REST API using Java Client?
PayPal is one of the best online Payment transfer service out there. There is no doubt it's growing day by day with crazy numbers. I personally have hands on experience with PayPal Java Developer …
Microsoft Azure Translator Text API Java Tutorial (v3.0) & Azure SignUp Process
Have you ever wondered how realtime text translation works? Google, Microsoft Machine learning algorithm is one of the best out there. With the popularity of Google Home, Amazon's Echo, Cortana and …
Read Article about Microsoft Azure Translator Text API Java Tutorial (v3.0) & Azure SignUp Process →
Specifications (Methods) in RESTful Web Service – Java API for RESTful Web Services
JAX-RS: Java API for RESTful Web Services is a Java programming language API that provides support in creating web services according to the Representational State Transfer (REST) architectural …
How to fix atom-autocomplete-php Incomplete Error because of missing composer.phar in Atom.io?
Atom.io is one of the best development IDE for Java and PHP WordPress. With more than hundreds of plugins/packages it became very popular in no time after launch. Ever wondered how to make Custom …