"In the modern world, simple information just isn't enough. Structure, Design, Layout, and Format: These are all concepts we can expand upon in the Information Age. There must always be a mold to break, always a goal to strive for. With the world of technology in constant progression, it is imperative that we keep an open mind and adapt."
On top of constructing his own personal website, John has a multitude of work and experience under his belt. While in the College of Music, John performed in more than 15 concerts all over the United States including locations like The John and Mable Ringling Museum of Art in Sarasota, FL, Ruby Diamond Concert Hall in Tallahassee, Fl, Schuster Hall in Dayton, OH, and Clowes Memorial Hall in Indianapolis, IN. He can also be found on the FSU percussion ensemble's CD titled "Vol. 3: Ten Windows".
While in the College of Communication, John participated in various after school activities such as HACKFSU (The University's widely-known and corporately sponsored Hackathon) as well as assisting with the development of several media projects such as a music-themed documentary conducted by the Florida State University School of Digital Media. In his spare time, John constantly pushes himself to learn and become more proficient at Higher-level Coding Languages as well as Internationally spoken languages. John also enjoys producing music electronically via Digital Audio Workstations.
John is currently an Information Technology Major at Florida State University (Class of 2018). After spending his first two years of College as a Music Major, John decided to trade in his instrument for a mouse and keyboard. While maintaining and referencing his musical roots, John also strives to create innovation within the IT field. With an evergrowing background in coding, marketing and design, he hopes to utilize these tools to improve small and corporate businesses as well as the technological community as a whole.
Below are a few examples of John's work:
Working with Databases using MySQL Workbench (and MySQL server)
Coding with Java, Jquery, Unix, and Html
Data Analysis, Manipulation, and Presentation across multiple platforms including Tableau
Digital Audio Workstation Samples
Thank you for Visiting! To contact John, please proceed to the Contact page.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';