Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Feb 23, 2024
1 parent 42ab11f commit 3616011
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
15 changes: 1 addition & 14 deletions _posts/2016-05-05-learning-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@ title: "Learning Resources"
author: "Paul Le"
categories: resources
tags: [documentation,sample]
image: arctic-2.jpg
---

The beauty of computer programming is that you do not need to formally go to school to learn how to program. You can learn almost everything that you would need to know online, and for free. The following resources are some that I have used personally, that I highly recommend, for anyone looking to learn more about computer programming.

## [Free Code Camp](https://www.freecodecamp.org/)

My personal favourite for learning full stack web development. They offer a great front and back end curriculum that requires you to complete a variety of projects in order to apply the knowledge that you learn during the lessons. As a bonus, at the end of the curriculum you will have a few impressive projects under your belt for your portfolio.

## [Codecademy](https://www.codecademy.com/)

Not only does Codecademy have many great courses on various web development languages such as [HTML](https://www.codecademy.com/learn/learn-html), [CSS](https://www.codecademy.com/learn/learn-css), and [JavaScript](https://www.codecademy.com/learn/introduction-to-javascript), but they even offer a course on [how to deploy a Jekyll site](https://www.codecademy.com/learn/deploy-a-website). If you are completely new to Jekyll, I would recommend working through that course as a great start for learning how to deploy your Jekyll site.

## [Khan Academy](https://www.khanacademy.org/)

A great resource not only for learning mathematics (what most people probably know Khan Academy for), but also [computer programming](https://www.khanacademy.org/computing/computer-programming). What Khan Academy offers that is different from the other two above resources is that it offers courses in [computer science related](https://www.khanacademy.org/computing/computer-science) topics, such as [algorithms](https://www.khanacademy.org/computing/computer-science/algorithms) and [cryptography](https://www.khanacademy.org/computing/computer-science/cryptography). This is unique in that most online resources mostly focus on the programming side of things.
To be updated...
2 changes: 2 additions & 0 deletions _posts/2024-01-01-welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ categories: documentation
tags: [documentation,sample]
image: cover.jpg
---

Core Bioinformatics is organising a set of workshops on:

* Metagenomics with Anvi'o
Expand All @@ -17,3 +18,4 @@ Core Bioinformatics is organising a set of workshops on:

This website will be used to advertise the events and to provide the material for the workshops.

📆 See our [calendar page]({{ site.baseurl }}/about)
4 changes: 2 additions & 2 deletions pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This websites collects and share information about the training activities organ

| Date | Workshop | Info |
|------------|----------------------------|--------------------------------|
| 5 March | [Machine Learning]({% post_url 2023-03-01-machine-learning.md %}): Seminar | [Intranet](https://intranet.nbi.ac.uk/infoserv/cgi-bin/calendar/default.asp?mid=0) |
| 7 March | [Machine Learning]({% post_url 2023-03-01-machine-learning.md %}): Workshop | [Registration (intranet)](https://intranet.nbi.ac.uk/infoserv/cgi-bin/calendar/default.asp?mid=0) |
| 5 March | [Machine Learning]({{ site.baseurl }}{% post_url 2023-03-01-machine-learning %}): Seminar | [Intranet](https://intranet.nbi.ac.uk/infoserv/cgi-bin/calendar/default.asp?mid=0) |
| 7 March | [Machine Learning]({{ site.baseurl }}{% post_url 2023-03-01-machine-learning %}): Workshop | [Registration (intranet)](https://intranet.nbi.ac.uk/infoserv/cgi-bin/calendar/default.asp?mid=0) |
| April | Data Science | Come back for more details... |
| May | MetaPhlAn and HuMANN | Come back for more details... |
| June (1st week) | Anvi'o Workshop | Come back for more details... |
Expand Down

0 comments on commit 3616011

Please sign in to comment.