We've been working on a Candidate Management system for JoBins, a platform that allows recruitment agents to Manage their Candidates. Sometimes, the same candidate is submitted by multiple agents, wh...
Root User
May 22, 2025
Limbu is a language spoken by the Limbu ethnic group native to Eastern Nepal and some parts of India. It has its own script, called the Limbu script or Kirat Sirijunga, which is used to write the lang...
Root User
Oct 09, 2024
In this tutorials, we are going to implement spam detection on messages with given data sets. The dataset is in the CSV format and it can be downloaded from github Link. import python pandas library t...
Root User
Oct 03, 2024
In this article, I'll detail my method for upgrading any Laravel application, regardless of its current version, to the most recent Laravel release. Throughout this blog, I'll be showcasing my approac...
Root User
Dec 11, 2023
Recently I have been working on FormJs, which is a form helper and wrapper around Axios, inspired by inertiaJs. The purpose behind writing this new library was to streamline the process of how we hand...
Root User
Dec 10, 2023
Test doubles is a technique in which you replace the real object by pretend object, or a real method by pretend method or just pre-define the return data and function arguments for a method to ease th...
Root User
Dec 10, 2023
I implemented a single layer perceptron (SLP) that utilizes a threshold transfer function and operates as a feed-forward network. The SLP is the most basic form of artificial neural networks and is on...
Root User
May 06, 2023
In the previous article, I mentioned how I rewrote 20 years old legacy PHP application using Laravel framework from scratch. One of the challenging task that I did was data migration parts. jobsnepal....
Root User
May 04, 2023