Giter Site home page Giter Site logo

urlshortener's Introduction

Hello, I'm Jereb Gainer.

I'm a longtime hobbiest, working my way towards professional developer.

  • I mostly work on backend projects, but I've been studying ReactJS to widen my skillset and get closer to fullstack.
  • I've probably put together one-too-many discord bots.
  • The reason I started programming was due to my love for modding and making games as a kid.
  • I have a strong curiosity as to how libraries and open source software works, so I'm on here a lot to skim projects.

MostwantedRBX's GitHub stats


Contact Me:

Jereb Gainer | LinkedIn GitHub





Languages and Technologies:

Visual Studio Code

Linux

Terminal

SQL

SQLite

Git

Golang




Python3

C#

Lua

HTML5

CSS

Javascript

ReactJS




Some noteable projects:

  • URL Shortener that utilizes an SQL database, ReactJS front end, and Golang backend; Deployed on a Linux server.

  • ProtonDB Rating Extension for Chrome using basic Javascript, CSS, Chrome Events and an API from ProtonDB to display the predicted experience you'll have running the game on Linux through Steam's Proton layer.

  • Discord Bot written in Golang. I have several api's working together to provide fun and functionality to Discord servers like crypto tracking, dice games, an image to ascii converter written by me in python that downloads a url and turns it into an ascii art image and more.

urlshortener's People

Contributors

mostwantedrbx avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

urlshortener's Issues

functions should be limited in scope

statement, err := db.Prepare("CREATE TABLE IF NOT EXISTS links (key TEXT, url varchar(250), PRIMARY KEY (key))")

This function not only creates the connection to the database but also builds up the state of the database. Ideally most functions should be limited to doing what their name/docstring implies.

Also, you're duplicating this statement with your retry and the code would be much cleaner if these two weren't intertwined.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.