<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="https://dan-carroll.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://dan-carroll.github.io/" rel="alternate" type="text/html" /><updated>2023-07-14T13:45:37+00:00</updated><id>https://dan-carroll.github.io/feed.xml</id><title type="html">Dan Carroll on GitHub</title><subtitle>Welcome to my GitHub gateway. This is the personal frontpage of Dan Carroll  for his GitHub activities and to showcase his work and interests. This site  is created and maintained with [Jekyll](https://jekyllrb.com/).</subtitle><author><name>Dan Carroll</name></author><entry><title type="html">My GitHub Profile About Me</title><link href="https://dan-carroll.github.io/dan-carroll/github/profile/readme/2023/06/02/my-github-profile-about-me.html" rel="alternate" type="text/html" title="My GitHub Profile About Me" /><published>2023-06-02T00:00:00+00:00</published><updated>2023-06-02T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/profile/readme/2023/06/02/my-github-profile-about-me</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/profile/readme/2023/06/02/my-github-profile-about-me.html">&lt;p&gt;I don’t know how I missed this, but &lt;a href=&quot;https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme&quot;&gt;adding a GitHub profile readme file&lt;/a&gt; was an interesting “project”. I hit upon how to do this by personalizing &lt;a href=&quot;https://github.com/dan-carroll&quot;&gt;my profile&lt;/a&gt; when I stumbled upon the &lt;a href=&quot;https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile&quot;&gt;Customizing your profile&lt;/a&gt; GitHub Docs page. You can do the same by following the &lt;a href=&quot;Personalizing your profile&quot;&gt;Personalizing your profile&lt;/a&gt; link yourself. Or just click on that last link to get the info.&lt;/p&gt;

&lt;p&gt;It was actually quite fun, and a bit cheezy, adding in some details about myself mixed in with some emojis. If you haven’t added a profile readme to your profile yet, give it a go. I also have expanded my README file in my &lt;a href=&quot;https://github.com/dan-carroll/dan-carroll.github.io&quot;&gt;github.io code page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;On this Readme I have included some notes, lists of my online projects and other projects that have more than a passing interest to me. This is for me to keep track of a few things. And for others to obtain an idea of some of what interests me. So if you would like to know more about my technical interests, follow &lt;a href=&quot;https://dan-carroll.github.io/my_readme.html&quot;&gt;this link&lt;/a&gt;.&lt;/p&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="profile" /><category term="readme" /><summary type="html">I don’t know how I missed this, but adding a GitHub profile readme file was an interesting “project”. I hit upon how to do this by personalizing my profile when I stumbled upon the Customizing your profile GitHub Docs page. You can do the same by following the Personalizing your profile link yourself. Or just click on that last link to get the info.</summary></entry><entry><title type="html">HTML Games with JavaScript</title><link href="https://dan-carroll.github.io/dan-carroll/github/javascript/games/2023/05/05/html-games-with-javascript.html" rel="alternate" type="text/html" title="HTML Games with JavaScript" /><published>2023-05-05T00:00:00+00:00</published><updated>2023-05-05T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/javascript/games/2023/05/05/html-games-with-javascript</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/javascript/games/2023/05/05/html-games-with-javascript.html">&lt;p&gt;Games are a fun way to spend your time. They can be relaxing or exciting, even educational. Some are quite challenging and can be great problem-solving mental exercises. So, however you enjoy your games, creating and playing your own creations can be a great way to learn programming techniques.&lt;/p&gt;

&lt;p&gt;Created a new repository, &lt;a href=&quot;https://github.com/dan-carroll/html-games&quot;&gt;html-games&lt;/a&gt;, to have a playground for learning HTML, CSS, and JavaScript methods outside of what I would normally encounter designing websites. Plus it should be fun. To explore the results of this endeavor, &lt;a href=&quot;https://dan-carroll.github.io/html-games/&quot;&gt;visit HTML Games with JavaScript&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I plan on including articles on basic game design, some tutorials, a few game collections for inspiration, and working games with code as examples and to show the results of my work with the game design articles and tutorials I experiment with. Will also have some of my own ideas for games, or at least some that I have borrowed from others and modified to my own liking.&lt;/p&gt;

&lt;p&gt;So please visit. Enjoy the site. And see what you can learn and have fun doing with some of this.&lt;/p&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="javascript" /><category term="games" /><summary type="html">Games are a fun way to spend your time. They can be relaxing or exciting, even educational. Some are quite challenging and can be great problem-solving mental exercises. So, however you enjoy your games, creating and playing your own creations can be a great way to learn programming techniques.</summary></entry><entry><title type="html">Browser Navigation Examples</title><link href="https://dan-carroll.github.io/dan-carroll/github/navigation/2023/04/17/browser-navigation.html" rel="alternate" type="text/html" title="Browser Navigation Examples" /><published>2023-04-17T00:00:00+00:00</published><updated>2023-04-17T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/navigation/2023/04/17/browser-navigation</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/navigation/2023/04/17/browser-navigation.html">&lt;p&gt;I was always looking for navigation examples for new websites and never quite got what I wanted. So I would copy and modify things until I got what I wanted. Keeping track of so many examples was becoming a bit confusing.&lt;/p&gt;

&lt;p&gt;So why not put together some examples of my own. Include some tutorials and how-tos along with other examples. Make it easy for me to find and keep track of what I like alongside of some of my own working code. And put it where I could readily find, and access, it.&lt;/p&gt;

&lt;p&gt;Looks like GitHub is perfect for that. I can share, possibly get others’ ideas, and try out different options when I needed to change things up. I have a few examples now. I’ll have to add more as I find the time and items to save for later.&lt;/p&gt;

&lt;h3 id=&quot;html-5-navigation-examples&quot;&gt;&lt;a href=&quot;https://dan-carroll.github.io/navigation-examples/&quot;&gt;HTML 5 Navigation Examples&lt;/a&gt;&lt;/h3&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="navigation" /><summary type="html">I was always looking for navigation examples for new websites and never quite got what I wanted. So I would copy and modify things until I got what I wanted. Keeping track of so many examples was becoming a bit confusing.</summary></entry><entry><title type="html">Lonely Globe PWA</title><link href="https://dan-carroll.github.io/dan-carroll/github/example/pwa/2023/03/13/lonely-globe-pwa.html" rel="alternate" type="text/html" title="Lonely Globe PWA" /><published>2023-03-13T00:00:00+00:00</published><updated>2023-03-13T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/example/pwa/2023/03/13/lonely-globe-pwa</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/example/pwa/2023/03/13/lonely-globe-pwa.html">&lt;p&gt;Another PWA based on the tutorial &lt;a href=&quot;https://www.talater.com/upup/getting-started-with-offline-first.html&quot;&gt;Getting Started with Offline First using UpUp&lt;/a&gt;. See the &lt;a href=&quot;https://github.com/TalAter/UpUp/tree/master/demo/getting-started-with-offline-first-demo&quot;&gt;TalAter/UpUp GitHub repo&lt;/a&gt;. Just go down into demo folder for the tutorial code under “getting-started-with-offline-first-demo”. The tutorial isn’t complete. Had to look at the code on GitHub. And the .min.js.map files weren’t complete so changed to using the non-minimized js files from the src folder in the root of the repo.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/TalAter/UpUp&quot;&gt;UpUp&lt;/a&gt; is a javascript library that looks to make content available to users – always. The idea is to change the narrative from Mobile First to Offline First. Not sure how it is going since the site has not been updated in a while. But the tutorial was worth a go. Definite learning experience plus i had to do a bit of troubleshooting.&lt;/p&gt;

&lt;p&gt;A look at my &lt;a href=&quot;https://github.com/dan-carroll/pwa-examples/tree/main/lonely-globe&quot;&gt;Lonely Globe Repository&lt;/a&gt; &lt;br /&gt;
&lt;a href=&quot;https://dan-carroll.github.io/pwa-examples/lonely-globe/&quot;&gt;Lonely Globe web page&lt;/a&gt;&lt;/p&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="example" /><category term="pwa" /><summary type="html">Another PWA based on the tutorial Getting Started with Offline First using UpUp. See the TalAter/UpUp GitHub repo. Just go down into demo folder for the tutorial code under “getting-started-with-offline-first-demo”. The tutorial isn’t complete. Had to look at the code on GitHub. And the .min.js.map files weren’t complete so changed to using the non-minimized js files from the src folder in the root of the repo.</summary></entry><entry><title type="html">Creating a To-Do PWA</title><link href="https://dan-carroll.github.io/dan-carroll/github/to-do/pwa/2023/03/09/creating-a-to-do-pwa.html" rel="alternate" type="text/html" title="Creating a To-Do PWA" /><published>2023-03-09T00:00:00+00:00</published><updated>2023-03-09T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/to-do/pwa/2023/03/09/creating-a-to-do-pwa</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/to-do/pwa/2023/03/09/creating-a-to-do-pwa.html">&lt;p&gt;Now this tutorial, &lt;a href=&quot;https://blog.openreplay.com/building-a-mobile-app-using-html-css-and-js&quot;&gt;Building a Mobile App using HTML, CSS, and JavaScript&lt;/a&gt; by &lt;a href=&quot;https://github.com/wisdomekpotu&quot;&gt;Wisdom Ekpotu&lt;/a&gt;, was great fun. I ended up with a useable app that has become part of my daily routine. See if you can detect the changes I made in the code for a slight &lt;a href=&quot;https://github.com/dan-carroll/pwa-examples/tree/main/todo-pwa&quot;&gt;custom fit&lt;/a&gt; compared to &lt;a href=&quot;https://github.com/wisdomekpotu/PWA-TodoApp&quot;&gt;the original&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;That is the great thing about open source software, being able to take a look under the hood and make changes to suit yourself. I see myself using this app as a template for others. I should change the theme up for something more custom, but I actually like the look and feel. Kudos to you Mister Ekpotu.&lt;/p&gt;

&lt;p&gt;This is a simple app. No complexity. Add to the list and remove items when completed. It is a great little Progressive Web App. And can be extended as far as you would like to take it.&lt;/p&gt;

&lt;p&gt;I enjoy it’s simplicity. It also does not require access to the website once installed. No web data. It is all self-contained and works great whether you have a live internet connection or not. It simply works.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://dan-carroll.github.io/pwa-examples/todo-pwa/&quot;&gt;My ToDo App&lt;/a&gt;&lt;/p&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="to-do" /><category term="pwa" /><summary type="html">Now this tutorial, Building a Mobile App using HTML, CSS, and JavaScript by Wisdom Ekpotu, was great fun. I ended up with a useable app that has become part of my daily routine. See if you can detect the changes I made in the code for a slight custom fit compared to the original.</summary></entry><entry><title type="html">Created a PWA Examples Repository</title><link href="https://dan-carroll.github.io/dan-carroll/github/pwa/2023/03/03/created-pwa-examples-repository.html" rel="alternate" type="text/html" title="Created a PWA Examples Repository" /><published>2023-03-03T00:00:00+00:00</published><updated>2023-03-03T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/pwa/2023/03/03/created-pwa-examples-repository</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/pwa/2023/03/03/created-pwa-examples-repository.html">&lt;p&gt;Created a PWA Examples repository to showcase code and examples of progressive web applications as I learn how these work. For more mature examples of working PWAs, check out &lt;a href=&quot;https://github.com/mdn/pwa-examples&quot;&gt;these examples&lt;/a&gt; on MDN Web Docs. &lt;a href=&quot;https://github.com/mdn&quot;&gt;MDN Web Docs&lt;/a&gt; is a great place to go to learn the details of web technologies.&lt;/p&gt;

&lt;p&gt;I will be starting off with examples and tutorials created by others. Once I get some experience with PWAs, I have some ideas for projects of my own. So follow along with me as I explore the creation and use of PWAs. This should be fun.&lt;/p&gt;

&lt;p&gt;And, of course the first PWA to do is a &lt;a href=&quot;https://dan-carroll.github.io/pwa-examples/hello-pwa/&quot;&gt;Hello World example&lt;/a&gt;. Nothing exciting, but is a good first go with the &lt;a href=&quot;https://github.com/dan-carroll/pwa-examples/tree/main/hello-pwa&quot;&gt;code for a PWA&lt;/a&gt;. For a nice introduction to progressive web apps check out &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Tutorials/js13kGames/Introduction&quot;&gt;this article&lt;/a&gt; on the MDN web docs site. Follow along with &lt;a href=&quot;https://medium.com/james-johnson/a-simple-progressive-web-app-tutorial-f9708e5f2605&quot;&gt;this tutorial&lt;/a&gt; by &lt;a href=&quot;https://github.com/jamesjohnson280/hello-pwa&quot;&gt;James Johnson&lt;/a&gt; to create your first PWA.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/dan-carroll/pwa-examples&quot;&gt;PWA Examples Github Repository&lt;/a&gt; &lt;br /&gt;
&lt;a href=&quot;https://dan-carroll.github.io/pwa-examples/&quot;&gt;PWA Examples web page&lt;/a&gt;&lt;/p&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="pwa" /><summary type="html">Created a PWA Examples repository to showcase code and examples of progressive web applications as I learn how these work. For more mature examples of working PWAs, check out these examples on MDN Web Docs. MDN Web Docs is a great place to go to learn the details of web technologies.</summary></entry><entry><title type="html">Python Bottle Bootstrap</title><link href="https://dan-carroll.github.io/dan-carroll/github/python/bottle/bootstrap/2023/02/28/python-bottle-bootstrap.html" rel="alternate" type="text/html" title="Python Bottle Bootstrap" /><published>2023-02-28T00:00:00+00:00</published><updated>2023-02-28T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/python/bottle/bootstrap/2023/02/28/python-bottle-bootstrap</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/python/bottle/bootstrap/2023/02/28/python-bottle-bootstrap.html">&lt;p&gt;So, I wanted to play around with the Bottle framework. This is a very interesting tool to utilize. It is a micro-framework written in Python, all in a single file. With it you can create simple web b ased tools all the way up to full websites.&lt;/p&gt;

&lt;p&gt;I wanted to see how it would work out with the Bootstrap framework. Bootstrap is basically a CSS library with classes you add in to your HTML. There are also some Javascript components for when you need a little extra muscle. And it is fully customizeable if you want to modify it to your needs.&lt;/p&gt;

&lt;p&gt;I was thinking I would try it out and maybe create a simple template for other projects. What I ended up with was a full blown website highlighting my interest in Python. It has turned into a great playground for trying out new ideas.&lt;/p&gt;

&lt;p&gt;Not that my ideas are new. Just part of my learning experience with Python and web development. I’m really becoming interested in the idea of running python code in the web browser. The option to run Python code in the web browser instead of Javascript is giving me all kinds of ideas.&lt;/p&gt;

&lt;p&gt;Another cool thing about utilizing the micro-framework Bottle is the control it provides over your creating web apps in Python. I utilized a great full-stack Python development system, web2py, in the past. Now I have a way to actually dig deep into how web apps actually work. Great way to learn and understand the underpinnings of the technology.&lt;/p&gt;

&lt;p&gt;So, give it a try yourself. Try Bottle out. Also, take a look at Web2Py. It provides a fast way to learn how to create your own full stack web applications.&lt;/p&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;a href=&quot;https://bottlepy.org/docs/dev/&quot;&gt;&lt;img src=&quot;https://bottlepy.org/docs/dev/_static/logo_nav.png&quot; alt=&quot;bottle framework&quot; title=&quot;Bottle Framework&quot; /&gt;&lt;/a&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href=&quot;http://www.web2py.com/&quot;&gt;&lt;img src=&quot;/assets/img/web2py.png&quot; alt=&quot;web2py framework&quot; title=&quot;Web2Py Web Framework&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="python" /><category term="bottle" /><category term="bootstrap" /><summary type="html">So, I wanted to play around with the Bottle framework. This is a very interesting tool to utilize. It is a micro-framework written in Python, all in a single file. With it you can create simple web b ased tools all the way up to full websites.</summary></entry><entry><title type="html">Adding Google Analytics to GitHub Pages</title><link href="https://dan-carroll.github.io/dan-carroll/github/google-analytics/2021/07/16/adding-google-analytics-on-github.html" rel="alternate" type="text/html" title="Adding Google Analytics to GitHub Pages" /><published>2021-07-16T00:00:00+00:00</published><updated>2021-07-16T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/google-analytics/2021/07/16/adding-google-analytics-on-github</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/google-analytics/2021/07/16/adding-google-analytics-on-github.html">&lt;p&gt;So I added Google Analytics to my GitHub pages. Now to see how that tracks. It will be interesting to see if there are any visitors here.&lt;/p&gt;

&lt;p&gt;If you are interested in doing the same, then check out the tutorial from &lt;a href=&quot;https://morotsman.github.io/&quot;&gt;Niklas Leopold&lt;/a&gt; as I did. His &lt;em&gt;&lt;a href=&quot;https://morotsman.github.io/blog,/google/analytics,/jekyll,/github/pages/2020/07/07/add-google-analytics.html&quot;&gt;How to add Google Analytics to a blog hosted on Github pages&lt;/a&gt;&lt;/em&gt; tutorial was quite easy to follow. Thank you Niklas.&lt;/p&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="google-analytics" /><summary type="html">So I added Google Analytics to my GitHub pages. Now to see how that tracks. It will be interesting to see if there are any visitors here.</summary></entry><entry><title type="html">Dan Reads</title><link href="https://dan-carroll.github.io/dan-carroll/github/books/2021/06/07/dan-reads.html" rel="alternate" type="text/html" title="Dan Reads" /><published>2021-06-07T00:00:00+00:00</published><updated>2021-06-07T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/books/2021/06/07/dan-reads</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/books/2021/06/07/dan-reads.html">&lt;p&gt;My mission here, &lt;a href=&quot;https://dan-carroll.github.io/danreads/&quot;&gt;at Dan Reads&lt;/a&gt; is to share the books I read. Some are for the simple love of books. Others are for their content. Gotta love them too.&lt;/p&gt;

&lt;p&gt;Okay, simple intro above, but really, I am a bookworm. I have always loved reading. And I would love to share what I have read. But it is not always easy to find someone willing to listen to me rave about my reads.&lt;/p&gt;

&lt;p&gt;So, here I am blogging about my reads. My interests are varied but I may end up with way too many science fiction titles here. But I am also into the fantasy genre, to a certain extent. Along with westerns, adventure, military action, historical fiction (some), and suspenseful mystery thrillers (with some action).&lt;/p&gt;

&lt;p&gt;I do read some books intended for youth, especially when there is suspense and adventure involoved. Basically, the same genres of fiction i like are readable whether meant for a young audience or a more mature one. I really look for a good story being told by a masterful storyteller.&lt;/p&gt;

&lt;p&gt;You may also see some children’s books here. After all, I am a Pa-Pa. Need to read to the grandkids. I am making an effort to foster a love of reading in a new generation. And books do make great gifts.&lt;/p&gt;

&lt;p&gt;As for non-fiction, I primarily read STEAM – Science, Technology, Engineering, Art, and Math – books. But also interested in Finance, Self-improvement, Inspirational, Gardening, Woodworking, Health, Cooking, and Nature subjects. So definitely not limited to a single genre.&lt;/p&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="books" /><summary type="html">My mission here, at Dan Reads is to share the books I read. Some are for the simple love of books. Others are for their content. Gotta love them too.</summary></entry><entry><title type="html">Dan Carroll Portfolio</title><link href="https://dan-carroll.github.io/dan-carroll/github/portfolio/2020/05/04/dan-carroll-portfolio.html" rel="alternate" type="text/html" title="Dan Carroll Portfolio" /><published>2020-05-04T00:00:00+00:00</published><updated>2020-05-04T00:00:00+00:00</updated><id>https://dan-carroll.github.io/dan-carroll/github/portfolio/2020/05/04/dan-carroll-portfolio</id><content type="html" xml:base="https://dan-carroll.github.io/dan-carroll/github/portfolio/2020/05/04/dan-carroll-portfolio.html">&lt;p&gt;My portfolio page was created as part of a GitHub Learning Lab exercise. The author of the &lt;em&gt;Communicating Using Markdown&lt;/em&gt; course utilized the Jekyll Hacker template. This template could be termed a bit cheezy but I kind of like it. The old school computer look mixed with a few modern tweaks works for me. Maybe some day I’ll change the template to bring this part of the site into line with the main pages.&lt;/p&gt;

&lt;p&gt;The main page links to section pages housing different parts of my portfolio. I am still working on getting together items to place into the portfolio, while creating new material as ideas pop up. The more I work on this project, the more ideas I get for other projects. A lot of it just small stuff, but small projects tend to grow over time.&lt;/p&gt;

&lt;p&gt;I also like to share interesting items I find on GitHub and the internet at large. Some of what I have added to GitHub are in the way of extended notes. This helps me in keeping my notes and ideas organized into one place. It is also quite possible to make these notes into interactive notebooks of sorts. I’m not done by a longshot, so expect to find updates and new items regularly as I find the time.&lt;/p&gt;

&lt;h3 id=&quot;dan-carrolls-portfolio-pages&quot;&gt;&lt;a href=&quot;https://dan-carroll.github.io/dan-carroll-portfolio/&quot;&gt;Dan Carroll’s Portfolio pages&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;Hopefully, some of my visitors here will find items of interest here as well as a bit of fun. Happy coding!&lt;/p&gt;</content><author><name>Dan Carroll</name></author><category term="dan-carroll" /><category term="github" /><category term="portfolio" /><summary type="html">My portfolio page was created as part of a GitHub Learning Lab exercise. The author of the Communicating Using Markdown course utilized the Jekyll Hacker template. This template could be termed a bit cheezy but I kind of like it. The old school computer look mixed with a few modern tweaks works for me. Maybe some day I’ll change the template to bring this part of the site into line with the main pages.</summary></entry></feed>