Sam

Sam @mohsenkamrani

About: I write about AI, ML, MLOps, programming. Open-source repository: https://github.com/0dev-hq/0dev

Location:
Australia
Joined:
Jan 4, 2022

Sam
articles - 87 total

Letting Agents Write and Review Code — A 0dev Milestone(Demo)

0devis an open-source platform that allows you to generate AI agents and query/visialize different...

Learn More 2 0Apr 12

Flyte a great alternative for Airflow - Learn the basics

Flyte is an open-source, Kubernetes-native workflow orchestrator implemented in Go. It enables...

Learn More 4 0Mar 28

0dev, agents that generate code

Tool calling is gaining more traction after two years of static content generation by LLMs. I've...

Learn More 2 0Jan 20

Master Cron Expressions In 2 minutes

Cron is such a simple yet complex way of expressing schedules. In this short post I'll show you all...

Learn More 6 1Nov 3 '24

How to Remove a Specific Item From an Array in JavaScript?

It’s very common to need to remove a certain value from an array in JavaScript. In this post, I’ll...

Learn More 6 0Nov 2 '24

10 First Git Commands You Need to Know

There are few technologies in IT that achieve such dominance that they become virtually unrivaled....

Learn More 8 0Nov 2 '24

Open-source NL-based data platform

In this brief introductory post I want to share 0dev, an open-source NL-first data platform. The...

Learn More 3 0Oct 31 '24

Make Money Just by Writing a Function!

Make Money Just by Writing a Function! Ever wondered if you could monetize your coding...

Learn More 9 0Aug 3 '24

Add Google Analytics Tracking Code to All Pages Automatically

If you have many HTML pages in a directory, adding Google Analytics tracking code to all of them can...

Learn More 6 0May 30 '23

Closures in JavaScript - the Simplest Explanation

Closures in JavaScript are like secret passageways for a function to remember certain variables, even...

Learn More 62 19Jan 23 '23

All the Ways to Remove an Item from an Array

You might be wondering how can I remove a specific item from an array. In fact, this is a common task...

Learn More 26 8Jan 13 '23

6 Ways to Delete a Property In JavaScript You Must Know

You might ask yourself how can I remove a property from a JavaScript object? I've found myself in...

Learn More 5 4Jan 12 '23

JavaScript Clipboard API: Take Control of Your Copy, Cut, and Paste

In this post I'll show how you can use the Clipboard API in JavaScript to make your web apps even...

Learn More 19 0Jan 12 '23

This is what the future looks like - ChatGPT + database 🤯

In this video, I show you how #ChatGPT answers my question about the data I have in my tables....

Learn More 3 0Jan 11 '23

Designing a Strong Call-to-Action for Your Landing Page

A call-to-action (CTA) is a crucial element of any landing page. It is the button or link that...

Learn More 4 0Jan 10 '23

Supercharge Your Skills: 7 Tips for Writing Clean and Efficient JavaScript

Writing clean code is essential for every developer as it makes the code easy to read, understand and...

Learn More 36 18Jan 7 '23

ChatGPT contributing to open-source project in action

Everyone is using ChatGPT, and let me do my fair share too. I've been working on implementing the...

Learn More 8 0Jan 6 '23

Top 3 Most Popular Databases Among Web Developers and When to Use Them

As a web developer, you know that a database is a crucial component of any web application. It's...

Learn More 10 0Jan 6 '23

5 Web Design Tips for a Stunning and Professional Look in 2023

The days when just knowing how to code was enough for a web designer. As a matter of fact, in today's...

Learn More 8 0Jan 5 '23

Understanding Backlinks: Why They Matter for Your Online Presence

Backlinks, also known as incoming or inbound links, are links from external websites that point to a...

Learn More 11 2Jan 4 '23

A Beginner's Guide to Variable Declarations in JavaScript: When to Use const, let, and var

If you're new to JavaScript, you might be unclear about the distinctions between let, var, and const....

Learn More 6 0Jan 4 '23

Top 7 Colour Schemes that Will Make Your Website Stand Out in 2023

A crucial component of web design to help your website stand out from the competition is colour. A...

Learn More 262 19Jan 2 '23

Animation Techniques with anime.js: Timing, Easing, and Keyframes

Welcome to the second tutorial in this series on animating with anime.js! In the previous post,...

Learn More 10 0Jan 1 '23

Become an Animation Master with Anime.js - Setting up the Environment and Basic Animations

Animations, if used wisely, can take the user experience of your websites to a whole different level,...

Learn More 24 3Jan 1 '23

Create a gradient text effect like Vercel with CSS

Gradient overlay is one of the coolest yet simplest effects that has become very popular in recent...

Learn More 20 4Dec 30 '22

Chance to work on open-source and get $20,000

Hey folks, What an amazing time to participate in open-source! GitHub is offering to fund your...

Learn More 2 0Dec 29 '22

How to fix the most common mistakes in Git - save this for when you need it

We all know how awesome Git is in tracking changes, simplifying collaboration between multiple...

Learn More 103 0Dec 29 '22

Getting Started with Git and GitHub: A Beginner's Guide

I remember when I started coding as a CS student, I used to start each project in a separate folder...

Learn More 10 0Dec 28 '22

Two ways to undo changes in Git and when to use each

Have you ever changed something in your Git repository and then regretted it? Maybe you changed...

Learn More 15 4Dec 27 '22

Make your fonts responsive without javascript or media query

There are a couple of ways to make the fonts responsive. In this short tutorial, I jump right on a...

Learn More 6 0Dec 27 '22