I was interested in creating a Reddit scraper so I could get the news but not be tempted to mindlessly scroll on social media. So, I created a Reddit scraper that extracts images, some videos, text posts, youtube links, and the top 5 comment threads (formatted) from 5 different subreddits....
[Read More]
Local Llm Discord Bot
So I decided to make a discord bot that uses a locally running Large Language Model. In this case, I used gemma2:9b, a lightweight, low parameter LLM that can be run with limited VRAM (llama70b needs at least 120 GB of VRAM to run at a reasonable speed). I installed...
[Read More]
Setting up WebdriverIO Mocha Framework With Docker, GitHub Actions and Allure.
WebdriverIO, npm, Typescript, Mocha, Docker, Github Actions, Allure
There’s quite a few different technologies at work, but we’re going to assume you have and can use, Git, VS Code, Git Bash. We’ll begin starting off with setting up WebdriverIO, Mocha, and Allure.
[Read More]
Test and Behavior Driven Development in Java
Java, Javalin, JavaScript, HTML, CSS, Selenium, JDBC, PostgreSQL
The Water Cooler The Water Cooler is a job board that both companies and individuals can sign into. Companies can post job opportunities that they have, as well as create skill tests that may correspond to those openings. Individuals may search for and apply to jobs based on their location...
[Read More]
Test and Behavior Driven Development in Python
JavaScript, HTML, CSS, SQL, Python, Flask, Postman, Selenium
Here is the Employee Reimbursement System I made.
[Read More]