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
Security System Administration How to install and configure denyhosts on Ubuntu 18.04 LTS Intrusion prevention security tool According to the developers of denyhosts script, the script is intended to help thwart SSH server attacks on Linux systems. These attacks are sometimes referred to as dictionary based attacks or brute force attacks. This article will focus on how to install and configure denyhosts on Ubuntu 18.04 LTS. A short […] Written by Clemence Ayekple December 27, 2018May 27, 2019
Laravel Troubleshooting SYMLINK(): No Such File or Directory Laravel Symlink Problem: No Such File I pulled a laravel project from GitHub that already have the storage symbolic link. Upon running it the browser, the images associated with the post came with errors. And after trying to create the symbolic again I had symlink(): no such file or directory. After searching extensively, I found a […] Written by Clemence Ayekple November 12, 2018August 3, 2020
IDE Troubleshooting [Pycharm IDE]File size exceeds configured limit(2.5M). Code insight features are not available File size exceeds the configured limit(2.5M) Working a crawler that involves capturing big sizes of data for your research. Using Pycharm IDE, I realize that it has file size configuration limit that is 2.5Mb. And I get the message file size exceeds the configured limit. True, the file size limit is mainly to protect your […] Written by Clemence Ayekple October 24, 2018October 24, 2018