Skip to content

Commit

Permalink
add emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmajestic committed Nov 25, 2023
1 parent fb6585a commit 403ff2b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions authentication.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: post
title: "Authentication"
title: "Authentication ⚑"
categories: Authentication
---

# Authentication
# Authentication ⚑

Authentication is a crucial part of most applications. It's the process of verifying the identity of a user.

Expand Down
4 changes: 2 additions & 2 deletions docker_containers.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: post
title: "Docker Containers"
title: "Docker Containers 🐳"
categories: Docker
---

# Docker Containers
# Docker Containers 🐳

Docker is a platform that allows you to automate the deployment, scaling, and management of applications within containers.

Expand Down
4 changes: 2 additions & 2 deletions docker_images.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: post
title: "Docker Images"
title: "Docker Images πŸ“·"
categories: Docker
---

# Docker Images
# Docker Images πŸ“·

Docker images are lightweight, standalone, executable packages that include everything needed to run a piece of software, including the code, a runtime, libraries, environment variables, and config files.

Expand Down
4 changes: 2 additions & 2 deletions js_apps.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: post
title: "JavaScript Apps"
title: "JavaScript Apps 🍦"
categories: JavaScript
---

# JavaScript Apps
# JavaScript Apps 🍦

JavaScript is a powerful language that's used for web development to enhance user interaction and provide dynamic functionality.

Expand Down
4 changes: 2 additions & 2 deletions py_apps.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: post
title: "Python Apps"
title: "Python Apps 🐍"
categories: Python
---

# Python Apps
# Python Apps 🐍

Python is a versatile language that's used in a variety of applications, from web development to data science.

Expand Down

0 comments on commit 403ff2b

Please sign in to comment.