Introduction to Sourcetree Background In a company, we use git and GitLab as the source code […]
Building an application or package individually is very easy. However, when we do the same thing […]
This is a beautiful attack in my opinion. Cross-site Request Forgery (CSRF) uses the victim’s computer […]
If you read my previous articles, probably you will notice I’m the one who really sees […]
Authentication exists in almost every web application. It helps the user to personalize their experience, as […]
The next security vulnerability I want to write about of course is XSS Attack, another popular […]
Part 2: Basic Architecture There are some basic definitions we need to pick up within ES. […]
Part 1: Introduction Elasticsearch (ES) Elasticsearch is an open-source analytics and full-text search engine. Let’s take […]
Caching is a great concept in network bandwidth and network speed optimization. It is used in […]
if-else
Conditional statement is one of the most popular logic, not only in JavaScript but in any […]