123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <!DOCTYPE html>
- <html lang="en-us">
- <head>
- <title>
- About | codeskraps
- </title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="Your website description">
- <meta name="generator" content="Hugo 0.134.3">
- <link rel="canonical" href="https://codeskraps.com/about/" >
- <link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
- </head>
- <body>
- <div class="flexWrapper">
- <header class="headerWrapper">
- <div class="header">
- <div>
- <a class="terminal" href="https://codeskraps.com/">
- <span>me@codeskraps.com ~ $</span>
- </a>
- </div>
- <input class="side-menu" type="checkbox" id="side-menu">
- <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
- <nav class="headerLinks">
- <ul>
-
- <li>
- <a href="https://codeskraps.com/projects/" title="" >
- ~/projects</a>
- </li>
-
- <li>
- <a href="https://codeskraps.com/about/" title="" >
- ~/about</a>
- </li>
-
- <li>
- <a href="https://codeskraps.com/posts/" title="" >
- ~/posts</a>
- </li>
-
- </ul>
- </nav>
- </divi>
-
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-YP8WK3KZF1"></script>
- <script>
- var doNotTrack = false;
- if ( false ) {
- var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
- var doNotTrack = (dnt == "1" || dnt == "yes");
- }
- if (!doNotTrack) {
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', 'G-YP8WK3KZF1');
- }
- </script>
- </header>
- <div class="content">
- <main class="main">
-
- <article>
- <header>
- <h1>
- About Me
- </h1>
- </header>
- <p>
-
-
-
-
-
- <picture>
- <img class="img-fluid" src="https://codeskraps.com/images/me_codeskraps.gif?v=9df9e0930034eb1e10990a99d3ef1056" alt="me" loading="lazy" height="107" width="150" />
- </picture>
- </p>
- <p>I’m a passionate and highly motivated software engineer with a deep-rooted love for technology that dates back to my first computer, an Amstrad 8256. From those early days of programming as a hobby, I’ve turned my passion into a successful career, specializing in mobile development with a focus on Android.</p>
- <!-- raw HTML omitted -->
- <h2 id="professional-journey">Professional Journey</h2>
- <p>Currently, I’m leading the mobile team at Game Golf, where I oversee all aspects of our mobile app development. My experience spans various domains, including:</p>
- <ul>
- <li>Android app development and maintenance</li>
- <li>iOS development</li>
- <li>Backend technologies like Spring Framework and RESTful APIs</li>
- <li>Working in fast-paced, agile environments</li>
- </ul>
- <p>Throughout my career, I’ve contributed to award-winning apps and worked with startups and established companies alike. I take pride in writing clean, efficient code and designing scalable solutions that adhere to best practices in object-oriented programming.</p>
- <h2 id="technical-expertise">Technical Expertise</h2>
- <p>My skill set includes:</p>
- <ul>
- <li>Proficiency in Java, Kotlin, and Android SDK</li>
- <li>Experience with iOS development</li>
- <li>Familiarity with various libraries and frameworks (RxJava, Dagger2, Room, LiveData, etc.)</li>
- <li>Version control with Git</li>
- <li>Database technologies (SQLite, MongoDB)</li>
- <li>Some web development (HTML, CSS, JavaScript)</li>
- </ul>
- <p>I’m always eager to learn and stay up-to-date with the latest trends in technology, particularly in the mobile development world.</p>
- <h2 id="beyond-coding">Beyond Coding</h2>
- <p>Outside of my professional work, I’m an active member of the tech community. I co-founded 091 Labs, a local hackerspace, where I’ve conducted workshops on Android development. I’m also passionate about open-source projects and have contributed to various initiatives on GitHub and Launchpad.</p>
- <p>As a multilingual professional fluent in English, Catalan, and Spanish, I bring a global perspective to my work and enjoy collaborating with diverse teams.</p>
- <p>Whether it’s developing innovative mobile applications, contributing to open-source projects, or sharing knowledge with aspiring developers, I’m always excited to take on new challenges in the ever-evolving world of technology.</p>
- <p>Feel free to check out my work on <a href="https://github.com/codeskraps">GitHub</a> or my published apps on the <a href="https://play.google.com/store/apps/developer?id=Codeskraps">Google Play Store</a>.</p>
- </div>
- </article>
- </main>
- </div>
- <footer class="footer">
-
- <span>CC 2024, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme</span>
-
- </footer>
- </div>
- </body>
- </html>
|