Merge branch 'main' of github.com:CrimsonTome/crimsontome-blog into main
commit
f4a908583c
|
@ -11,8 +11,8 @@ So I guess I should introduce myself. I'm known as CrimsonTome online (not that
|
||||||
I am a first year Computer Science student at the University of Hull.
|
I am a first year Computer Science student at the University of Hull.
|
||||||
I studied Computer Science, Psychology and Sociology at York College.
|
I studied Computer Science, Psychology and Sociology at York College.
|
||||||
I have little experience with Linux unless you count tinkering with a Raspberry Pi which i have been doing for 5 years now. I have only recently (August 2021) switched from Windows 10 to Ubuntu on my laptop and am now somewhat familiar with Linux.
|
I have little experience with Linux unless you count tinkering with a Raspberry Pi which i have been doing for 5 years now. I have only recently (August 2021) switched from Windows 10 to Ubuntu on my laptop and am now somewhat familiar with Linux.
|
||||||
|
Like many others, I enjoy playing video games in my spare time. My favourite franchises would have to be Fire Emblem and Borderlands. As a CS student I also enjoy coding primarily in Python and C# as these are what I am the most familiar with. However as part of working on this site I am learning some CSS and JS. I've always wanted to learn C/C++ but never really had the time for it.
|
||||||
If for some reason you need to contact me then my Discord is: CrimsonTome427#7459
|
If for some reason you need to contact me then my Discord is: CrimsonTome427#7459
|
||||||
Or send me an email at crimsontome427@gmail.com
|
Or send me an email at crimsontome427@gmail.com
|
||||||
|
|
||||||
You can buy me a coffee:
|
Source code for this site can be found here <https://github.com/crimsontome/crimsontome-blog>
|
||||||
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I2I46RO0O)
|
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: A ramble about GitHub
|
|
||||||
description: An introduction to GitHub from someone who has only used it for a month
|
|
||||||
date: 2021-10-20
|
|
||||||
tags:
|
|
||||||
- github
|
|
||||||
layout: layouts/post.njk
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
## An GitHub overview - by someone new to it
|
|
||||||
|
|
||||||
### First, a little background information
|
|
||||||
|
|
||||||
A few years ago, back when I was in secondary school doing some group Python programming in year 9 I though to myself something like: This is interesting, working in a team on different parts then compiling them all together. But working on it all at the same time is a bit awkward to do. Is there a better way of doing this?
|
|
||||||
Introducing GitHub, the answer to all my questions. Sadly I only found out about GitHub's purpose years later once I was in college, and even then I never used it to contribute to open-source projects with others. I just browsed through lots of programs and just thought it was a place to archive code.
|
|
Loading…
Reference in New Issue