Frontend frameworks for desktop and responsive on other devices can be categorized in 5 main types:AngularReactJSVueJSClassic (html, css, jquery, thymeleaf, asp.net)Flutter ...
Showing posts with label Articles. Show all posts
Showing posts with label Articles. Show all posts
Saturday, August 21, 2021
Saturday, August 21, 2021
The competition among frontend frameworks
Saturday, July 24, 2021
Saturday, July 24, 2021
What is backbase
What are Digital Banking Platforms (DBP)?A digital banking platform (DBP) enables a bank to begin the transformational process of becoming a truly digital bank that is ecosystem-centric. A DBP also enables banks to achieve business optimization. However, that is not the end state. For banks seeking only business optimization as the goal of their digital banking strategy, a digital banking multichannel...
Saturday, July 24, 2021
Installation mdbootstrap 5

Step 1
Download the package
Step 2
Unzip downloaded package and open it in the code editor
Step 3
Open Dreamweaver editor and create a HTML site.Find a template site and copy an index.html file to your project and compose your website. And yes, it's
...
Friday, January 1, 2021
Friday, January 01, 2021
VUE3 for Java developer
What is Vue.js and VUE 3 features?Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is...
Thursday, December 31, 2020
Thursday, December 31, 2020
Mockito vs JMockit
A Brief analysis on Mockito And Jmockit
Mockito
JMockit
1. We can achieve Static method/constructor mocking by the combination of Mockito with Powermo...
Tuesday, October 27, 2020
Tuesday, October 27, 2020
MyBatis introduction
MyBatis is a Java persistence framework that couples objects with stored procedures or SQL statements using an XML descriptor or annotations.MyBatis is free software that is distributed under the Apache License 2.0.
MyBatis is a fork of iBATIS 3.0 and is maintained by a team that includes the original creators of iBATIS. MyBatis is a first class persistence framework with support for
...
Tuesday, September 15, 2020
Tuesday, September 15, 2020
Unit tests with jmockit
What is JMockit?JMockit is open source software unit testing library, It includes APIs for mocking, faking, and combining with a code coverage tool. This library is used together with a testing framework such as JUnit or TestNG. IntelliJ IDEA is a good ide for testing with JMock...
Sunday, August 30, 2020
Sunday, August 30, 2020
Dart language from view of Java Developer
Nowadays I hear so much from Internet about Dart language so that today at the weekend I will go skimly Dart language on Google search.I found some good sites such as https://www.vogella.com/tutorials/Dart/article.html, https://flutter.dev/docs/resources/bootstrap-into-dart and I understood that Google Dart is a new programming language from Google that is used to build mobile applications, web applications,...
Monday, July 6, 2020
Monday, July 06, 2020
Add Redux lifestyle into Angular's Reactive State Management
If you are java developer and you are not good at design and frontend skill but you want to develop a java web application using microservices style, Angular is the best choice as front-end framework for you. Angular is like java Wicket framework. Both use real html DOM in markup file so that It is easy to incorporate with cut-css/html frontend developer to make a target ui page.
Redux is...
Monday, July 06, 2020
Doing microservices with JHipster

Today many companies are developing applications using Microservices, and Microservices with spring boot is chosen by many big companies in Vietnam.
In JHipster framework, Microservices is also supported. JHipster is a free and open-source application generator used to quickly...