Learning Golang. Day 8
Here we are on day 8. Today, I started learning about methods, pointer receivers, and interfaces.
Here we are on day 8. Today, I started learning about methods, pointer receivers, and interfaces.
Here we are on day 7. Today, I started learning about closures!
Here we are on day 6 – the start of the week two. Today, was a slower day, where I focused on one topic, maps!
Here we are on day 5 – the end of the first week. Today, I solved the Slices exercise!
Here I am at day 4. Today, I learned about the range function and started the slices exercise…but got stuck.
Here I am at day 3. Today, I started learning about pointers, arrays, slices, and structs!
Today was a slightly slower day for learning Go than was yesterday. However, I learned about flow control statements, and defer, panic, and recover.
For the longest time, I’ve been meaning to learn another software development language in-depth, in addition to my primary development language, PHP. I’ve decided that the language is Go.
After many years of seemingly endless struggle and frustration while creating online courses and content, I’m cautiously optimistic that things are about to get a lot better, as I have a new, dedicated video-editing PC.
If you use laminas-view’s HeadScript helper to conditionally include JavaScript in your PHP applications, make sure you don’t get caught out if you need to included arbitrary script attributes. Here’s how to do it.