<?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>Forem: Daggahhh</title>
    <description>The latest articles on Forem by Daggahhh (@daggahhh).</description>
    <link>https://forem.com/daggahhh</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%2F1705058%2F9932ed40-d617-4b91-a26f-567dd0fde20a.jpg</url>
      <title>Forem: Daggahhh</title>
      <link>https://forem.com/daggahhh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/daggahhh"/>
    <language>en</language>
    <item>
      <title>Why I Want to Be a Front-End Developer and How HNG Will Help Me Achieve My Goals</title>
      <dc:creator>Daggahhh</dc:creator>
      <pubDate>Wed, 29 Jan 2025 14:14:28 +0000</pubDate>
      <link>https://forem.com/daggahhh/why-i-want-to-be-a-front-end-developer-and-how-hng-will-help-me-achieve-my-goals-2a0</link>
      <guid>https://forem.com/daggahhh/why-i-want-to-be-a-front-end-developer-and-how-hng-will-help-me-achieve-my-goals-2a0</guid>
      <description>&lt;p&gt;*&lt;em&gt;My Motivation for Becoming a Frontend Developer&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
The world of technology has always fascinated me. The ability to transform ideas into interactive and visually appealing web applications is what drew me to frontend development. My journey began with curiosity—learning HTML and CSS, building small projects, and experimenting with JavaScript. Over time, I developed a deep appreciation for how frontend technologies shape user experiences.&lt;/p&gt;

&lt;p&gt;One of my main motivations is the impact that a well-designed interface can have on users. A smooth, intuitive, and visually engaging experience can turn an ordinary application into something extraordinary. I want to be part of that process—crafting user-friendly, accessible, and high-performing web applications. Moreover, frontend development offers endless learning opportunities with ever-evolving frameworks and tools, making it a dynamic and exciting field.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;How HNG Will Help Me Grow&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
HNG Internship is the perfect environment for me to accelerate my frontend development journey. With its structured program, hands-on projects, and exposure to real-world development scenarios, I believe this internship will significantly enhance my skills. Learning from experienced mentors, collaborating with like-minded peers, and working on industry-relevant tasks will bridge the gap between theoretical knowledge and practical implementation.&lt;/p&gt;

&lt;p&gt;Additionally, HNG provides an opportunity to improve problem-solving skills, adapt to fast-paced development workflows, and gain experience with best coding practices. By working on projects that simulate real-world demands, I will build confidence in handling frontend challenges efficiently.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;My Goals for the Internship and How I Plan to Achieve Them&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Enhance My React.js Skills: React.js is one of the most in-demand frontend frameworks. Through HNG, I aim to deepen my understanding of React and learn best practices for building scalable applications. &lt;a href="https://hng.tech/hire/reactjs-developers" rel="noopener noreferrer"&gt;Hire React.js Developers&lt;/a&gt; to see the demand for skilled professionals in this area.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Master JavaScript Concepts: JavaScript is the backbone of frontend development. I want to strengthen my core JavaScript skills, particularly in areas like asynchronous programming and performance optimization. &lt;a href="https://hng.tech/hire/javascript-developers" rel="noopener noreferrer"&gt;Hire JavaScript Developers&lt;/a&gt; shows how valuable JavaScript expertise is in the industry.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Gain Real-World Experience: By contributing to projects that simulate actual client requirements, I will gain hands-on experience that will prepare me for professional opportunities.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Build a Strong Network: Engaging with fellow interns, mentors, and industry professionals will open doors to collaboration, learning, and future career growth.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Technical Report: Initial Data Analysis of Titanic Datasets</title>
      <dc:creator>Daggahhh</dc:creator>
      <pubDate>Sat, 29 Jun 2024 23:08:54 +0000</pubDate>
      <link>https://forem.com/daggahhh/technical-report-initial-data-analysis-of-titanic-datasets-1p54</link>
      <guid>https://forem.com/daggahhh/technical-report-initial-data-analysis-of-titanic-datasets-1p54</guid>
      <description>&lt;p&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;br&gt;
The provided datasets consist of two files: train.csv and test.csv. These datasets contain information about passengers on the Titanic, including demographic details, ticket information, and survival outcomes (in the training set).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dataset Structure&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Train Dataset (train.csv):&lt;/strong&gt;&lt;br&gt;
 Contains 891 rows and 12 columns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Test Dataset (test.csv):&lt;/strong&gt;&lt;br&gt;
 Contains 418 rows and 11 columns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Columns in Both Datasets&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;PassengerId:&lt;/strong&gt; Unique identifier for each passenger.&lt;br&gt;
&lt;strong&gt;Pclass:&lt;/strong&gt; Passenger class (1st, 2nd, or 3rd).&lt;br&gt;
&lt;strong&gt;Name:&lt;/strong&gt; Name of the passenger.&lt;br&gt;
&lt;strong&gt;Sex:&lt;/strong&gt; Gender of the passenger.&lt;br&gt;
&lt;strong&gt;Age:&lt;/strong&gt; Age of the passenger.&lt;br&gt;
&lt;strong&gt;SibSp:&lt;/strong&gt; Number of siblings/spouses aboard the Titanic.&lt;br&gt;
&lt;strong&gt;Parch:&lt;/strong&gt; Number of parents/children aboard the Titanic.&lt;br&gt;
&lt;strong&gt;Ticket:&lt;/strong&gt; Ticket number.&lt;br&gt;
&lt;strong&gt;Fare:&lt;/strong&gt; Passenger fare.&lt;br&gt;
&lt;strong&gt;Cabin:&lt;/strong&gt; Cabin number.&lt;br&gt;
&lt;strong&gt;Embarked:&lt;/strong&gt; Port of embarkation (C = Cherbourg, Q = Queenstown, S = Southampton).&lt;br&gt;
&lt;strong&gt;Additional Column in Train Dataset&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Survived:&lt;/strong&gt; Survival indicator (0 = No, 1 = Yes).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Initial Insights&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Survival Rate: The Survived column in the training set indicates the survival status of passengers. This column is not present in the test set.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Passenger Class Distribution: The Pclass column indicates the class of the passenger, which could be a key factor in survival analysis.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Gender Distribution: The Sex column shows the gender distribution, which can be analyzed to determine if gender influenced survival chances.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Age Distribution: The Age column provides insights into the age distribution of passengers. Missing values in this column may require imputation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Family Size: The SibSp and Parch columns can be combined to understand the family size and its impact on survival.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ticket and Fare: The Ticket and Fare columns provide information about the cost and type of ticket purchased.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cabin Information: The Cabin column contains many missing values. This information might need to be handled carefully or imputed based on other variables.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Port of Embarkation: The Embarked column indicates the port from which the passenger boarded the Titanic, which may correlate with socio-economic status and survival.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Next Steps for Analysis&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Handling Missing Values: Impute or handle missing values in the Age and Cabin columns.&lt;/p&gt;

&lt;p&gt;Exploratory Data Analysis (EDA): Perform EDA to uncover patterns and relationships between different variables and the survival outcome.&lt;br&gt;
Analyze the impact of passenger class, gender, age, family size, and fare on survival rates.&lt;/p&gt;

&lt;p&gt;Feature Engineering: Create new features such as family size (sum of SibSp and Parch), title extraction from the Name column, and categorization of age groups.&lt;/p&gt;

&lt;p&gt;Visualization: Use visualizations to illustrate the findings from the EDA, such as survival rates by class, gender, age groups, and embarkation points.&lt;/p&gt;

&lt;p&gt;Model Building: Prepare the data for machine learning models to predict survival on the test set using the insights gained from the training set.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
The initial review of the Titanic datasets reveals various factors that could influence passenger survival, including class, gender, age, and embarkation port. Further detailed analysis and modeling are required to draw meaningful conclusions and predictions. ​&lt;br&gt;
[&lt;a href="https://hng.tech/internship%5D%5Bhttps://hng.tech/hire" rel="noopener noreferrer"&gt;https://hng.tech/internship][https://hng.tech/hire&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>database</category>
      <category>kaggle</category>
      <category>dataanalysis</category>
    </item>
    <item>
      <title>Beyond Vanilla JS: Svelte vs. Inferno</title>
      <dc:creator>Daggahhh</dc:creator>
      <pubDate>Sat, 29 Jun 2024 22:06:46 +0000</pubDate>
      <link>https://forem.com/daggahhh/beyond-vanilla-js-svelte-vs-inferno-5d0g</link>
      <guid>https://forem.com/daggahhh/beyond-vanilla-js-svelte-vs-inferno-5d0g</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;For those looking beyond plain JavaScript, Svelte and Inferno offer intriguing front-end framework options:&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Svelte&lt;/strong&gt;: Blazingly fast due to its innovative compile-time approach. This eliminates the virtual DOM manipulation found in React, resulting in a smaller footprint. However, Svelte's young age translates to a less developed ecosystem and potential debugging hurdles.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Inferno&lt;/strong&gt;: A lightweight powerhouse, Inferno boasts a virtual DOM claimed to be twice as fast as React's. It also offers smooth migration from existing React projects. The trade-off? A smaller feature set compared to React, missing functionalities like server-side rendering.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Choosing Your Weapon:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Peak Performance:&lt;/strong&gt; Svelte takes the crown for speed and minimal bundle size.&lt;br&gt;
&lt;strong&gt;Swift React Migration:&lt;/strong&gt; Inferno shines for speed-focused React project transitions.&lt;br&gt;
&lt;strong&gt;Established Powerhouse:&lt;/strong&gt; React remains the go-to for a mature ecosystem and extensive features.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HNG&lt;/strong&gt;&lt;br&gt;
HNG utilizes ReactJS for good reason. React's component-based architecture promotes code reusability, maintainability, and a clear separation of concerns. &lt;/p&gt;

&lt;p&gt;Here at HNG, I expect to leverage React's strengths to:&lt;/p&gt;

&lt;p&gt;Build interactive and dynamic web applications for various NLP (Natural Language Processing) tasks.&lt;br&gt;
Contribute to a collaborative coding environment where React's clean syntax fosters clear communication and code maintainability.&lt;br&gt;
Explore the vast React ecosystem of libraries and tools to streamline development and enhance functionalities.&lt;/p&gt;

&lt;p&gt;[&lt;a href="https://hng.tech/hire%5D%5Bhttps://hng.tech/internship" rel="noopener noreferrer"&gt;https://hng.tech/hire][https://hng.tech/internship&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
