Hello, Folks! 👋

I'm Computer science

More about me
const stebs = {
    personal: {
        fullName: 'Danilson Júnior Bengui',
        birthDate: '2000-06-16',
        pronouns: 'he' | 'his',
        interests: ['music', 'games', 'language learning', 'anime', 'basketball'],
        motivation: [
            'Just be humble, seat down'            
            'Peace, love, wine, sumol',
            'Making life easier and smarter through tech',
        ],
    },
    technical: {
        technologies: {
            frontEnd: {
                Javascript: ['Node.js'],
                HTML: ['HTML5', 'Semantic HTML'],
                CSS: ['sass', 'styled-components', 'Bootstrap', 'tailwind'],
            },
            backEnd: {
                Ruby: ['RubyOnRails']
            },
            architecture: ['Single Page Applications', 'Domain Driven Design'],
        },
    }
}