This commit is contained in:
2023-11-15 22:09:50 +00:00
parent eae203c531
commit 3ec95d41e2
3 changed files with 34 additions and 4 deletions

View File

@ -9,6 +9,34 @@ date = 2023-11-14T17:55:14Z
I am a Software Engineer, currently working at Decipad. I'm interested in various subjects including: Compilers, Linux Servers, Web Development, Distributed System and many more. I am a Software Engineer, currently working at Decipad. I'm interested in various subjects including: Compilers, Linux Servers, Web Development, Distributed System and many more.
# Work
Currently working at [Decipad](https://www.decipad.com/) as a full stack engineer.
I worked in various project at my old university [Royal Holloway](https://www.royalholloway.ac.uk/), including a Wellness and Professional Development application, that allowed students to track their wellbeing and various professional skills.
Worked on a [InnovateUK](https://www.ukri.org/councils/innovate-uk/) funded project called Tensorcrypt, which allowed for zero-trust data analysis.
I am also a private GCSE/A-level Maths and Computer Science tutor, and have over 300 hours of tutoring experience.
---
# Projects # Projects
I've developed various projects I've developed various projects, which I have listen on the [projects]({{< relref "./projects/_index.md" >}}) page. There you will find blog posts, GitHub Repos and _maybe_ a YouTube video.
---
# Education
I attended [Royal Holloway](https://www.royalholloway.ac.uk/) and achieved a First Class Honours BSc Computer Science.
Previously I attended [Farnborough Sixth Form College](https://farnborough.ac.uk/) and got 5 A-levels.
---
# Interests
Outside of Computer Science, I play guitar (mostly metal), read and do Judo (currently a Red Belt). But I spent most of my time behind a screen, tinkering with software, or [ricing](https://excaliburzero.gitbooks.io/an-introduction-to-linux-ricing/content/ricing.html) my machine (again).
I like to take part in the [Advent Of Code](https://adventofcode.com/), and have various repo's for each years solutions.

View File

@ -2,5 +2,3 @@
title = 'Blog' title = 'Blog'
date = 2023-11-14T17:55:14Z date = 2023-11-14T17:55:14Z
+++ +++
This is the blog page

View File

@ -28,7 +28,11 @@ url = "https://github.com/JohnCosta27/JohnTech"
[[params.socialLinks]] [[params.socialLinks]]
icon = "fa-solid fa-envelope" icon = "fa-solid fa-envelope"
title = "Email" title = "Email"
url = "mailto:example@example.com" url = "mailto:johncosta027@gmail.com"
[[params.socialLinks]]
icon = "fa-brands fa-linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/john-costa-b883971b5/"
[taxonomies] [taxonomies]
tags = "tags" tags = "tags"