Bedram Tamang

Bedram Tamang @bedram-tamang

About: Hi there 👋 I am Bedram Tamang, a fullstack Software Engineer, specializing in Laravel, Vuejs, React, Tailwind, SQL, PHP, Python, with more than seven years of professional experience.

Location:
Vancouver, BC, Canada
Joined:
Aug 22, 2022

Bedram Tamang
articles - 13 total

Duplicate Rows Detection in MySQL

Duplicate Rows Detection in MySQL We've been working on a Candidate Management system for...

Learn More 5 0Apr 13

Solving Problems the Right Way: Leveraging Frameworks Over Quick Fixes

We have a feature that allows importing CSV files into a database. The CSV rows can contain date...

Learn More 13 5Feb 12

Test Driven Development in Laravel - Folder Structure & Setup (1)

Folder structure In this article, we will explore how to organize tests effectively, using...

Learn More 6 2Jan 22

Fine-Tuning T5-Small Model for a Completely New Language: Limbu

Introduction Natural Language Processing (NLP) is expanding its reach into underserved...

Learn More 10 2Dec 21 '24

Fine-Tuning ChatGPT for a Completely New Language: Limbu

Limbu is a language spoken by the Limbu ethnic group native to Eastern Nepal and some parts of India....

Learn More 5 0Oct 8 '24

Sharing Authentication cookies across Laravel Apps

We have been working on a Laravel application for more than 7, 8 years, with increasing numbers of...

Learn More 8 0Sep 19 '24

Implementing boolean OR Search in meilisearch

Meilisearch is a lightning-fast search engine implemented in rust, It's starightforward setup &...

Learn More 6 0Sep 4 '24

Eloquent Trick: Laravel Model from Subquery

In Laravel, it's common to define a model's corresponding table using the table property, such...

Learn More 7 0Aug 16 '24

Simplifying Form Handling in Vue Applications with Form JS - Inspired by Inertia JS

Recently I have been working on FormJs, which is a form helper and wrapper around Axios, inspired by...

Learn More 2 0Jul 16 '24

Easiest Way to Tinker with Your Laravel Application

Tinkering with your Laravel application is an excellent way to interact with your application,...

Learn More 12 0Jun 2 '24

Vue 2 reaches EOL, upgrade to Vue 3 now

Vue 2 has reached its end of life on December 31, 2023, It's been more than 3 years since Vue 3 was...

Learn More 7 0Jan 24 '24

Upgrading Laravel: An easy Step-by-Step Guide from 5.7 to 10.x

In this article, I'll detail my method for upgrading any Laravel application, regardless of its...

Learn More 30 5Dec 11 '23

Test Doubles in PHP with Mockery and PHPUnit

Test doubles is a technique in which you replace the real object by pretend object, or a real method...

Learn More 6 0Jun 29 '23