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...
Bedram Tamang
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...
Bedram Tamang
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...
Bedram Tamang
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...
Bedram Tamang
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...
Bedram Tamang
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...
Bedram Tamang
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....
Bedram Tamang
May 04, 2023
In June 2018, I was recruited by jobsnepal.com to completely rewrite their website from the ground up. Jobsnepal, being a recruitment company, did not have its own IT team. The primary motive behind r...
Bedram Tamang
May 03, 2023