Skip to content

Commit

Permalink
moved bunjs blog to learning center under Devs topic
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstoday11 committed Oct 4, 2023
1 parent 3e19af2 commit 52a48fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,13 @@
---
title: "BUNjs"
date: 2023-09-22
title: Exploring BunJS 1.0 - A Modern JavaScript Runtime
description: A short introduction to BunJS, a modern JavaScript runtime.
image: images/blog/Exploring-BunJS-1-A-Modern-JavaScript-Runtime/bunjs-logo.png
cover_image: false
cover_image_src:
cover_image_height: ""
cover_image_width: ""

author: azar
series: JavaScript Runtime
categories:
- NodeJS
- Javascript
- Runtime
- HTTP
- BunJS

tags:
- NodeJS
- Javascript
- Runtime
- HTTP
- BunJS

# image color code in undraw.co #FB7E44
feedback: false
draft: false

weight: 1
# description
description: "A short introduction to BunJS, a modern JavaScript runtime."
---

{{< image src="images/blog/Exploring-BunJS-1-A-Modern-JavaScript-Runtime/bunjs-logo.png" alt="alter-text" height="" width="200px" class="img-fluid" caption="" webp="false" position="float-left" >}}
{{< image src="bunjs-logo.png" alt="alter-text" height="" width="200px" class="img-fluid" caption="" webp="false" position="float-left" >}}

If you're a JavaScript developer, you're probably familiar with Node.js, the popular runtime environment that allows you to run JavaScript code on the server-side. But have you heard of BunJS? It's the latest addition to the JavaScript runtime family, and it's making waves in the developer community. In this blog post, we'll delve into what BunJS is all about and why it's gaining traction.

Expand Down
9 changes: 9 additions & 0 deletions content/english/learning-center/9-Coding/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Devs"
date: 2023-10-04
draft: false
# description
description: "Learn Programming Languages, Dev Tips, Frameworks, Tools, etc."
type : "learning-center"
weight: 9
---

0 comments on commit 52a48fa

Please sign in to comment.