Have you ever noticed an issue during push commit operation to Github? If you are using Github for your personal and professional work related accounts then there are more chances that you see …
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 Install Subversive SVN Connectors Manually in Eclipse?
Eclipse IDE has been evolved so much in last few years. Version 4.7 Oxygen is out in June and we have been using since then. Recently we noticed a strange behaviour which I never observed older …
Read Article about How to Install Subversive SVN Connectors Manually in Eclipse? →
Noticed New Logo and Layout at Crunchify? See what’s Coming Next
Good Morning / Evening to all! By now you may have already noticed new site layout and design at Crunchify.com site. We have been working hard making these changes since last 2 weeks. Well, was …
Read Article about Noticed New Logo and Layout at Crunchify? See what’s Coming Next →
[Atom.io] How to change Preferred Line Length issue from 80 column to 120 column?
Atom.io is one of the best editor for all developers. Popularity has grown so much that more and more folks are creating lots of plugins and addons for it. We have recently published an article on …
Essential Atom.io Add-on Packages for WordPress Plugin Development
Over last 10 years we have published more than 10 WordPress plugins to official WordPress Plugin Repository. WordPress plugins are the best way to enhance your Site without modifying core WordPress …
Read Article about Essential Atom.io Add-on Packages for WordPress Plugin Development →
Gonzales WordPress Plugin – Remove unwanted CSS and JS Loading for Better Performance Optimization Goal
On Crunchify, we have published number of different WordPress Optimization articles. Speed Optimization is one of our goal at Crunchify and we would do anything to optimize site speed. Faster site …
Java: Factory Design-Method Pattern | Object Oriented Design | Design Patterns
Factory Design Pattern is one of the Creational Design pattern and it’s widely used in JDK as well as frameworks like Spring MVC and Struts. The factory method pattern is …
Read Article about Java: Factory Design-Method Pattern | Object Oriented Design | Design Patterns →
Understand OSGi Concepts. Try to Follow the Puzzle Approach
OSGi became very popular today, thanks to its modularity approach and its capability to enforce logical boundaries between modules. When we discover it the first time, the question is where to begin …
Read Article about Understand OSGi Concepts. Try to Follow the Puzzle Approach →
What is Hibernate? Fundamental of Hibernate Core implementation
Hibernate is an open source Java persistence framework project. Perform powerful object relational mapping and query databases using HQL and SQL. In general the widely used libraries are well …
Read Article about What is Hibernate? Fundamental of Hibernate Core implementation →