<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shajin KP</title>
    <description>The latest articles on DEV Community by Shajin KP (@shajin).</description>
    <link>https://dev.to/shajin</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F687311%2F4fd0ed5f-af7a-48d4-9874-49df5167ed10.jpeg</url>
      <title>DEV Community: Shajin KP</title>
      <link>https://dev.to/shajin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shajin"/>
    <language>en</language>
    <item>
      <title>How I Landed My Dream Job as a Full-Stack Developer at Age 16 ?</title>
      <dc:creator>Shajin KP</dc:creator>
      <pubDate>Wed, 09 Oct 2024 18:04:54 +0000</pubDate>
      <link>https://dev.to/shajin/how-i-landed-my-dream-job-as-a-full-stack-developer-at-age-16--1ohp</link>
      <guid>https://dev.to/shajin/how-i-landed-my-dream-job-as-a-full-stack-developer-at-age-16--1ohp</guid>
      <description>&lt;p&gt;• I was in school but wasn’t doing well.&lt;br&gt;
 • Some people thought I wasn’t smart enough.&lt;br&gt;
 • During the lockdown, I decided to do something different.&lt;br&gt;
 • I got my trusty laptop and started exploring the world of coding.&lt;br&gt;
 • This decision changed my life forever.&lt;/p&gt;

&lt;p&gt;I started with Python tutorials on ‘Malayalam Tutorial’ and &lt;a href="http://www.codecademy.com" rel="noopener noreferrer"&gt;www.codecademy.com&lt;/a&gt;. Then, I learned HTML, CSS, and JavaScript from Debug Media and W3Schools etc... &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I tried out React&lt;/li&gt;
&lt;li&gt;I tried out Node &amp;amp; Mongo.&lt;/li&gt;
&lt;li&gt;I tried out Flutter.&lt;/li&gt;
&lt;li&gt;I tried almost everything that I like.&lt;/li&gt;
&lt;li&gt;As I gained new skills, I felt more confident and capable. I realized that tech stack is just a top layer of skills. The real power lies in understanding how things work, how they scale, who our customers are, and more.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Against all expectations, I landed my first job as a Flutter developer. It was an amazing opportunity to work on real-world projects and learn a lot. However, it was still a figuring-out phase since I was at a startup. Initially, I only shipped Flutter apps (frontend only), but then I built the entire project, including APIs, databases, and authentication. This is an unfair advantage you get when working at startups.&lt;/p&gt;

&lt;p&gt;I’m proud to say I was able to pay all my bills, including my education fees, gadgets (iPhones, MacBooks, etc..)&lt;/p&gt;

&lt;p&gt;I won first prize in the hackathon organized by IHRD Tharang (2x), I was the only participant from a higher grade school against college students. Despite the tough competition, I beat over 80 members, each with fou&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6h5kzymtzz2q2ytm5hv1.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6h5kzymtzz2q2ytm5hv1.jpeg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;r team members. &lt;/p&gt;

&lt;p&gt;Edit: I now manage 9 team members, including a software developer, QA engineer, and UI designer, as project manager. We’re building a highly scalable project from scratch.&lt;/p&gt;

</description>
      <category>career</category>
      <category>fullstack</category>
    </item>
    <item>
      <title>Most underrated Flutter property "autofillHints"</title>
      <dc:creator>Shajin KP</dc:creator>
      <pubDate>Wed, 09 Oct 2024 17:49:51 +0000</pubDate>
      <link>https://dev.to/shajin/most-underrated-flutter-property-autofillhints-4bha</link>
      <guid>https://dev.to/shajin/most-underrated-flutter-property-autofillhints-4bha</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy5l1hrs3spr1azasg51q.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy5l1hrs3spr1azasg51q.jpeg" alt="Image description" width="800" height="417"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Use flutter autofillHints property to improve user input accuracy and speed by 10x 🚀&lt;/p&gt;

&lt;p&gt;Most used :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AutofillHints.telephoneNumber.&lt;/li&gt;
&lt;li&gt;AutofillHints.addressCity&lt;/li&gt;
&lt;li&gt;AutofillHints.email&lt;/li&gt;
&lt;li&gt;AutofillHints.password&lt;/li&gt;
&lt;li&gt;&lt;p&gt;AutofillHints.name&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There are tons of such property to autofill, where some are only available on Android and some for IOS only.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It can seriously contribute to user experience&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Bonus tip 💡 : Do follow for daily flutter tips. &lt;/p&gt;

</description>
      <category>flutter</category>
      <category>dart</category>
      <category>android</category>
      <category>mobile</category>
    </item>
    <item>
      <title>Kiqpo - Build web apps faster than ever</title>
      <dc:creator>Shajin KP</dc:creator>
      <pubDate>Fri, 04 Mar 2022 23:37:19 +0000</pubDate>
      <link>https://dev.to/shajin/kiqpo-build-web-apps-faster-than-ever-39ha</link>
      <guid>https://dev.to/shajin/kiqpo-build-web-apps-faster-than-ever-39ha</guid>
      <description>&lt;h3&gt;Kiqpo&lt;/h3&gt;
&lt;b&gt;
    &lt;/b&gt;&lt;p&gt;Build web apps faster than ever&lt;/p&gt;



&lt;h3&gt;
  
  
  Quick start
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;⚠️ Kiqpo is &lt;strong&gt;Unsuitable for production&lt;/strong&gt; as of now.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Try and contribute | pre-alpha&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/kiqpo/kiqpo/blob/docs/Installation.md" rel="noopener noreferrer"&gt;Install kiqpo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/kiqpo/kiqpo/blob/docs/Usage.md" rel="noopener noreferrer"&gt;Usage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/kiqpo/kiqpo/blob/docs/CONTRIBUTING.md" rel="noopener noreferrer"&gt;Contribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://kiqpo.software" rel="noopener noreferrer"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  About Kiqpo
&lt;/h3&gt;

&lt;p&gt;By making use of &lt;a href="https://github/kiqpo" rel="noopener noreferrer"&gt;KIQPO&lt;/a&gt;, you can build beautiful, fast, and reliable web applications without relying on &lt;a href="https://github.com/topics/javascript" rel="noopener noreferrer"&gt;JavaScript&lt;/a&gt; frameworks, &lt;a href="https://github.com/topics/HTML" rel="noopener noreferrer"&gt;HTML&lt;/a&gt; templates, request parsing, or state management. All of this is done using &lt;a href="https://github.com/python" rel="noopener noreferrer"&gt;Python&lt;/a&gt; and we're targeting web, &lt;a href="https://github.com/microsoft" rel="noopener noreferrer"&gt;Windows&lt;/a&gt;, &lt;a href="https://github.com/topics/macos" rel="noopener noreferrer"&gt;macOS&lt;/a&gt;, &lt;a href="https://github.com/topics/linux" rel="noopener noreferrer"&gt;Linux&lt;/a&gt; platforms&lt;/p&gt;

&lt;h3&gt;
  
  
  Beautiful user interface
&lt;/h3&gt;

&lt;p&gt;kiqpo and google's material design &lt;/p&gt;

&lt;p&gt;We want to enable designers to deliver their full creative vision without being forced to water it down due to limitations of the underlying framework.&lt;br&gt;
that's why we follow &lt;a href="https://github.com/google" rel="noopener noreferrer"&gt;google&lt;/a&gt;'s &lt;a href="https://github.com/material-components" rel="noopener noreferrer"&gt;material design&lt;/a&gt; system.&lt;/p&gt;

&lt;h3&gt;
  
  
  Productive development
&lt;/h3&gt;

&lt;p&gt;Kiqpo offers hot reload, allowing you to make changes to your code and see the results instantly &amp;amp; No HTML/CSS/JavaScript required for Kiqpo&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.postimg.cc%2Fc1rXZYxL%2Foutput-onlinegiftools.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.postimg.cc%2Fc1rXZYxL%2Foutput-onlinegiftools.gif" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;&lt;br&gt;
Kiqpo is a fully open-source project, and we welcome contributions. Information on how to get started can be found in our contributor guide.&lt;/p&gt;

</description>
      <category>kiqpo</category>
      <category>python</category>
      <category>webdev</category>
      <category>framework</category>
    </item>
    <item>
      <title>Python Kiqpo| WEB-UI</title>
      <dc:creator>Shajin KP</dc:creator>
      <pubDate>Tue, 25 Jan 2022 15:27:53 +0000</pubDate>
      <link>https://dev.to/shajin/python-kiqpo-web-ui-1agi</link>
      <guid>https://dev.to/shajin/python-kiqpo-web-ui-1agi</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F57mf1d5qskqj0ekplr3k.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F57mf1d5qskqj0ekplr3k.jpg" alt="kiqpo python web ui fremwork build web pages" width="800" height="1730"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hello developers,&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Build web pages / UI with python&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I started working on a python project since 2020 and not yet completed.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;it's a python fremwork for building web page / web ui.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/kiqpo/kiqpo" rel="noopener noreferrer"&gt;https://github.com/kiqpo/kiqpo&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Interested one can contribute ❤️ and build tomorrow's react, flutter&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;expected release 2023 / end of 2022.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Easy &amp;amp; clean code that every beginner can build web pages without or less knowledge of #html5 #css3 #javascript&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>python</category>
      <category>ui</category>
      <category>fremwork</category>
      <category>library</category>
    </item>
  </channel>
</rss>
