jrtechs
|
ca1d753b6d
|
Final version of 2018 review blog post.
|
5 years ago |
Jeffery Russell
|
07f9fc50c3
|
Added images to git repo.
|
5 years ago |
Jeffery Russell
|
41b989b0b9
|
Added images to the 2018 review post.
|
5 years ago |
Jeffery Russell
|
c4b6b6f317
|
Created outline for 2018 review blog post.
|
5 years ago |
jrtechs
|
d577fae97a
|
Finished final draft of the Maker Faire post.
|
6 years ago |
jrtechs
|
3a8958eea0
|
Finished first draft of the 2018 rochester maker faire blog post.
|
6 years ago |
jrtechs
|
1f14b3ebcf
|
Fixed small issue with contact form.
|
6 years ago |
jrtechs
|
1945992485
|
Updated the steam website
|
6 years ago |
jrtechs
|
779401f326
|
Updated the email system to store information for captcha and email in the new configuration system.
|
6 years ago |
jrtechs
|
1c787b6498
|
Merge branch 'master' of https://github.com/jrtechs/NodeJSBlog
|
6 years ago |
jrtechs
|
c6d83e7f43
|
Created a favicon for the website.
|
6 years ago |
Jeffery Russell
|
170ee2d678
|
Updated a error in CS theory blog post and updated docs on the server.js file.
|
6 years ago |
Jeffery Russell
|
7e7d168a8b
|
Updated system to read configuration settings from a centralized config file rather than random files or hard coded parameters.
|
6 years ago |
Jeffery Russell
|
2e9a8db2fe
|
Fixed issue with mathjax cdm again
|
6 years ago |
jrtechs
|
9129034e91
|
Fixed issue where incorrect login counter would increment when no login was attempted.
|
6 years ago |
Jeffery Russell
|
8442fb7eb5
|
Merge pull request #29 from jrtechs/securityEnhancement
Added security to login page to prevent brute-forcing.
|
6 years ago |
jrtechs
|
f9299a9bd0
|
Implemented a procedure to ban people based on ip after they have x amount of invalid log-in attempts.
|
6 years ago |
jrtechs
|
aeff837ea5
|
Created header image for CS theory post.
|
6 years ago |
jrtechs
|
83ca381fd6
|
Fixed small issues with the static blog previewer.
|
6 years ago |
jrtechs
|
ed56114f3a
|
Made final revisions before publishing.
|
6 years ago |
Jeffery Russell
|
687c27bcc0
|
Finished first draft of cs theory review blog post.
|
6 years ago |
Jeffery Russell
|
56dc63a7bc
|
Created system to preview blog posts your working on.
|
6 years ago |
jrtechs
|
64923ee326
|
Updated my cs review blog post with information on DFA minification, the pumping lemma and Context free languages.
|
6 years ago |
jrtechs
|
f8aa7437ee
|
Started working on CS Theory Review Post.
|
6 years ago |
Jeffery Russell
|
286df044ec
|
Merge pull request #27 from jrtechs/adminRefactor
Admin Page Refactor
|
6 years ago |
jrtechs
|
2ef43a6872
|
Refactored the admin page to be hosted under /admin again.
|
6 years ago |
jrtechs
|
aa88b4429f
|
Refactored code to use a single place for loading static content such as
html, css, js and image files. I also moved the render blog content outside of the server.js to give more readability.
|
6 years ago |
jrtechs
|
cde78c314c
|
Merge changes into master.
|
6 years ago |
jrtechs
|
b6ceb8734a
|
Quick fix to ensure that images of the steam blog are still loaded correctly.
|
6 years ago |
Jeffery Russell
|
e491ea6155
|
Merge pull request #26 from jrtechs/projectsSites
Added static projects sites to the blog.
|
6 years ago |
jrtechs
|
dd2fe9f067
|
Modified this code to work with "other projects" and render SVG images properly.
|
6 years ago |
jrtechs
|
d25d9da48a
|
Created projects sites state diagram.
|
6 years ago |
jrtechs
|
ada1aad65d
|
Got the basic functionality of getting project websites under the node application done with the steam graph project.
|
6 years ago |
jrtechs
|
2b6228fe59
|
Added the steam graph project website in this repo.
|
6 years ago |
Jeffery Russell
|
fae7933a3f
|
Merge pull request #22 from jrtechs/selfDrivingCarDebate
Self driving car debate
|
6 years ago |
jrtechs
|
ccfa947c72
|
Final draft of morality of self driving cars blog post.
|
6 years ago |
jrtechs
|
642463903d
|
Finished first draft of morality of a self driving cars.
|
6 years ago |
jrtechs
|
149ba3207f
|
Fixed issue with wrong CDM used by MathJax. Fixes #13
|
6 years ago |
jrtechs
|
f2aa2d3978
|
Fixed issue icons on the contact page and the contact page not appearing after last refactor. Fixes #12
|
6 years ago |
jrtechs
|
fd5c6743c6
|
Updated footer to use light weight svg images instead of font awesome.
|
6 years ago |
jrtechs
|
dff09ae4bb
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# utils/renderBlogPost.js
|
6 years ago |
jrtechs
|
6c998ce20d
|
Fixed issue with the read more button on preview.
|
6 years ago |
Jeffery Russell
|
f9479729e7
|
Merge pull request #7 from jrtechs/FibonacciPost
Final updates and revisions to the fibonacci post.
|
6 years ago |
jrtechs
|
a021a08fbc
|
Final updates and revisions to the fibonacci post.
|
6 years ago |
Jeffery Russell
|
168e8aacf0
|
Merge pull request #5 from jrtechs/StandardizeRendering
Standardize rendering
|
6 years ago |
jrtechs
|
ac8aca4f9d
|
Documented the new code and fixed a bug with the table of contents.
|
6 years ago |
jrtechs
|
a35cdaadd8
|
Unified how blog posts were rendered between the preview post and full render.
|
6 years ago |
jrtechs
|
66d0c02f59
|
Finished first complete draft of the fibonacci post complete with mathy latex proofs.
|
6 years ago |
Jeffery Russell
|
d26b2a8b35
|
Merge pull request #4 from jrtechs/master
Back merge With Master
|
6 years ago |
Jeffery Russell
|
dc2cf1dbcd
|
Merge pull request #3 from jrtechs/LatexSupport
Latex support
|
6 years ago |