Have you every wondered how Admin hooks works? WordPress is a powerful content management system (CMS) that allows users to easily create, manage and publish content online. One of the key …
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.
How to add Typewriter (Typing) Animated Text Effect using Typed.js to WordPress Site – Example Attached
Last week we have launched dedicated Crunchify Product site which is very handy for users to get an idea on what all services we are providing. It also includes some of our best Premium Plugins. Head …
How to install & setup Apache Tomcat server on Linux Ubuntu host [on Linode]
Setting up Apache Tomcat web server on publicly hosted Linux host is a best way to host your service. If you want to publish any Java application to world, you need public IP and hence public …
Read Article about How to install & setup Apache Tomcat server on Linux Ubuntu host [on Linode] →
Singleton Design Pattern in java – Thread-Safe, Fast Singleton Implementation
Simple Singleton Pattern in Java In software engineering, the singleton pattern is a design pattern that restricts the instantiation of a class to …
Read Article about Singleton Design Pattern in java – Thread-Safe, Fast Singleton Implementation →
JUnit Testcases in Java: Simple JUnit Hello World Tutorial with All in One Details
What is JUnit? JUnit is a simple, powerful, open source framework to write and run repeatable tests. I love JUnit testcases. During my Java Project development, I extensively use JUnit for code …
Github: How to Fork Github Repository, Create Pull Request and Merge?
Github is pretty awesome. I simply love using it. GitHub is a Git repository web-based hosting service which offers all of the functionality of Git as well as adding many of it's own features. …
Read Article about Github: How to Fork Github Repository, Create Pull Request and Merge? →
Ansible: How to automatically monitor newly created Amazon EC2 instances using Prometheus?
Do you have any of below questions? Use file-based service discovery to discover scrape targetsHow to Automatically discover the use of multiple IPs?Automatically monitoring EC2 InstancesMonitoring …
WordPress Plugin Setting page: textarea and mysterious white spaces issue after clicking save button?
Yesterday while working on our brand new WordPress Plugin I noticed this weird white space issue in textarea HTML field. After saving settings in Plugin Admin area, during refresh it started …
DevKinsta – Design, develop, and deploy WordPress sites from your local machine (Docker based)
It's been few days I have been playing with DevKinsta on my local Mac book pro. I was able to setup my local environment in no time. My first impression: DevKinsta is super quick and easy. I was …
Easy Digital Downloads and How to fix “The site is experiencing technical difficulties” error on Plugin update Popup?
Are you using Easy Digital Download? Very well known as EDD. On Crunchify, we are using Easy Digital Downloads for all of our premium plugins and our Java Tutorials. You are at right place if you …
IntelliJ IDEA – Top 5 Themes
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 …
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 …