Teodor Mihail

101
reputation

My name is Teodor Mihail. I'm a software engineer that has experience with multiple languages, frameworks, and development environments, residing in London, United Kingdom.

Personal blog: https://teodor-blog.web.app
GitHub: https://github.com/CSharpTeoMan911

Windows

PowerShell terminal flex

Linux

enter image description here

C#

namespace Teodor
{
   class Program 
   {
     private static void Main()
     {
        Console.WriteLine("Hello, my name is Teodor.");
     }
   }
}

Python

print("Hello, my name is Teodor.");

Java

class Teodor
{
   private static void main(String[] args)
   {
      System.out.println("Hello, my name is Teodor.");
   }
}

HTML

<!DOCTYPE html>
<html>
   <head>
       <title>
           Profile
       </title>
   </head>
   <body>
       <h1>
           My name is Teodor
       </h1>
   </body>
</html>

JavaScript

function ShowMessage() {
    console.log("My name is Teodor");
}

CSS

div.my-name-is-teodor {
    background-color: red;
    width: 100vw;
    height: 100vh;
}

SQL

SELECT * FROM Profile WHERE Message = 'My name is Teodor';