import { Profile, Language } from 'identity';
export const Naamloos : Profile = {
name: "Ryan de Jonge",
userName: "Naamloos",
programmingLanguages: [
{ language: "C#", proficiency: "High" },
{ language: "TypeScript/JavaScript", proficiency: "High" },
{ language: "PHP", proficiency: "High" },
{ language: "Java", proficiency: "High" },
{ language: "Python", proficiency: "Intermediate" },
{ language: "Rust", proficiency: "Intermediate" },
{ language: "C++", proficiency: "Intermediate" }
],
spokenLanguages: [
Language.English,
Language.Dutch,
Language.German
],
jobInfo: {
role: "Software Developer",
company: "Provrex B.V."
},
educationInfo: {
university: "NHL Stenden University of Applied Sciences",
type: "Bachelor Information Technology (Software Engineering)",
completed: false,
}
}
Ducks are hecking cool
Fulltime Software Engineer.
Specializes in back-end, but capable of full stack development. Just want to make cool things. (Co)Creator of DSharpPlus.
-
Provrex B.V.
- Emmen, The Netherlands
-
07:54
(UTC +02:00) - https://naamloos.dev/
- @naamloser
- @Naamloos@beef.moe
Highlights
Block or Report
Block or report Naamloos
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
DSharpPlus/DSharpPlus Public
A .NET Standard library for making bots using the Discord API.
-
-
TopCenterStart11 Public
A small utility that moves the start menu to the top-center of the screen in Windows 11.
579 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2023
Created 37 commits in 3 repositories
Created 1 repository
- Naamloos/Deblinder JavaScript
Created a pull request in DSharpPlus/DSharpPlus that received 3 comments
Implement IP discovery fix in VNext.
Summary As per Discord's announcement. May or may not be correct, need help testing (tired, going to sleepy) Details Fixes the ReadPacket and Prepa…
+31
−6
•
3
comments