Internationalization and Localization in WordPress
13/11/2018When developing a WordPress theme from scratch it’s a good practice to internationalize your theme so it’s available for translation. It will allow people from all over the world to…
Read more
Aspect-oriented programming using Spring AOP over Grails framework
06/11/2018Preface Aspect-oriented programming (AOP) is a new concept and paradigm. It allows basically to add functionality to modules and classes without modifying the code, it is possible by configuring Pointcut,…
Read more
Form validation in VueJS
25/10/2018In this article I would like to focus your attention on a JavaScript framework called VueJS, in particular on form validation. I will not go into the details but overall…
Read more
Official integration partner to Visma
22/08/2018Visionmate is now an official integration partner to Visma. With our latest solutions, we can definitely help businesses to prosper online! Being an integration partner means that we develop solutions…
Read more
Improving React forms with Redux Form
14/08/2018Intro Redux is a great tool to dramatically improve data management in your application. Therefore, a natural step would be to use it also for your application forms. This would…
Read more
Animation in React using React Transition Group
03/08/2018Recently I was working on a new project that is developed in React. Part of my job was to translate static HTML into interactive React components. I wanted to liven…
Read more
Continuous Integration and Continuous Deployment with Jenkins Pipeline in Grails projects
02/08/2018Preface Software development is exciting, but it´s also a long and difficult way of continuous learning and thinking outside the box. Some time ago, software companies had a headache trying…
Read more
Using React with JWT
02/08/2018Over the last few years there has been a huge change in how we use software. The focus has shifted from desktop to lightweight cloud-based application. Companies like Facebook and Google…
Read more
1
2