index.html 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
  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="Mobile development blog by Carles Sentis, sharing expertise in Android, iOS, and Kotlin Multiplatform development">
  10. <meta name="generator" content="Hugo 0.145.0">
  11. <link rel="canonical" href="http://localhost:55173/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="http://localhost:55173/">
  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="http://localhost:55173/posts/" title="" >
  29. ~/posts</a>
  30. </li>
  31. <li>
  32. <a href="http://localhost:55173/projects/" title="" >
  33. ~/projects</a>
  34. </li>
  35. <li>
  36. <a href="http://localhost:55173/about/" title="" >
  37. ~/about</a>
  38. </li>
  39. </ul>
  40. </nav>
  41. </divi>
  42. <script async src="https://www.googletagmanager.com/gtag/js?id=G-YP8WK3KZF1"></script>
  43. <script>
  44. var doNotTrack = false;
  45. if ( false ) {
  46. var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
  47. var doNotTrack = (dnt == "1" || dnt == "yes");
  48. }
  49. if (!doNotTrack) {
  50. window.dataLayer = window.dataLayer || [];
  51. function gtag(){dataLayer.push(arguments);}
  52. gtag('js', new Date());
  53. gtag('config', 'G-YP8WK3KZF1');
  54. }
  55. </script>
  56. </header>
  57. <div class="content">
  58. <main class="main">
  59. <article class="about-page">
  60. <header>
  61. <h1>
  62. About Me
  63. </h1>
  64. </header>
  65. <div class="about-content">
  66. <p>
  67. <picture>
  68. <img class="img-fluid" src="http://localhost:55173/images/me_codeskraps.gif?v=9df9e0930034eb1e10990a99d3ef1056" alt="me" loading="lazy" height="107" width="150" />
  69. </picture>
  70. </p>
  71. <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 cross-platform mobile development with expertise in both Android and iOS ecosystems.</p>
  72. <br>
  73. <h2 id="professional-journey">Professional Journey</h2>
  74. <p>Currently, I&rsquo;m a professional at Trifork Smart Enterprise, where I leverage my extensive experience in mobile development to deliver high-quality solutions. My career spans various domains, including:</p>
  75. <ul>
  76. <li>Android native app development with Java and Kotlin</li>
  77. <li>iOS development with Swift and SwiftUI</li>
  78. <li>Cross-platform architectures using Kotlin Multiplatform</li>
  79. <li>Backend integration with Spring Framework and RESTful APIs</li>
  80. <li>Team leadership and technical mentoring</li>
  81. <li>Working in fast-paced, agile environments</li>
  82. </ul>
  83. <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 software engineering.</p>
  84. <h2 id="technical-expertise">Technical Expertise</h2>
  85. <p>My skill set includes:</p>
  86. <ul>
  87. <li>
  88. <p><strong>Mobile Development</strong>:</p>
  89. <ul>
  90. <li>Android (Java, Kotlin, Android SDK)</li>
  91. <li>iOS (Swift, SwiftUI, Swift 6 with async)</li>
  92. <li>Modern app architectures (MVVM, Clean Architecture)</li>
  93. <li>Modular design principles</li>
  94. </ul>
  95. </li>
  96. <li>
  97. <p><strong>Libraries &amp; Frameworks</strong>:</p>
  98. <ul>
  99. <li>Android Jetpack (Room, LiveData, ViewModel)</li>
  100. <li>SwiftData for persistence on iOS</li>
  101. <li>Kotlin Multiplatform for cross-platform development</li>
  102. <li>Dependency injection (Dagger2, Hilt, Koin)</li>
  103. <li>Reactive programming (RxJava, Combine)</li>
  104. <li>Database solutions (GRDB, Room)</li>
  105. <li>Networking (Retrofit, Swift concurrency)</li>
  106. </ul>
  107. </li>
  108. <li>
  109. <p><strong>Cross-Platform Expertise</strong>:</p>
  110. <ul>
  111. <li>Kotlin Multiplatform for shared business logic</li>
  112. <li>Modular architecture for code reuse</li>
  113. <li>Platform-specific UI with shared data/domain layers</li>
  114. <li>Clean Architecture implementation across platforms</li>
  115. </ul>
  116. </li>
  117. </ul>
  118. <p>I&rsquo;m always eager to learn and stay up-to-date with the latest trends in technology, particularly in the mobile development ecosystem.</p>
  119. <h2 id="projects--contributions">Projects &amp; Contributions</h2>
  120. <p>I&rsquo;ve developed several personal projects that showcase my skills and passion for mobile development:</p>
  121. <ul>
  122. <li><strong>Weekly Weather</strong>: A clean, intuitive weather forecasting app available in 37 languages</li>
  123. <li><strong>sBrowser</strong>: A lightweight yet feature-rich browser for Android, originally developed for teaching purposes</li>
  124. <li><strong>Real-time Sunlight Wallpaper</strong>: An application that shows computer-generated illustrations of the Earth&rsquo;s patterns of sunlight and darkness in real-time</li>
  125. <li><strong>Various utility apps</strong> published on Google Play Store</li>
  126. </ul>
  127. <h2 id="beyond-coding">Beyond Coding</h2>
  128. <p>Outside of my professional work, I&rsquo;m an active member of the tech community. I co-founded 091 Labs, a local hackerspace in Galway, 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>
  129. <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 across different cultures.</p>
  130. <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>
  131. <p>Feel free to check out my work on <a href="https://repo.codeskraps.com/codeskraps">Repo</a> or my published apps on the <a href="https://play.google.com/store/apps/developer?id=Codeskraps">Google Play Store</a>.</p>
  132. <h2 id="education">Education</h2>
  133. <p>I hold a degree from Galway-Mayo Institute of Technology, where I built a strong foundation in computer science and software development that continues to inform my work today.</p>
  134. </div>
  135. </article>
  136. <style>
  137. .about-page {
  138. text-align: left;
  139. }
  140. .about-page h1, .about-page h2, .about-page h3, .about-page h4, .about-page h5, .about-page h6 {
  141. text-align: center;
  142. }
  143. .about-page img {
  144. display: block;
  145. margin: 0 auto;
  146. }
  147. </style>
  148. </main>
  149. </div>
  150. <footer class="footer">
  151. <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>
  152. </footer>
  153. </div>
  154. </body>
  155. </html>