1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

minor changes as well as new post

This commit is contained in:
2016-01-02 00:32:06 -06:00
parent 9755eb3f30
commit dd4ca7c942
4 changed files with 14 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
<p class="blog-post-meta">December 10, 2015 by Mitchell</p>
<p>Javascript is a powerfull language that is being utilized mainly on the front end of applications as well on the back end. Javascript has become popular as a back end language because it is built around asynchronous functionality and features a non-blocking API, which is known as Node.js. Node.js is a cross-platform runtume environment for developing server-side web applications. This site is currently using Node.js as a back end and server platform.
<p>Javascript is a powerful language that is being utilized mainly on the front end of applications as well on the back end. Javascript has become popular as a back end language because it is built around asynchronous functionality and features a non-blocking API, which is known as Node.js. Node.js is a cross-platform runtume environment for developing server-side web applications. This site is currently using Node.js as a back end and server platform.
</p>
<hr>