index.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <title>
  5. About | codeskraps
  6. </title>
  7. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <meta name="description" content="Your website description">
  10. <meta name="generator" content="Hugo 0.134.3">
  11. <link rel="canonical" href="https://codeskraps.com/about/" >
  12. <link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
  13. </head>
  14. <body>
  15. <div class="flexWrapper">
  16. <header class="headerWrapper">
  17. <div class="header">
  18. <div>
  19. <a class="terminal" href="https://codeskraps.com/">
  20. <span>me@codeskraps.com ~ $</span>
  21. </a>
  22. </div>
  23. <input class="side-menu" type="checkbox" id="side-menu">
  24. <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
  25. <nav class="headerLinks">
  26. <ul>
  27. <li>
  28. <a href="https://codeskraps.com/projects/" title="" >
  29. ~/projects</a>
  30. </li>
  31. <li>
  32. <a href="https://codeskraps.com/about/" title="" >
  33. ~/about</a>
  34. </li>
  35. <li>
  36. <a href="https://codeskraps.com/posts/" title="" >
  37. ~/posts</a>
  38. </li>
  39. </ul>
  40. </nav>
  41. </div>
  42. </header>
  43. <div class="content">
  44. <main class="main">
  45. <article>
  46. <header>
  47. <h1>
  48. About Me
  49. </h1>
  50. </header>
  51. <p>
  52. <picture>
  53. <img class="img-fluid" src="https://codeskraps.com/images/me_codeskraps.gif?v=9df9e0930034eb1e10990a99d3ef1056" alt="me" loading="lazy" height="107" width="150" />
  54. </picture>
  55. </p>
  56. <p>I&rsquo;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&rsquo;ve turned my passion into a successful career, specializing in mobile development with a focus on Android.</p>
  57. <!-- raw HTML omitted -->
  58. <h2 id="professional-journey">Professional Journey</h2>
  59. <p>Currently, I&rsquo;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>
  60. <ul>
  61. <li>Android app development and maintenance</li>
  62. <li>iOS development</li>
  63. <li>Backend technologies like Spring Framework and RESTful APIs</li>
  64. <li>Working in fast-paced, agile environments</li>
  65. </ul>
  66. <p>Throughout my career, I&rsquo;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>
  67. <h2 id="technical-expertise">Technical Expertise</h2>
  68. <p>My skill set includes:</p>
  69. <ul>
  70. <li>Proficiency in Java, Kotlin, and Android SDK</li>
  71. <li>Experience with iOS development</li>
  72. <li>Familiarity with various libraries and frameworks (RxJava, Dagger2, Room, LiveData, etc.)</li>
  73. <li>Version control with Git</li>
  74. <li>Database technologies (SQLite, MongoDB)</li>
  75. <li>Some web development (HTML, CSS, JavaScript)</li>
  76. </ul>
  77. <p>I&rsquo;m always eager to learn and stay up-to-date with the latest trends in technology, particularly in the mobile development world.</p>
  78. <h2 id="beyond-coding">Beyond Coding</h2>
  79. <p>Outside of my professional work, I&rsquo;m an active member of the tech community. I co-founded 091 Labs, a local hackerspace, where I&rsquo;ve conducted workshops on Android development. I&rsquo;m also passionate about open-source projects and have contributed to various initiatives on GitHub and Launchpad.</p>
  80. <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>
  81. <p>Whether it&rsquo;s developing innovative mobile applications, contributing to open-source projects, or sharing knowledge with aspiring developers, I&rsquo;m always excited to take on new challenges in the ever-evolving world of technology.</p>
  82. <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>
  83. </div>
  84. </article>
  85. </main>
  86. </div>
  87. <footer class="footer">
  88. <span>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>
  89. </footer>
  90. </div>
  91. </body>
  92. </html>