Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by sajadtorkamani

A curated list of projects in awesome lists by sajadtorkamani .

https://github.com/sajadtorkamani/python-playground

A place to play with Python.

python

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/dotfiles

Configuration for zsh, vim, git, bash, and so on.

bash

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/algorithms-and-snippets

Bunch of algorithms & snippets for my own reference.

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/url-friendly-react-app

Exploring how to make React apps more URL-friendly

react react-router zustand

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/symfony6_webapp

Fresh Symfony 6 web app project. For my own reference.

php symfony

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/symfony6_app

Fresh Symfony 6 project. For my own reference.

php symfony

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/tiptap-demo

Examples of using the tiptap editor with React.

react tiptap

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/understanding-php-autoloading

Contains code for blog article.

php

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/web-worker-demo

Example usage of Web Workers.

html javascript web-worker

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/ruby-katas

Bunch of Ruby katas for practice.

ruby

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/playwright-demo

Exploring Playwright

typescript

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/shuffle-list

Web app that lets you shuffle a list.

react

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/react-playground

A place to play around with React.

react

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/random-item-picker

Web app that lets you pick an item at random.

react

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/rails-blog

Scaffolded blog app built with Rails 7. For my own reference.

rails

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/photo-album

A project to help explore different technologies and patterns.

react react-router

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/movie-app

Web app that lets you search movies (just for fun).

cypress vue

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/life-reminders

Web app that lets you send daily life reminders to yourself. For my own use.

rails

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/npm-search-alfred-workflow

Alfred workflow to quickly search npm registry for specific package.

alfred-workflow

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/php-katas

Bunch of PHP katas for practice.

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/learn-d3-for-data-visualization

A place to play with D3.

d3 javascript

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/hangman

Hangman written in vanilla JS to help little bro.

javascript

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/hangman-game

Hangman game.

game react

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/merriam-webster-alfred-workflow

Alfred workflow to quickly search Merriam Webster dictionary and thesaurus.

alfred-workflow dictionary

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/javascript-katas

Bunch of JavaScript katas for practice.

javascript

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/infection-watch

Solution to a tech task.

react

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/dump-api

Getting a feel for using MongoDB.

nodejs

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/cra-debug-demo

A place to experiment with using the Jetbrains debugger in a create-react-app project.

react

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/wordpress-example-project

Example WordPress project for my own reference.

wordpress

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/sajad_foodie

Testing how to publish a RubyGem.

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/funny-joke

An NPM package that gives you a joke.

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/react-transition-demo

Example usage of React.useTransition()

react

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/quote

CLI app that prints quotes from my Notion database.

php

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/sinatra-demo-app

Basic Sinatra app for my own reference.

ruby

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/go-playground

A place to mess around with Go.

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/phonetify

Web app that converts text to phonetics.

vue

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/csharp-katas

Bunch of code katas for C#

csharp

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/java-katas

Bunch of Java katas for practice.

java

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/sql-playground

A place to play with SQL.

mysql sql

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/mutation-observer-playground

Example usage of the MutationObserver Web API

javascript mutation-observer

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/branchify

Generate Git branch name from a ticket/task name.

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/clean-txt

A little Python CLI tool for fun

python

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/url-decoder

Decode URL params

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/understanding-psr4-autoloading

Contains code for blog article.

composer php

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/how-to-handle-aborted-requests-in-react

Example of an approach to handling aborted requests in React.

react

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/python-katas

Bunch of Python katas for practice.

python

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/react-json-dump-demo

Demo for react-json-dump

Last synced: 14 Dec 2024

https://github.com/sajadtorkamani/redux-form-async-validator

Easy asynchronous validation of multiple redux-form fields.

redux

Last synced: 04 Dec 2024

https://github.com/sajadtorkamani/react-json-dump

A React component to quickly dump JSON-like data

debugging jsx react

Last synced: 18 Dec 2024