Skip to content
View Delni's full-sized avatar
Block or Report

Block or report Delni

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Delni/README.md

Hi there πŸ‘‹

I'm Nicolas Delauney, a passionnate developer with a weakness for front end and JAMStack. I value Open-Source and love to learn new techs / frameworks. Currently in Aurillac, France πŸ§€πŸ‡«πŸ‡·.
My secret passion is creating new UI/UX 🎨 with the lowest cognitive effort 🧠 (aka intuitive is better) and dataviz πŸ“Š
I'm also a keeb's lover ⌨️❀️

github twitter linkedin telegram buymeacoffe

Tools of the trade πŸ–₯

HTML5 CSS3 Sass JavaScript TypeScript Kotlin Dart Vue.js Nuxt React Electron Flutter Bulma TailwindCss Git GitHub GitLab Bitbucket Yarn ESlint VS Code Atom IntelliJ Arduino Raspberry

Stats πŸ‘¨β€πŸ’»

visits

delni's github stats Top Langs

Pinned

  1. advent-of-code advent-of-code Public

    Advent of Code solvers. One year = one language !

    Kotlin 1

  2. mercury mercury Public

    Mercury is the budget planner of the 21st century ! Based on Electron, it can be deployed in on virtually any OS

    Vue 129 18

  3. vue-x-docs vue-x-docs Public

    Generate docs on top of JSDoc with Vue integration, and Vue style template

    JavaScript 4

  4. Example of pure functions Example of pure functions
    1
    let x: number = 0
    2
    
                  
    3
    // Fonction pure: ne modifie pas x
    4
    function add(value: number) {
    5
    	return x + value
  5. preflight preflight Public

    Automate checklist to ensure you are ready to go

    Go 4 1