|
|
|
|
|
by DoctorOW
296 days ago
|
|
To give an example, my main website is C#, I love it from a dev perspective and performance perspective. But I also have PHP on my personal server and will knock out PHP scripts for one off demo projects. I just ssh into my server, `vim projects/example.php` and it's instantly deployed as a link I can share. |
|
vim projects/example.cs
dotnet run projects/example.csNot the same as PHP I know, but it's close enough for me.