Giter VIP home page Giter VIP logo

metablog's Introduction

Imgur

meta. Blog.

A section of my personal site where I may share my thoughts, mostly on technology and the developer life. This is meant to be super simple. The server is written in JavaScript, via Node. I used express to serve the public folder which contains just basic static HTML and CSS files.

UPDATE:

I am no longer just serving up the public folder. Instead, I use GET requests to serve up each requested static page and the CSS stylesheet.

Development Process

  1. Used npm init to set up Node app.
  2. Imported express to set up an express app.
  3. Used express's built-in express.static function to serve the "public" folder.
  4. Created index.html and stylesheet.css in the public folder.
  5. Imported CSS bootstrap via CDN and wrote out the blog's basic layout.
  6. Deployed to Heroku.
  7. First Update: Adjusted the index.js file to serve individual pages. Added a new entry.
  8. Created the archive linked list on the left-hand side of each page.

Timeline

  • Day One (12/26/2017): Wrote server, setup layout, deployed to Heroku and first commit to gitHub.
  • Day Two (1/6/2018): Updated server code, added a new entry, published to Heroku.
  • Day Three (1/7/2018): Added a new post and links to the archives in the left-most column.
  • Day Four (1/12/2018): Added a new post.
  • Day Five (1/13/2018): Added a new post.

Screenshots

  • Day One:

Imgur Imgur Imgur

  • Day Two:

Imgur Imgur Imgur

  • Day Three:

Imgur

  • Day Four:

Imgur

  • Day Five:

Imgur

Credit

All code and writings by me, Steve Bogucki. I'm looking for work so, if interested, please contact me at stevebogucki12 AT gmail DOT com. Thanks!

Imgur

metablog's People

Contributors

sbogucki12 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.