Giter Club home page Giter Club logo

blog's Introduction

Self Proclaimed Engineers Blog Git Repo!

All the code I use for the entire application is in this repo. That means that if there is code on my site you want to look into, you can find it here!

Contributing

Contributing consists of asking questions and adding suggestions for the types of blogs I should add or write. Submit an issue and flag it with a label of "enhancement" for suggestions or "question" for any general questions. I'll try to answer to the best of my ability!

My Images

Dude, stock images are old. I use: https://freeimagegenerator.com/

Just For Me

For Building

heroku buildpacks:set heroku/nodejs
git push heroku master

For Loading Development

tmuxp load ~/.tmux/blog.yml

blog's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

blog's Issues

Add express-status-monitor

It would be nice to have a very simply load tester. I'll need to add in a secret id because I actually don't want anyone looking at it.

Add comment section!

Everyone needs to be able to comment. Except bots! So maybe some google robot blocking or something... I dunno. We will see.

Add a stocks tracker

Make some line graphs for tracking some stocks.

Make a simple statistics to show if the stock is undervalued

Add toggling to sat-tester plugin

I need to provide extra functionality to the sat-tester. Like toggling gravity, sat collision, and elastic collision resolution on and off. Maybe a randomizer button to randomize the rectangles inserted as well (mass and size). DONE!

Convert blogs to be markdown

Honestly should have done this from the start. But, unfortunately, I was a dumb dumb. It would be so much easier to write blogs this way.

Basically:
1.) I should write my blogs in markdown code
2.) in the server/util directory, create a script that converts the markdown into html
3.) copy that html into the public blog directory
4.) rewrite the client to dangerouslyUnsafeSetHtml() from the source instead of that dumb parser I have now.

Add hash url routes

This would be a great feature to have. That way, someone can link to a specific location inside one of my blogs. Definitely looking into this...

Add Rust WASM

Get on the WASM train! with RUST!!

Rewrite SAT algorithm with WASM. Compare improvements?

Apply custom links to blogs for better SEO

So the links are just the names of the blogs, which are the names of the files. I'd like to customize that to make it so the blogs link parameter in the head is the query-able parameter. Better SEO means people find my blogs better!

Add Stats in Numbered form to Widgeter

Stats should display with:

  1. total view count
  2. view count last month
  3. average velocity last month

Right now I'd have to query for all the stats then perform the calculation client side. BUT, if I could calculate that on the fly somewhere, maybe a background task, then I could have that data instantly. Background task would just run at night everyday and query for all the stats and calculate the values above.

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.