Giuseppe Pascale
Hello 👋🏼 I’m a computer engineering student at Politecnico di Torino. I enjoy developing websites for fun and work, here you can see some of my projects. I also occasionally take part in hackathons and competitive programming contents.
Projects
pocket is a dead-simple file clipboard for the terminal. Add files or directories to a persistent clipboard, then release them (copy or move) to any directory later — all from the command line.
The clipboard is stored as a JSON file at ~/.pocketrc, and paths are resolved to absolute so it works
regardless of your current working directory. Built with cobra in Go.
# Install
go install github.com/pasc4le-ai-sandbox/pocket@latest
# Add files or directories
pocket foo.txt bar/ baz.pdf
# List what's in the clipboard
pocket -l
# Copy everything to the current directory
pocket -r
# Move instead of copy
pocket -r -c
# Remove item #2 from the clipboard
pocket -d 2
Licensed under the EUPL v1.2.
Telegram2Kindle
Have you ever struggled to send something to your Kindle? I’m pretty sure that if you’re an old Kindle owner, that’s gonna be the case. Not anymore… presenting, a Telegram bot that sends any file to your Kindle email for you.
Jokes aside, you can try it out on Telegram with the button below. The only requirement is
authorizing telegram2kindle@codegiik.com in your Kindle dashboard.
Karnaugh
StudentsWeek
This project started in high school, where the students committee had to find a solution about how to manage the “students’ week”, a week in school where students can teach courses about what they like. Managing this may seem like an easy task, but having to do it for 2k+ people at the same time could be challenging.
This platform solves this problem. It has been used by multiple schools in the last 5 years, but it’s currently discontinued due to a lack of a maintainer. If you’d like to pick up the project, shoot me an email at giuseppe.pascale@ieee.org.
Education
B.Sc. in Computer Engineering
Strong knowledge on fundamental sciences, expertise in Software Development and Computer Engineering.
Current average: 27.8/30
Liceo Scienze Applicate High School Diploma
Liceo Statale "Giorgio Buchner"
Ischia, ItalyHigh school diploma (Liceo Scienze Applicate) with grade 100/100.
Extracurricular Activities: Competitive Programming, Cybersecurity, English Certifications
Notable Project: StudentsWeek - Developed a school-wide platform for managing student-taught lectures, used by 5k+ students.
Experience
Software Engineer Intern
Built internal tooling and infra with Angular and NestJS. OAuth via Keycloak.
Project-based team collaboration; CI/CD Pipelines and Deployment Architecture.
Head of IT
Mu Nu Chapter of IEEE-Eta Kappa Nu
Turin, ItalyManaging a group of 10+ engineering students, handling all the technical needs of the local chapter, from maintaining websites to managing internal tooling.
Web Developer Freelancer
Self-employed
RemotelyBuilt a centralized multi-social message aggregator platform for real time chat support: React, Next.js, Meta APIs.
Server management, telemetry and statistics management. CI/CD with Drone and Github Actions.
Awards and Certifications
tiny_hack 2025
Oct 2025
I had the opportunity to be part of an amazing hackathon about AI and Computer Vision on Embedded Systems. Thanks to a very strong team, we’ve achieved 🥈 2nd place!
Participants: Paolo Malugani, Sandro Maghella, Federico Mele and Giuseppe Pascale (me)
CyberChallenge 2021
Jul 2021
I had the opportunity to take part in the fifth edition of one of biggest cybersecurity competitions in Italy. After several entry tests, I got to follow a 72h course taught by professors from the Federico II University of Naples and the Parthenope University. At the end of which, a selected group of 6 students got to compete with teams from other universities in Italy.