This commit is contained in:
parent
812fe57577
commit
19b5955efd
1 changed files with 3 additions and 3 deletions
|
@ -21,11 +21,11 @@
|
|||
},
|
||||
{
|
||||
"q": "What languages do you speak?",
|
||||
"a": "I speak German, English, Java and C# fluently. I'm okay at JavaScript and Python, and I can just about write something in C, HTML, CSS and Lua."
|
||||
"a": "I speak German, English, Java and C# fluently. I'm okay at JavaScript, TypeScript, Python and PHP, and I can just about get something to happen in C and Lua."
|
||||
},
|
||||
{
|
||||
"q": "How do you make games?",
|
||||
"a": "I usually use the .NET-based framework <a href=\"http://www.monogame.net/\">MonoGame</a> together with some libraries to make it a bit easier, including my own library, MLEM, which you can read about in the <a href=\"#projects\">Projects</a> section."
|
||||
"a": "I usually use the .NET-based framework <a href=\"https://www.monogame.net/\">MonoGame</a> together with some libraries to make it a bit easier, including my own library, MLEM, which you can read about in the <a href=\"#projects\">Projects</a> section."
|
||||
},
|
||||
{
|
||||
"q": "When are you updating your Minecraft mods?",
|
||||
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
{
|
||||
"q": "What do you use to code?",
|
||||
"a": "For Java, I use IntelliJ IDEA. For C#, I use JetBrains Rider. For most of my other projects, which are usually rather small, I use Visual Studio Code."
|
||||
"a": "For Java, I use IntelliJ IDEA. For C#, I use JetBrains Rider. For anything web-related, I use PhpStorm. For most of my other projects, which are usually rather small, I use Visual Studio Code."
|
||||
},
|
||||
{
|
||||
"q": "What's your favorite programming language?",
|
||||
|
|
Loading…
Reference in a new issue