The Real Programmer

Real programmers can write assembly code in any language.

I am an ambitious software developer who thirsts to learn every single day. I don't just write code, I build solutions to problems around us. My key values in life being growth and integrity, I strive to ensure I am not the same person as I was yesterday and remain true to myself.

Proficiency

HTML

HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language. HTML describes the structure of Web pages using markup. HTML elements are the building blocks of HTML pages. HTML elements are represented by tags.

CSS

CSS is a language that describes the style of an HTML document. CSS describes how HTML elements should be displayed.

JAVASCRIPT

JavaScript is the programming language of the web. You can use it to add dynamic behavior, store information, and handle requests and responses on a website.

AngularJS

AngularJS is a JavaScript web framework aimed to make single-page web apps simple to build and easy to maintain. It's a popular framework for building web apps, and is used by many companies such as Google, Apple, and HBO.

FLASK

Flask is considered more Pythonic than the Django web framework because in common situations the equivalent Flask web application is more explicit. Flask is also easy to get started with as a beginner because there is little boilerplate code for getting a simple app up and running.

DJANGO

Django is a widely-used Python web application framework with a "batteries-included" philosophy. The principle behind batteries-included is that the common functionality for building web applications should come with the framework instead of as separate libraries.