Who I am
I stepped into the world of programming during the first covid lockdown. As I was stuck in my appartment I decided to give a try to something I never dared starting seriously. I taught myself the basics of web development grabbing lectures and courses here and there on the web and landed my first job in less than a year.
I have the will to deepen my knowledge in both front and back end, as I find each of them differently interesting.
Currently looking for a front-end developer opening in an IT company where I could not only work with Angular and TS on a daily basis, but also advance on my career path.
Proficiency
- HTML
 - CSS, SASS
 - JavaScript
 - TypeScript
 - Angular, RxJs
 - Python (Django, Flask)
 - Drupal (CMS)
 - Git, GitHub
 - Figma
 
Bubble Sorting
I’ve been recently very interested in Go so here’s a code snippet:
                        
        // Bubble Sorting Algorithm in Go
        
        func BubbleSort(sli []int) {
            l := len(sli)
            for i := range sli[:l] {
                for j := range sli[:l-i-1] {
                    if sli[j] > sli[j+1] {
                        Swap(sli, j)
                    }
                }
            }
        }
        func Swap(sli []int, i int) {
            sli[i], sli[i+1] = sli[i+1], sli[i]
        }                       
                        
                    
                Professional Experience
2021 - Web Developer in a french communication agency
Mainly built websites with Drupal, worked in team on Angular & Symfony projects.
Projects
Some of my personal projects:
- ngTracker: Project Management App built with Angular
 - English for Kids: Cards game - SPA fully written in vanilla JS
 - Chatrooms: A chatroom service built with Django and WebSocket.
 - Commerce: An eBay-like e-commerce auction site written with Django.
 - The Flasky Blog: A simple blog built with Flask.
 
Certifications
- RS-School: Front-end Certificate - Angular Specialization
 - HarvardX: Professional Certificate: Computer Science for Web Programming
 - Udacity: Front-End Web Developer Nanodegree Program
 - Coursera: Programming with Google Go
 
Languages
- 
                            
                            French: Native (C2)
                         - 
                            
                            English: Advanced (B2-C1)
                         - 
                            
                            Italian: Advanced (CILS B2)
                         - 
                            
                            German: Intermediate (B1-B2)
                         
Let's get in touch!
- GitHub: https://github.com/heavsta
 - Linkedin: https://www.linkedin.com/in/francois-leduc/
 - Discord: heavsta#0949
 - E-mail: francoisleduc[at]ymail[dot]com
 - Phone: +33 6 51 78 86 47