<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Onyechiediri on Medium]]></title>
        <description><![CDATA[Stories by Onyechiediri on Medium]]></description>
        <link>https://medium.com/@onyechiediri?source=rss-43a9da115ed4------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/0*S3oe1uzTqSldwaUE</url>
            <title>Stories by Onyechiediri on Medium</title>
            <link>https://medium.com/@onyechiediri?source=rss-43a9da115ed4------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sat, 23 May 2026 16:23:37 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@onyechiediri/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[The Life of a web developer]]></title>
            <link>https://medium.com/@onyechiediri/the-life-of-a-web-developer-20f5e6857b1c?source=rss-43a9da115ed4------2</link>
            <guid isPermaLink="false">https://medium.com/p/20f5e6857b1c</guid>
            <dc:creator><![CDATA[Onyechiediri]]></dc:creator>
            <pubDate>Fri, 11 Oct 2024 12:01:03 GMT</pubDate>
            <atom:updated>2024-10-11T12:01:03.806Z</atom:updated>
            <content:encoded><![CDATA[<p>The Life of a web developer</p><p>The life of a web developer can vary depending on the type of work they do,the projects they’re involved in, and the stage of their career.</p><p>True it said that their life revolves around writing code, debugging issues, attending meetings, and collaborating with team members.</p><p>developers engage in a variety of tasks, depending on their role and the project.</p><p>we have different Roles like: Front-end, Back-end,Full-stack,debugging and testing, learning and research</p><p>most times it is very challenging with the daily routine (Morning/afternoon and night):</p><p>like you start by checking emails, messages, or updates from their team or clients. They may also attend a morning stand-up meeting if they work in a team, where tasks and goals for the day are discussed.</p><p>Coding work begins, with focusing on writing new code or fixing bugs. This is often the most productive time of day for developers.</p><p>Switch between coding and other tasks, such as testing new features, reviewing code from colleagues, or collaborating with designers and project managers. Meetings or updates with clients may happen in the afternoon as well.</p><p>Most challenge we face are:</p><p>Tight deadlines: This depend on the project or workplace, web developers may face pressure to meet tight deadlines, which can lead to long hours.</p><p>Debugging Issues:Not all days are smooth; developers often encounter complex bugs or compatibility issues that can take hours or even days to resolve.</p><p>Constant learning: This is the most challenging part for me …..this development changes rapidly, requiring developers to continuously learn new skills and technologies to stay relevant.“This skills is not for the weak”</p><p>Conclustion</p><p>The life of a web developer involves a balance between technical skills, creativity, collaboration, and continuous learning. It’s a field that offers flexibility, a variety of work, and constant challenges, making it ideal for people who enjoy problem-solving and evolving alongside technology. This come with pressures such as tight deadlines, frequent debugging,constant learning and many more, and the need to keep up with rapid technological advancements.</p><p>We are Open for more Contribution.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=20f5e6857b1c" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Revision About (Module, Common js, and Es module)]]></title>
            <link>https://medium.com/@onyechiediri/revision-about-module-common-js-and-es-module-305ce2c327c1?source=rss-43a9da115ed4------2</link>
            <guid isPermaLink="false">https://medium.com/p/305ce2c327c1</guid>
            <dc:creator><![CDATA[Onyechiediri]]></dc:creator>
            <pubDate>Sun, 13 Aug 2023 10:59:37 GMT</pubDate>
            <atom:updated>2023-08-13T10:59:37.157Z</atom:updated>
            <content:encoded><![CDATA[<p>Revision About (Module, Common js, and Es module)</p><p>Modules are code writing in a file that can be summon and use from a different file(the good thing about modules is that its reusable). modules are clear in terms of imports and exports at the file level.</p><p>common js is a set of quality use to affect(carryout) modules in JavaScript. common js are the original way to package JavaScript code for node.js(they are store in one file where all dependencies are one.)</p><p>Es module are JavaScript module that are use to import and export functions, state and behavior (objective) , Data type(Primitive values). note this data type are the Number, string, Boolean, undefined, symbol and Bigint.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=305ce2c327c1" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[About TypeScript]]></title>
            <link>https://medium.com/@onyechiediri/about-typescript-4da193a38e2?source=rss-43a9da115ed4------2</link>
            <guid isPermaLink="false">https://medium.com/p/4da193a38e2</guid>
            <category><![CDATA[typescript]]></category>
            <dc:creator><![CDATA[Onyechiediri]]></dc:creator>
            <pubDate>Thu, 03 Aug 2023 10:43:49 GMT</pubDate>
            <atom:updated>2023-08-03T10:43:49.838Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*IWbAHExuelO9dCfJERPUcQ.png" /></figure><p>About TypeScript</p><p>TypeScript are object oriented compiled programming language that builds on JavaScript.(this means typescript is a combination of JavaScript and some other characteristic) . The good thing about TypeScript is that it always points out the compilation errors at the time of development, but JavaScript is an interpreted language.</p><p>TypeScript allows you write JavaScript the way you want to. its a pure OOP (Object Oriented Programming) with classes, interface and statistically typed like C# or java.</p><p>The Advantages of TypeScript over JavaScript is that TypeScript is for large scale applications while JavaScript are for smaller scale applications. TypeScript support strong static typing but in JavaScript this feature is not available.</p><p>The data type in TypeScript are (String, Array, Numbers, Null, Boolean, Undefined, Tuple and Symbol. The 3 type of Type System in TypeScript are the (Any, Built-In Type, User Defined Type) .</p><p>The Any type is a super type of all type(using Any is equivalent to select/checking for a variable. The Built-in type are the string, Boolean, array, null, void and undefined. The user defined type is use to define some certain types by the user.</p><p>Conclusion:</p><p>TypeScript offer a range benefits over JavaScript (its a superset of JavaScript language, designed to give you better tooling at any scale). By using TypeScript Developers Code can be Scalable, Maintainable and Easier to Debug and Test.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4da193a38e2" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[TypeScript are object oriented compiled programming language that builds on JavaScript.(This]]></title>
            <link>https://medium.com/@onyechiediri/typescript-are-object-oriented-compiled-programming-language-that-builds-on-javascript-this-4dd3e33a4529?source=rss-43a9da115ed4------2</link>
            <guid isPermaLink="false">https://medium.com/p/4dd3e33a4529</guid>
            <dc:creator><![CDATA[Onyechiediri]]></dc:creator>
            <pubDate>Thu, 03 Aug 2023 10:36:51 GMT</pubDate>
            <atom:updated>2023-08-03T10:36:51.772Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*IWbAHExuelO9dCfJERPUcQ.png" /></figure><p>TypeScript are object oriented compiled programming language that builds on JavaScript.(This means TypeScript is a combination of JavaScript and some other characteristic.) the good thing about typescript is that it helps points out the compilation errors at the time of development, but JavaScript is an interpreted language.</p><p>TypeScript allows you write JavaScript the way you want to, its a pure OOP(Object, Oriented, Programming)with classes, interface and statistically type like C# and Java.</p><p>The Advantages of TypeScript over JavaScript is that TypeScript are for large scale applications while JavaScript are for smaller scale applications. TypeScript features support strong static typing but in JavaScript this features are not available.</p><p>The data type in TypeScript are (String, Array, Boolean, Null, Numbers, Undefined, Tuple, and Symbol.) The 3 type of Type System in TypeScript are Any, Built-In Type, User Defined Type.</p><p>The Any Type is a super type of all type(using Any is equivalent to select/checking for a variable. The Built-In Type are the string, boolean, array, null, undefined and void. The User Defined Type is use to define some certain types by the user.</p><p>Conclusion:</p><p>TypeScript offer a range benefit over JavaScript(its a superset of JavaScript language, designed to give you better tooling at any scale). By using TypeScript Developers Code can be Scalable, Maintainable and Easier to Debug and Test.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4dd3e33a4529" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>