Official Website

Brief

Poorya Abbasi

Development Team Lead
My life is driven by my enthusiasm for software development, technology, and computer games. I also like to write short reviews and articles and publish them online. As a Co-Founder of Marlik Innovelopers, I also do a lot of occasional open-source projects.

Articles

BigBlueButton Logo

BigBlueButton, The Tales Within

It’s been almost a year since my journey with BigBlueButton started. From the very first days of trying to get it up and running using the install script to now, the days of sleeping at night with every BigBlueButton API Endpoint in my mind.

English Part of Speech Tagger

English Part of Speech Tagger is a Python 3 program that reads a text from an input file and tags it with the correct part of speech. This program uses NTLK ( Natural Language Toolkit ) library for python which can be easily installed using pip ( Python Package Manager ). The script reads the […]

Word Puzzle Solver

Word Puzzle Solver

Word Puzzle Solver is a Python 3 program that gets a bunch of letters and generates all possible combinations then checks it with a dictionary and outputs all the valid words so it can be used to solve every word puzzle. The dictionary is in a text file and can be modified by replacing it […]