Tag: laravel

  • I Want to Dump WordPress for Laravel

    I Want to Dump WordPress for Laravel

    Reading Time: 2 minutesFor 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…

  • Laravel and Context

    Laravel and Context

    Reading Time: 2 minutesThere 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…

  • Learning and Consolidation

    Learning and Consolidation

    Reading Time: 2 minutesLearning 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…

  • Playing with Vim and Laravel

    Reading Time: 2 minutesI 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. Vim is on…

  • Laravel and Chirper

    Reading Time: 2 minutesToday 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…

  • Learning About Laravel and PHP

    Learning About Laravel and PHP

    Reading Time: < 1 minuteToday 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. What makes today’s learning and experimenting interesting…