Category: website news

  • 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…

  • Conservation and PHP

    Reading Time: 2 minutesToday I have struggled with PHP. I struggled because I want to recreate the same table using loops with PHP as I did formatting with HTML. If I wasn’t up for a challenge I would let PHP loops format it according the default and I’d be done. In the end I did…

  • A Rainy Day Without Walking

    Reading Time: < 1 minuteToday the weather app said that it would start raining at 1500 so I didn’t go out for a walk. In the end the rain started at around 1630 or even later. I could have gone for a walk and I could have come back dry or almost dry. For years…

  • A Shift to PHP

    Reading Time: 2 minutesPHP has been around for decades but I learned of a way to experiment with it easily recently so that is why I am playing with it now. The main page is php as is my first “blog” although it was part of a column for the student newspaper, that I converted…

  • Experimenting with PHP

    Reading Time: 2 minutesI have been following courses for three years now. Within the last week or two I decided to start experimenting with PHP using my website as a guinea pig. I have already converted a few pages to PHP. Some of them use for each loops and others use the include functionality. My…

  • PHP from the Command Line

    Reading Time: < 1 minuteRecently I learned that PHP has a built in server. You don’t need xampp or any of the other solutions. All you need is terminal open, have the current directory be the one with the PHP files you want to serve and type: “php -S localhost:8000” This might sound obvious to…

  • On Whether I Prefer Vanilla JavaScript or Frameworks?

    On Whether I Prefer Vanilla JavaScript or Frameworks?

    Reading Time: 2 minutesToday someone on twitter asked this question, and rather than be reply: 320 of 10,000, I chose to write a blog post about it. The TLDR answer is Vanilla JS because if you learn how it works without the help of a framework you understand the language. This doesn’t mean that I…