Skip to content
View danieldcoded's full-sized avatar
๐Ÿ–ฅ๏ธ
Working & Learning
๐Ÿ–ฅ๏ธ
Working & Learning

Organizations

@DcodedNZ

Block or report danieldcoded

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
danieldcoded/README.md

Hello, World! I'm Daniel

Daniel's LinkedIn Daniel's Spotify

Visitors Open Source Love

๐Ÿ”Ž A little more about me...

package intro.daniel

import world.continents.europe.countries.spain as BornIn
import world.continents.oceania.countries.newzealand as LivingIn

/**
 * This contains a little more information about me.
 *
 * @author [DEV_NAME]
 */
 object PersonalDetails {
     // Awesome developer name
     const val NAME = "Daniel"
     val pronouns = "He/Him"
     val currentRole = "Software Engineer"
     val placesVisited = listOf("ESP", "NZ", "FR", "UK", "CH", "MC", "IT", "DE")
     val askMeAbout = listOf("App dev", "tech", "Computers", "Video games", "Photography")
 }
 
 /**
 * The following are constantly changing.
 * If you would like an updated list get in contact with me!
 */
 object Knowledge {
     val code = listOf("Kotlin", "Java", "Swift", "Objective-C", "Python", "C#", "JavaScript")
     val backEnd = listOf("Django", "Flask")
     val databases = listOf("SQLite", "MySQL")
     val misc = listOf("REST API", "Firebase", "Lottie", "Coroutines", "Room", "WorkManager", "OkHTTP", "RxJava")
     // Things I am contanstantly trying to improve on
     val currentFocus = listOf("Native Mobile App Development - Both Android and iOS")
     // Learning for personal projects
     val currentlyLearning = listOf("React", "ASP.NET")
 }

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! ๐Ÿ˜Š


If you like what I do, maybe consider buying me a coffee || hot chocolate || tea || beer ๐Ÿ‘ˆ

Buy Me A Coffee

No Activity tracked this Week

Inspired by abhisheknaiidu

Popular repositories Loading

  1. NZ_IRD_Number_Validator NZ_IRD_Number_Validator Public

    Python package that consumes an IRD Number and returns either True or False depending on whether the IRD Number is valid or not.

    Python 1

  2. StreamOverlay StreamOverlay Public

    Python application that tracks the cursor position and key inputs to create a window which can be used as an overlay for streaming/recording applications.

    Python

  3. NZ_Business_Number_Validator NZ_Business_Number_Validator Public

    Python package that consumes a NZBN and returns either True or False depending on whether the NZBN Number is valid or not.

    Python

  4. personal-website personal-website Public

    Forked from github/personal-website

    Code that'll help you kickstart a personal website that showcases your work as a software developer.

    HTML

  5. gitfolio gitfolio Public

    Forked from imfunniee/gitfolio

    :octocat: personal website + blog for every github user

    JavaScript

  6. TradeMe_Android_Test TradeMe_Android_Test Public

    Kotlin