-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fccc31
commit a20b2ed
Showing
3 changed files
with
73 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,111 +1,86 @@ | ||
import React from 'react' | ||
|
||
export default function AboutMe() { | ||
return ( | ||
<div> | ||
<div | ||
className="jumbotron jumbotron-fluid mb-0" | ||
style={{ | ||
backgroundImage: 'url(' + process.env.PUBLIC_URL + '/dark_gray_gradient.svg)', | ||
backgroundSize: 'cover', | ||
}} | ||
> | ||
<div className="container"> | ||
<h2 className="p-0 pb-4" style={{ | ||
textAlign: "start", | ||
fontWeight: "bold", | ||
}}>About me</h2> | ||
<div className="row mt-4"> | ||
<div className="col-sm"> | ||
<p> | ||
<h6 className="pb-2"> | ||
<span role="img" aria-label=""> | ||
📱 | ||
</span>{' '} | ||
Mobile Developer @ Runtime Revolution | ||
</h6> | ||
</p> | ||
<p> | ||
Currently studying for a master's degree in Computer | ||
Science at the University Institute of Lisbon – ISCTE. | ||
</p> | ||
<p> | ||
Kotlin enthusiast{' '} | ||
<span role="img" aria-label=""> | ||
🎉 | ||
</span>{' '} | ||
chatting with Google, Jetbrains, Square devs in Kotlin Slack. | ||
</p> | ||
<p>Active in community efforts and platforms.</p> | ||
<p> | ||
Interested in Artificial Intelligence, | ||
Machine Learning, Edge Computing, Big Data, Cloud solutions, | ||
Realtime data streaming, sharing of code and multiplatform | ||
frameworks for faster app development and optimization of | ||
development efforts. | ||
</p> | ||
</div> | ||
<div className="col-sm"> | ||
<p> | ||
<h6> | ||
Android{' '} | ||
<span role="img" aria-label=""> | ||
return ( | ||
<div> | ||
<div | ||
className="jumbotron jumbotron-fluid mb-0" | ||
style={{ | ||
backgroundImage: 'url(' + process.env.PUBLIC_URL + '/dark_gray_gradient.svg)', | ||
backgroundSize: 'cover', | ||
}} | ||
> | ||
<div className="container"> | ||
<h2 className="p-0 pb-4" style={{ | ||
textAlign: 'start', | ||
fontWeight: 'bold', | ||
}}>More about me…</h2> | ||
<div className="row mt-4"> | ||
<div className="col-sm"> | ||
<p> | ||
I'm 26 years old. I have 4 years of work experience as an Android Developer, and a Masters in | ||
Computer Engineering from ISCTE-Lisbon, specializing in Intelligent Systems and Data Science. | ||
</p> | ||
<p> | ||
Currently, I'm looking for work in 🇨🇭Switzerland, preferably around Geneva or Lausanne, in Android | ||
or Web Development. | ||
</p> | ||
<p> | ||
In my spare time, I like to play the electric guitar, play video games and travel. | ||
</p> | ||
</div> | ||
<div className="col-sm"> | ||
<p> | ||
In my career, I have worked with the following technologies: | ||
</p> | ||
<p> | ||
<h6> | ||
Android{' '} | ||
<span role="img" aria-label=""> | ||
🤖 | ||
</span> | ||
</h6> | ||
- Kotlin & Java | ||
<br/>- Coroutines, Flows, Threads, AsyncTasks | ||
<br/>- Jetpack Compose, Jetpack Libraries, View system | ||
<br/>- UI/UX, Animations, Transitions, Motion, Gestures | ||
<br/>- Gradle, Maven | ||
</p> | ||
<p> | ||
<h6> | ||
iOS{' '} | ||
<span role="img" aria-label=""> | ||
🤳 | ||
</span> | ||
</h6> | ||
- Swift & Objective C | ||
<br/>- Swift UI | ||
<br/>- Kotlin / Objective C interoperability | ||
<br/>- Cocoapods, Carthage, Frameworks | ||
</p> | ||
</div> | ||
<div className="col-sm"> | ||
<p> | ||
<h6> | ||
Multiplatform{' '} | ||
<span role="img" aria-label=""> | ||
</h6> | ||
- Kotlin & Java | ||
<br />- Coroutines, Flows, Threads, AsyncTasks | ||
<br />- Jetpack Compose, Jetpack Libraries, View system | ||
<br />- UI/UX, Animations, Transitions, Motion, Gestures | ||
<br />- Gradle, Maven | ||
</p> | ||
</div> | ||
<div className="col-sm"> | ||
<p> | ||
<h6> | ||
Multiplatform{' '} | ||
<span role="img" aria-label=""> | ||
💻 | ||
</span> | ||
<span role="img" aria-label=""> | ||
<span role="img" aria-label=""> | ||
📱 | ||
</span> | ||
<span role="img" aria-label=""> | ||
<span role="img" aria-label=""> | ||
🤳 | ||
</span> | ||
</h6> | ||
- Kotlin Multiplatform (KMP & KMM) | ||
<br/>- Ionic (Cordova, Capacitor) | ||
</p> | ||
<p> | ||
<h6> | ||
Web{' '} | ||
<span role="img" aria-label=""> | ||
</h6> | ||
- Kotlin Multiplatform (KMP & KMM) | ||
<br />- Ionic (Cordova, Capacitor) | ||
</p> | ||
<p> | ||
<h6> | ||
Web{' '} | ||
<span role="img" aria-label=""> | ||
🌎 | ||
</span> | ||
</h6> | ||
- REST, SOAP, GraphQL, gRPC, Websockets | ||
<br/>- Django, Ktor, Spring, Express.js, Node.js, Laravel | ||
<br/>- Vue.js, React.js | ||
<br/>- SQL, NoSQL | ||
<br/>- Firebase, GCP, Amplify, AWS and other Cloud Solutions | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</h6> | ||
- REST, SOAP, GraphQL, gRPC, Websockets | ||
<br />- Django, Ktor, Spring, Express.js, Node.js, Laravel | ||
<br />- Vue.js, React.js | ||
<br />- SQL, NoSQL | ||
<br />- Firebase, GCP, Amplify, AWS and other Cloud Solutions | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
</div> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters