Jamie's Blog

  • Home
  • About me
  • Blogs

Blogs

Backend Development

Operate ElasticSearch with HTTP Methods

1. Index 1.1 Create Index Creating an index in ElasticSearch is like creating a database in a relational database.First we open postman to send the request. If you get this response, it has been successfully created. 1.2 View Index To Read more…

By jamie, 2 years29 January 2023 ago
Backend Development

Use JSON.parseObject to parse json to generic objects

By jamie, 2 years17 January 2023 ago
git

Git Commands

By jamie, 2 years6 December 2022 ago
Linux

3 ways to intall deb files on Ubuntu

Method 1: Using the default Software Centre In Ubuntu, the easiest way is to use the default Software Centre. Here you don’t have to do anything special. Just go to the folder where you downloaded the .deb file (it should Read more…

By jamie, 2 years17 November 2022 ago
Backend Development

HTTP examples

Request Line Every HTTP request begins with the request line.This consists of the HTTP method, the requested resource and the HTTP protocol version. GET /home.html HTTP/1.1 In this example, GET is the HTTP method, /home.html is the resource requested and HTTP 1.1 is the Read more…

By jamie, 3 years18 September 2022 ago
Backend Development

LRU (implement in JAVA)

LRU(Least recently used) eliminates data based on the history of accesses, with the core idea being that “if data has been accessed recently, it has a higher chance of being accessed in the future”. We can use the LinkedHashMap built Read more…

By jamie, 3 years29 March 2022 ago
Backend Development

Producer-Consumer Model (implemented in JAVA)

Method One: Use LinkedHashMap as cache and synchronized as lock. Method Two: Use BlockingDeque in JAVA

By jamie, 3 years29 March 2022 ago
Backend Development

Docker(IV) – Deploy a simple project

I have a directory ‘hello-docker’ as our project. And I’ll create a file ‘app.js’ in it with following cods. Now, let’s write our Dockerfile, which contains the instructions for packaging our application. Typically, we start from a base image. This Read more…

By jamie, 3 years10 March 2022 ago
Backend Development

Dockers(III) – Docker Workflow

There is an application. We take this application and dockerize it, which means we make a small change so that it can be run by Docker. How? We just add a docker file to it. A docker file is a Read more…

By jamie, 3 years4 March 2022 ago
Backend Development

Docker(II) – Install Docker

Download Docker Download Docker on https://docs.docker.com/get-docker/ 2. Install WSL2 Open Powershell as administrator and enter: Download the Linux kernel update package Set WSL 2 as the default version: 3. Install Linux distribution Open the Microsoft Store and select your preferred Read more…

By jamie, 3 years27 February 2022 ago

Posts pagination

Previous 1 … 6 7 8 9 Next
Categories
  • AWS (2)
  • Backend Development (36)
  • Bootstrap (1)
  • Computer Science (3)
  • Crawler (1)
  • CSS (3)
  • Database (11)
  • Design Model (1)
  • Docker (12)
  • Elasticsearch (2)
  • eslint (1)
  • Frontend Development (25)
  • git (1)
  • Gradle (1)
  • Gson (1)
  • hibernate (1)
  • HTML (1)
  • Jackson (2)
  • Java (13)
  • javascript (3)
  • json (2)
  • junit (4)
  • Linux (7)
  • Mybatis (4)
  • MySQL (7)
  • Networks (3)
  • Nginx (1)
  • prettier (1)
  • Pyppeteer (1)
  • React (16)
  • Spring (2)
  • Springboot (2)
  • Strapi (2)
  • version control (1)
  • wordpress (2)
  • About me
  • Blogs
  • Front Page
Hestia | Developed by ThemeIsle