I'm André Martins
I'm a web developer and computer engineering student...

About
...I'm seeking my first opportunity in the technology field, with skills in web development (HTML5, CSS3, SASS, JavaScript ES6+, TypeScript) and PostgreSQL database. Although lacking professional experience, I have acquired knowledge through personal projects. Stay updated and committed to best development practices, I prioritize clean and readable code. Determined to grow and contribute to collaborative teams, I am ready to tackle challenges and make a difference in the technology industry.
Main skills
HTML5
The HyperText Markup Language or HTML is the standard markup language for Web pages. It defines the structure of web content using semantic elements defined by tags, like headings, paragraphs, and sections, and allows inserting multimedia content, like images and videos. Its latest version is HTML5.
<h1>Hey Jude</h1>
CSS3/ SCSS
The Cascading Style Sheets or CSS is a style sheet language used for describing the formatting of a document written in a markup language, such as HTML. It's widely used in Web pages, defining, among other things, their layout, colors, and fonts. Its latest version is CSS3. SCSS is a syntax of SASS (Syntactically Awesome StyleSheets) that is a superset of CSS, adding to it some features.
h1 { color: red; }
JavaScript/ TypeScript
JavaScript is a high-level, multi-paradigm, just-in-time compiled programming language. It is used by 98% of websites because it has an API for working with HTML Document Object Model, allowing add interactivity to it. All modern web browsers have a JS engine. It also is used for server-side programming with Node.js or Deno. Typescript is a superset of Javascript, adding to it new features, like static typing, interfaces, and namespaces.
console.log("Hey Jude");
C/ C++
C is a high-level, general-purpose, procedural programming language, and C++ is an extension of C with object-oriented programming features. Both provide low-level memory access and can run natively with minimal runtime support. Therefore, they are widely used for system programming, like operating systems, databases, compilers, and embedded.
printf("Hey Jude\n");
Python
Python is a high-level, general-purpose, multi-paradigm, interpreted programming language. It was designed to be simple and readable. It's present in data science, automation scripts, web development, machine learning algorithms, scientific computing and much more.
print('Hey Jude')
SQLite
SQLite3 is a small, fast, self-contained, full-featured relational database engine. It is widely used in embedded systems, mobile phone applications, web browsers, and many other applications. It is also bindings to many programming languages.
SELECT * FROM skills;
Projects
These are some of my personal projects:

Quadratic Function Calculator
It is a personal project that uses Embedded JavaScript (EJS), CSS, TypeScript, Babel, and Webpack.
Complete project
Periodic Table
It is a personal project that uses Embedded JavaScript (EJS), SASS, JavaScript, Babel, and Webpack.
Complete project
Descriptive Statistics Calculator
It is a personal project that uses HTML, CSS, Bootstrap 5, TypeScript, Web Assembly, Babel, and Webpack.
Complete project
Social
Connect with me: