Snippet to validate a date range where the start date cannot be greater than the end date in JavaScript, the ES5 way and the better one-liner ES6 way.
Continue readingThe Dependency Service or Group Failed To Start – Wireless Error
After cleaning a Windows computer from malware, I ran into this strange issue when attempting to connect to the internet. The computer was showing a big red X over the wireless icon and upon opening the Network and Sharing Center I would see the error message The Dependency Service or Group Failed To Start.
I was able to solve this issue by running two simple commands in Command Prompt.
Continue readingVideo Tutorial: How to Connect Kodi to Your Synology NAS DSM (DiskStation Manager) Home Server
Having a NAS to store files is great, but having a NAS as a media server is awesome. If one of your purposes to have bought a Synology NAS was to have it as a media server, then having Kodi in your PC/Mac/Fire TV is a must. By now you probably know that your Synology NAS gives you an option to install Plex in the NAS itself, however Plex cannot play everything, unlike Kodi.
Continue readingFilter Select List Options (Typeahead) in JavaScript ES6
JavaScript ES6 snippet to filter the options in a select list.
Continue readingCalling Instructure Canvas LMS API in C# ASP.NET MVC Using RestSharp
In this example I am calling the Canvas LMS API to get a list of enrolled students, including their grades, for a specific course.
Continue readingOnline Markdown Editor – GitHub Flavored
So I spent this past weekend creating an Online Markdown Editor. I used React.js…
Continue readingFive Code Challenges in ReactJS
I have been learning React.js for some time now and just a few days back I came across this blog post with 5 code challenges, from the dead simple Hello World to reading users from an API using Axios. Below are the challenges and my solutions.
Continue readingHackerRank Solution in ES6 Javascript to Challenge: Arrays – Left Rotation
My solution to HackerRank challenge Left Rotation found under Data Structures > Arrays > Left Rotation.
Continue readingHorrifying and Tragic Chupacabras Sighting
BREAKING!!
This tragic footage was just delivered to us and we are releasing it in hopes of warning all the residents of Kansas and neighboring states that the chupacabras is real, is alive and has been seen taking the lives of many.
Please be careful!!!
HackerRank Solution in ES6 Javascript to Challenge: 2D Array – DS
My solution to HackerRank challenge 2D Array – DS found under Data Structures > Arrays > 2D Array – DS.
Continue reading