GitHub
Here are some ideas to get you started:
I am a programmer in the field of html, css, sql server and bootstrap I am learning more...
- 🔭 I’m currently working at home
- 🌱 I’m currently learning at (https://learn.microsoft.com)
-
Programming Languages
C#
-
Frontend Development
HTML
CSS
Javascript
Wordpress
Bootstrap
vscode
-
Databases
MySql
-
Cloud Platforms
Azure
-
Others
github
Arduino
git
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
Console.ReadLine();
}
}
}