Posts

Showing posts with the label CMS

Learning Test Automation - What's it Like?

Image
I didn't have time for blogging lately as not too long ago I started learning test automation, prior to that I worked a QA, albeit as a manual tester, so my knowledge of automation was theoretical, and very limited - at best. Don't get me wrong, I'm still just a beginner at it, but now I have an idea of what's what and I'm learning new stuff pretty much every day. I'm mostly focusing on automation with C#, using NUnit and Selenium, which is also proving to be a really good chance to get more acquainted with Visual Studio, which I've used only casually before. Now apart from learning the specifics of automation I try to watch a course or a two on Visual Studio, being someone who was primarily learning web development and using light text editors (I've used Atom, Notepad++, Sublime and mostly VSCode) I'm truly impressed with the power of Visual Studio - the Enterprise edition in particular! I've done a few online tutorials, but th...

Experimenting with OctoberCMS

Image
Sometimes when you use a certain technology a lot and it becomes a part of your regular routine, it can lose some of it's appeal for a while. I've been using WordPress a lot in the past few months and I realized that I need to have short break from it and to try out something new, something different. So since it's October I figured it would be fitting to try out the OctoberCMS! The installation itself is pretty similar to WordPress famous 5 minute install process, there are two options: via installer (which is easier) and by cloning the official repository. Before installing you should check if you meet the minimum system requirements:  PHP version 7.0 or higher PDO PHP Extension cURL PHP Extension OpenSSL PHP Extension Mbstring PHP Library ZipArchive PHP Library GD PHP Library There were two oddities that I noticed:  even thought it's made using Laravel OctoberCMS uses Twig as it's template engine instead of Blade and the second thing was the ...

The Upcoming WordPress Gutenberg Editor

Image
Currently the new WordPress Gutenberg editor is available to as a plugin , so you can try it out.  It will be the default editor in WordPress 5.0 which should be out before the end of 2018. You can also check it out as a preview here . Gutenberg uses blocks for building a website, so if you used any existing page builders (Elementor, Beaver Builder, Divi Builder, WPBakery, etc.) it will feel familiar. Another thing it's worth mentioning is that Gutenberg is built using React, it's an effort on the part of the WordPress development teams to modernize WordPress core.  However, it's not all pink roses and happy unicorns farting rainbows while running around the enchanted meadows, Gutenberg's early adoption has not been very high. Currently the plugin has an average rating of 2.5 which is relatively low, over 750 people who tried it out gave it only 1 star. A detailed talk about the WordPress Gutenberg editor Luckily for those who try Gut...