diff --git a/.gitignore b/.gitignore index f5169bb..dce9314 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ posts/*.post \#* .DS_Store bookshelf.txt +site.db* diff --git a/cpanfile b/cpanfile new file mode 100644 index 0000000..94c3a12 --- /dev/null +++ b/cpanfile @@ -0,0 +1,3 @@ +requires 'Text::Markdown'; +requires 'Mojolicious'; +requires 'Mojo::SQLite'; \ No newline at end of file diff --git a/index.html b/public/index.html similarity index 85% rename from index.html rename to public/index.html index b29f64d..f996f35 100644 --- a/index.html +++ b/public/index.html @@ -21,13 +21,21 @@ } -
-Hi, I'm Rawley, a Software Engineer from rural Saskatchewan, Canada. I specialize in Perl, and Go development, tackling all areas - of the software life cycle. I also like to dabble in Pure Functional languages. Professionally I develop microservices using Java, SpringBoot, and PostgreSQL. I'm passionate about software performance, - functional programming, and type-systems. If you have a position that you think I'd like (especially focusing on Perl, or Go), please feel free to email me. + of the software life cycle. I also like to dabble in Pure Functional languages. At work I develop microservices using Java, SpringBoot, and PostgreSQL. I'm passionate about software performance, + functional programming, and making programs safer. If you have a position that you think I'd like (especially focusing on Perl, or Go), please feel free to email me. Outside of my professional work, I spend a lot of time contributing to open-source projects. You may or may not have used some of them :)
- Studied various mathematical concepts, ultimately did not finish due to extraneous circumstances. Hoping to have the time one day to complete this degree. + Studied various mathematical concepts (mostly Linear Algebra, and Calculus), ultimately did not finish due to extraneous circumstances. Hoping to have the time one day to complete this degree.
+ This is my blog; it represents my opinions, not that of my employer(s) past, present or future. + My blog is made up of Functional Programming, Perl & Raku, Rants, Politics, and whatever else I dream up. + If you are prone to becoming upset about things, this might not be the best place for you. +
++ All content is licensed under the Creative-Commons Attribution-ShareALike 3.0 license unless specified otherwise. +
+