Tag: learning
-
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…
-
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…
-
Trying To Read Nested Data From a JSON File
Reading Time: 2 minutesOver the last two evenings I have been attempting to read nested data. I have tried to parse the data and other methods but without success. I have browsed the web to try to find solutions but for now I am getting stuck. Learning is also about trial and error, and knowing…
-
Reviewing EcmaScript 6
Reading Time: 2 minutesRecently I have spent time focusing on JavaScript and EcmaScript to make sure that I understand it. By now it is over a year ago since I felt that I wanted to study Angular but felt that I didn’t have enough knowledge to resolve the challenges so I decided to return to…
-
Playing with WP Rig
Reading Time: < 1 minuteToday I started following the “Building Progressive Themes with WP Rig.” course on Linkedin Learning. Before you start playing with WP Rig make sure that you have installed Composer. Composer is required to use WP Rig during the build process. Composer itself requires that you have PHP on your machine. After…