About me

namespace FUNCTIDEV
{
    class SoftwareDeveloper : Applicant
    {
        // Motto.
        // Personality.

        SoftwareDeveloper()
        {
            this.Name = "Niklas Schmid";
            this.DayOfBirth = new DateTime( 1995, 9, 28 );
            this.Email = "nschmid.main@gmail.com";
        }

        WorkExperience[] GetExperience()
        {
            return new WorkExperience[]
            {
                new() { Period = "2019-2023", WorkPlace = "ABCDEFG" },
                new() { Period = "2019-2023", WorkPlace = "ABCDEFG" },
                new() { Period = "2019-2023", WorkPlace = "ABCDEFG" },
            };
        }

        Education[] GetEducation()
        {
            return new Education[]
            {
                new() { Period = "2019-2023", School = "ABCDEFG" },
                new() { Period = "2019-2023", School = "ABCDEFG" }
            };
        }

        string[] GetSkills()
        {
            return new string[]
            {
                "Skill 1", "Skill 2", "Skill 3", "Skill 4", "Skill 5"
            };
        }
    }
}
Hi, I’m Niklas, a passionate software developer with a deep interest in creating innovative and efficient solutions. For over a decade, I’ve been working on developing software that solves real-world problems and enhances user experiences. I specialize in Unity/C# and enjoy exploring the latest trends in technology to stay ahead in this fast-paced field. 

What drives me

Me I’m driven by a constant desire to learn and grow, both as a developer and as a person. Whether it's mastering a new programming language or solving a particularly challenging coding problem, I thrive on expanding my knowledge and improving my skills. What excites me the most is the opportunity to build something from scratch that can truly make a difference.

My approach

My Approach I believe in combining technical expertise with creative thinking. My approach to software development is structured yet flexible, ensuring that projects are not only completed on time but also meet the highest quality standards. Collaboration and clear communication are essential to me, as I’m always focused on delivering solutions that align with the needs of my clients or team. 

Outside of work

When I’m not coding, you’ll likely find me indulging in my favorite hobbies. I’m an avid video gamer, fascinated by the intricate designs and mechanics behind game development. I also have a deep love for astronomy, often spending hours watching documentaries and learning about the universe. My dog was my faithful companion and I enjoyed how effortlessly she managed to calm me down after a tough day. Lastly, I’m always on the lookout for new learning opportunities, whether through articles, courses or simply diving into a new technology.