Hi, My name is Charles Guerin... I am a
Full-stack Developer.
Cracking the Cipher of Innovation for Unparalleled Achievement!
"This student demonstrates a genuine passion for computer science, actively cultivating their expertise by embarking on independent projects. Their A-level programming project was meticulously developed, showcasing remarkable attention to detail and narrowly missing out on the highest possible score. Additionally, they have shown a commendable willingness to support their peers by sharing their knowledge of various programming frameworks."
Mr Shea - Alevel and GCSE teacher
profile.ts
style.css
1
2
3
4
5
6
2
3
4
5
6
const Me = {
name: "Charles Guerin",
uni: "UoL",
grad: 2026,
role: "CS Student"
};
name: "Charles Guerin",
uni: "UoL",
grad: 2026,
role: "CS Student"
};
main*
TypeScript React
App.jsx
export default function App() {
return (
<div>
<h1>Hello World</h1>
</div>
);
}
return (
<div>
<h1>Hello World</h1>
</div>
);
}
pi_display.py
import RPi.GPIO as GPIO
# Screen Setup
PIN = 18
GPIO.setup(PIN, GPIO.OUT)
GPIO.output(PIN, GPIO.HIGH)
print("LCD Active")
# Screen Setup
PIN = 18
GPIO.setup(PIN, GPIO.OUT)
GPIO.output(PIN, GPIO.HIGH)
print("LCD Active")
firestore_data.json
{
"doc": "projects/portfolio",
"fields": {
"deployed": true,
"tech": ["React", "Fire"],
"stars": 42
}
}
"doc": "projects/portfolio",
"fields": {
"deployed": true,
"tech": ["React", "Fire"],
"stars": 42
}
}
mongo_upsidedown
// Collection: hawkins_lab
{
"_id": 011,
"name": "Eleven",
"power": "Telekinesis",
"food": "Eggos",
"status": "nose_bleed"
}
{
"_id": 011,
"name": "Eleven",
"power": "Telekinesis",
"food": "Eggos",
"status": "nose_bleed"
}
zsh - git
charles@dev:~$ git commit -m "update"
[main 8a2f9c] update
1 file changed, 10 insertions(+)
charles@dev:~$ _