I love using Atom because it’s light and fast, even on a six year old machine like mine. Github is soon going to archive atom. I will lose my favourite editor. That’s why I played with VS Code, Sublime Text and other solutions. Vim is the winner for now....
Posts tagged “laravel”
-
Playing with Vim and Laravel — Nov 27, 2022
-
Learning and Consolidation — Dec 10, 2022Learning and Consolidation are important to me. Over a year ago I wanted to learn Laravel and Angular but when I started to study them I felt lost. I felt that I didn’t understand the topics well enough. I went back to the basics. I followed several courses about JavaScript and how it works. I typed out all of the lesson codes, and debugged it until it worked. Some bugs took three or four hours to fix, but eventually I got there... -
Learning About Laravel and PHP — Nov 25, 2022Today I started to follow a course where someone turns a static html page into a Laravel blog. I experimented with home.blade and one or two other features and I got two pages to load, and the login to work, without more than that.... -
Laravel and Context — Jan 24, 2023There is value in studying Laravel and context. By this I mean that over a year ago I wanted to study Angular but after feeling lost in Javascript I decided to take a step back, to study JavaScript. I studied two or more courses over a period of months. I could have followed a single course and claimed that I knew and understood JavaScript but that would have been misleading.... -
Laravel and Chirper — Nov 26, 2022Today I used Laravel to code a Twitter clone called Chirper via the tutorial you can find here. The tutorial took about two hours before I got the notifications section of the tutorial. The tutorial is easy to follow and with my contextual knowledge I was able to write most of the code with a minimum of errors. The tutorial follows the CRUD model, Create, read, update delete, and adds in notifications for good measure....
-
I Want to Dump WordPress for Laravel — Jan 31, 2023For at least a year I have been annoyed with WordPress, not because it went from the classic editor to Guthenburg but because it now uses React and I hate the idea of using React because it was a FaceBook project. I don’t trust Facebook and I don’t want to use anything related to them....