20 Years Building for the Web: From PHP's Simple Server Rendering to TypeScript
nikuscs.com·19h·
Discuss: Hacker News
Flag this post

1. Introduction

I have been a PHP & Laravel Developer since I wrote my first lines of code almost 2 decades ago. I always loved doing things for the web, share it, and see it online. Languages like C++, Java, Python never really appealed to me because they were mostly used for backend or visual “offline” projects. I wanted to build for the web, for people to see and use.

If you are reading this and you are old enough, you know how good it was to mix and match PHP on top of your templates & files, interpolate variables, and just call it a day. HTML was there for you, SIMPLE! I miss those days honestly! And it was totally “safe” cough cough. 😅

As we move on over the years we start to take care of more things: SQL injection, XSS, CSRF. We…

Similar Posts

Loading similar posts...