|

profile-pic

Dylan Lowman
Developer

About

My name is Dylan Lowman, I am a Developer. I have a Bachelor's Degree in Computer Science from Texas Tech University. I graduated, December of 2022.

Since then I have worked on developing web applications with Western Shamrock Corporation for processing loan payments as a Junior Developer, and currently I am working for Toyota Connected utilizing bash scripting to Automate the imaging and security patching of linux assets.

I have also been working on personal projects to improve my developing skills to become a more sophisticated and elegant developer. Further down on my portfolio page you can view some of my personal programming projects.

Experience

I have immersed myself in a variety of languages and frameworks throughout my university and production development experience. From starting off my journey, printing "Hello World!" to the console, to now where I can utilize programming languages concepts such as objected oriented programming, data structures, algorithms, and more, to create full fledge applications. Below is a list of languages and frameworks I have worked with over the years.

Programming Languages
  • Python
  • Java
  • C++
  • SQL
Scripting Languages
  • Bash
Frameworks
  • Django

Projects

Portfolio Website


This portfolio website that you are currently visiting is one of my first big projects to show. I focused on learning the basics of front-end development, HTML, CSS, and JavaScript were all used in order to create, style, and make the webpage responsive and dynamic. As well as using git to keep track of version control and push changes to the server hosting the portfolio webpage.

Tech Stack
  • HTML
  • CSS
  • JavaScript
  • CSS Flexbox

Calculator


The calculator is a simple project that takes in user input and validates it. Allowing users to choose a math operation through the radio buttons and enter in the numbers that will be a part of the operation. It will then display the output to the user.

Tech Stack
  • HTML
  • CSS
  • JavaScript
  • CSS Flexbox

Calculator
*




Answer
look here for the answer
Recipe Book


The Recipe Book is an Application that allows users to do all the basic database operations with recipes. Users can Create, Read, Update, Delete (CRUD operations) recipes. While interacting with a graphical user interface (GUI) created using the C# framework Windows Forms.

Tech Stack
  • C#
  • Windows Forms
  • SQLite