For the past years, Docker has been disrupting the Developers and DevOps field. Many people think Docker is a programming language or framework. But it is not. Docker is an open source platform for building, shipping and running containers. It is a tool that allows you to manage images and
Recently, Ghost has just launched its major up. I will write how I updated my website to Ghost v4, my first impression and speed testing.
Both Java and Elasticsearch is a popular technology stack companies use. Java is a programming language that was released back in 1996. Currently, Java is acquired by Oracle and still in active development. Elasticsearch is a young technology when we compare it to Java, it has only released in 2010
This article contains many referral link. Using referral link will help me to keep updating this blog Be sure to subscribe to our newsletter for other Ghost tutorial! Recently when I changed my blog from WordPress to Ghost, I've run to some problems because it was my first time setting
Earlier this month, I was presented with an opportunity to interview interns that want to join my company. One of the interviewee really stood out. When my interviewer colleague asked him how to switch the value between 2 variables without using temporary variable , we expected him to just use the
If you know me, you might’ve noticed I created a new blog with Ghost. My old WordPress blog is just 2 months old, it’s still up, but I’m thinking to redirect the traffic from there to my new Ghost blog. If you don’t already know, WordPress
If we want to create a good search engine with Elasticsearch, knowing how Analyzer works is a must. A good search engine is a search engine that returns relevant results. When the user queried something in our Search Engine, we need to return the documents relevant to the user query.
Typo is something that often happens and can reduce user’s experience, fortunately, Elasticsearch can handle it easily with Fuzzy Query. Handling typos is a must if you’re building an advanced autocomplete system with the Elasticsearch.
Being a software engineer is hard — There are many aspects you need to improve. Most of the times, people just focus improving their skills at one aspect and forgot the others. Everyone who has just starting doing software engineering will always make a mistake. In 3 years of the beginning
In 1964, British computer scientist Tony Hoare invented the Null Pointer References. The Null Pointer Exception has contributed the most bugs in production exceptions. It was implemented in many programming languages, including C, C++, C#, JavaScript, Java, and more. The loss of financial resources, time, and human resources to fix
Autocomplete is a feature to predict the rest of a word a user is typing. It is an important feature to implement that can improve the user’s experience of your product.