Yet Another Blog

「心を開いて」

Hibernate introduction

Why Hibernate? Hibernate is a high-performance Object/Relational persistence and query service. It is an Object-Relational Mapping (ORM) solution for JAVA. Hibernate not only takes care of the map...

AJAX introduction

Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit l...

AJAX introduction

Axios is a promise-based HTTP Client for node.js and the browser. It is isomorphic (= it can run in the browser and nodejs with the same codebase). On the server-side it uses the native node.js htt...

AJAX introduction

Why AJAX AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script...

Vue more

v-bind directive

Vue introduction

VueJS is a progressive JavaScript framework used to develop interactive web interfaces. Focus is more on the view part, which is the front end. It is very easy to integrate with other projects and ...

Front end introduction

Why HTML? HTML stands for Hyper Text Markup Language. 1 2 3 Hypertext refers to the way in which Web pages (HTML documents) are linked together. Thus, the link available on a webpage is called Hyp...

JavaScript introduction

Why JavasScript JavaScript is a lightweight, interpreted programming language with object-oriented capabilities that allows you to build interactivity into otherwise static HTML pages. It is not c...

XML introduction

Overview XML stands for Extensible Markup Language. It is a text-based markup language derived from Standard Generalized Markup Language (SGML). XML tags identify the data and are used to store an...

Kettle introduction

What is ETL? ETL is a process that extracts, transforms, and loads data from multiple sources to a data warehouse or other unified data repository. What does Kettle do? More than Kettle? [1]http...