Pinned Repositories
addons-server
🕶 addons.mozilla.org Django app and API 🎉
ALC3.0Challenge2
Test your ALC3.0 knowledge on HTML, CSS and Javascript by attempting this challenge. You will be required to build a technical documentation page similar to this https://shyakaster.github.io/FCCTDP/
developer-skills
A repo tracking developer skills
docker_templates
A repo storing my Docker templates
dotfiles
Repo that tracks my dotfiles, configs and all of that good stuff
main-tracker-api
An API that helps users tracking their maintenance and repair requests as well as their status
oVirt-docs-Debian
Documentation for running oVirt on Debian Testing
leni1's Repositories
leni1/addons-server
🕶 addons.mozilla.org Django app and API 🎉
leni1/developer-skills
A repo tracking developer skills
leni1/docker_templates
A repo storing my Docker templates
leni1/dotfiles
Repo that tracks my dotfiles, configs and all of that good stuff
leni1/main-tracker-api
An API that helps users tracking their maintenance and repair requests as well as their status
leni1/bank-account-class
A repository containing a module implementing basic functionality of a bank account
leni1/blog
Follow along code for the Getting Started with Rails tutorial https://guides.rubyonrails.org/getting_started.html
leni1/blogger
A modern code-along with the Jumpstart Lab curriculum: http://tutorials.jumpstartlab.com/ provided by Turing School: https://turing.edu/
leni1/bookwyrm
Social reading and reviewing, decentralized with ActivityPub
leni1/click-cli-news-api
A command line client for the News API using Click
leni1/coding-interview-university
A complete computer science study plan to become a software engineer.
leni1/diary-entry-api
A Flask API for a diary entry application
leni1/django-realworld-example-app
leni1/edx-platform
The Open edX LMS & Studio, powering education sites around the world!
leni1/list-sort
A function that takes a list and returns a dictionary with keys evens, odds, and chars. The value for evens is a list of sorted even numbers, the value for odds is a list of sorted odd numbers and chars is a list of sorted character strings.
leni1/micro-reddit
A project I did as part of The Odin Project's Ruby on Rails Curriculum https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails'
leni1/microblog
Codealong for microblog tutorial of Miguel Grinberg on Flask: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
leni1/microposts
Demo rails app
leni1/points-accrual
A points accrual tracker
leni1/python-fizzbuzz
Python program that takes two lists and returns Fizz if the combined length of the lists is divisible by 3, Buzz if it is divisible by 5, Fizzbuzz if it is divisible by both 5 and 3 or the combined length of the list.
leni1/re-former
Project code for the Forms section of the Odin Project: https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails/lessons/forms
leni1/react_tutorial
leni1/rest-framework-tutorial
Follow along code for the Django Rest Framework tutorial
leni1/ruby-exercises
Ruby Exercises as part of the Odin Project
leni1/shopping-cart
leni1/square-dictionary
Python program that returns a dictionary where the keys are numbers between 1 and 15 and the values are squares of the keys.
leni1/test-driven-dev-python
A repo containing follow along code for Test Driven Development with Python http://www.obeythetestinggoat.com/pages/book.html
leni1/todo-ui
Todo UI using Svelte
leni1/twiitter
Code along for Let's Build: A Twitter Clone from WebCrunch: https://bit.ly/34xyS36 as part of the authentication assignment from The Odin Project https://bit.ly/3uNc5uM
leni1/vowel-function
A python program that takes a string and returns a tuple containing a new string made of all and only the vowels from the original string and the number of duplicates in the original string. Only the first instance of the vowel is considered.