Javascript How to add jQuery to Vue If you are from a jQuery background, the idea of not being able to use jQuery in your frontend application can be stressing. Fortunately, that is not the case with Vue. Integrating JQuery with Vue is incredibly easy and we can do it in a few simple steps. Apparently, jQuery has a lot of awesome […] Written by Clemence Ayekple December 27, 2019December 27, 2019
Troubleshooting Install Command Line Tools on macOS Catalina macOS Catalina Before we get right to how to install command line tools on macOS, let us look at what macOS Catalina is all about. Apple just made available a major release of its macOS codenamed macOS Catalina (version 10.15). macOS Catalina is the sixteenth release of Apple’s desktop operating system for Macintosh computers. So […] Written by Allan Philip Barku October 11, 2019January 13, 2020
Javascript Programming Styling Console Messages As developers, we at a point log messages to the console for debugging purpose. Getting unexpected results can be stressful at times especially if you have multiple components in your application. In this case, console messages are extremely helpful. What if you can style your console messages? Probably not for only debugging purpose but to […] Written by Clemence Ayekple September 18, 2019October 9, 2019
Laravel New in laravel 6 The Laravel team has release Laravel 6 on 3rd September 2019 and it’s now available for developers. According to the release notes, this release of Laravel framework (laravel/framework) follow Semantic Versioning standard. Also, this release is compatible with Laravel Vapor. Laravel 6 Versioning Schema Laravel 6.0 is the new LTS version of Laravel and a […] Written by Clemence Ayekple September 13, 2019September 16, 2019
Laravel Custom Validation Rules in Laravel 5.5 Custom validation rules introduced in Laravel 5.5. Laravel custom validation makes it possible to add validation rules that are not defined in laravel. In this article, we will try to determine if a phone number is valid or not using laravel custom validation rules. Get started by creating the validation rule using the following artisan […] Written by Clemence Ayekple September 7, 2019September 7, 2019
System Administration Website Enabling HTTP/2 in Apache on Ubuntu The experimental SPDY protocol originally developed by Google gave birth to HTTP/2. Enabling HTTP/2 will greatly improve website performance. However, there are some prerequisites to enabling HTTP/2 for your website. In this article, I will show how to get HTTP/2 working on your site running on Apache webserver. Prerequisites to Enabling HTTP/2 HTTPS First, enable […] Written by Clemence Ayekple July 31, 2019July 31, 2019
Security System Administration Quick Tips to Harden SSH on Ubuntu Harden SSH If you work with Secure Shell, you will definitely want to check out the following tips to harden SSH on your ubuntu server. Working as a Ubuntu server administrator, you are more likely to use Secure Shell (SSH) for remote access to the server. As the name suggest SSH is relatively a secure […] Written by Clemence Ayekple May 27, 2019January 5, 2020
System Administration Ubuntu 18.04 Initial Server Setup Ubuntu 18.04 Initial Server Setup for both Beginners and Advanced Users Introduction After installing Ubuntu 18.04 server, there are some steps you should take as part of the initial setup. These steps will increase the server security and give better user experience of your server. The aim of this article is to help you get […] Written by Clemence Ayekple April 4, 2019April 4, 2019
Lifestyle Recommended Studying Staying Focused When Studying Concentrating When Studying Studying for an examination or a test can be difficult, especially when there are distractions such as TVs, mobile phone and even magazines. But most at times you are a distraction to yourself. However, staying focused on the study makes it easier. The trick is to remove the distraction and find a […] Written by Clemence Ayekple March 5, 2019November 21, 2020