<?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: Mishy Techie</title>
    <description>The latest articles on DEV Community by Mishy Techie (@mishytechie).</description>
    <link>https://dev.to/mishytechie</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%2F3864984%2F0cb9e630-02b0-4eb9-89f1-8a9641ca3bb2.png</url>
      <title>DEV Community: Mishy Techie</title>
      <link>https://dev.to/mishytechie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mishytechie"/>
    <language>en</language>
    <item>
      <title>Basic Networking Explained</title>
      <dc:creator>Mishy Techie</dc:creator>
      <pubDate>Mon, 04 May 2026 11:53:27 +0000</pubDate>
      <link>https://dev.to/mishytechie/basic-networking-explained-1e84</link>
      <guid>https://dev.to/mishytechie/basic-networking-explained-1e84</guid>
      <description>&lt;p&gt;In today’s world knowing the basics of networking is super helpful. When you browse the internet stream videos or work from home several key technologies work behind the scenes to keep everything running smoothly. This guide explains four networking concepts. TCP/IP DNS, DHCP and VPNs. &lt;/p&gt;

&lt;h3&gt;
  
  
  What is TCP/IP?
&lt;/h3&gt;

&lt;p&gt;TCP/IP stands for Transmission Control Protocol/Internet Protocol. It is the foundation of the internet and most modern networks. TCP/IP is like a team that helps your device talk to devices on the internet.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;IP (Internet Protocol)&lt;/strong&gt; gives devices an IP address, like a home address that tells data where to go.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;TCP (Transmission Control Protocol)&lt;/strong&gt; makes sure data is delivered correctly and in the order.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When you send or receive data online like loading a website TCP/IP works together to break the data into packets send them across networks and reassemble them correctly at the destination. TCP/IP is crucial for communication.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is DNS?
&lt;/h3&gt;

&lt;p&gt;DNS stands for Domain Name System. It acts like the internet’s phonebook. DNS helps you access websites using to-remember domain names instead of complicated IP addresses.&lt;/p&gt;

&lt;p&gt;Here’s how DNS works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Your device sends a request to a DNS server.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The DNS server translates the domain name into an IP address.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your browser uses that IP address to connect to the website.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;DNS makes browsing the web much easier.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is DHCP?
&lt;/h3&gt;

&lt;p&gt;DHCP stands for Dynamic Host Configuration Protocol. It automatically gives IP addresses to devices on a network. When you connect your phone or laptop to Wi-Fi, DHCP:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Assigns your device an IP address&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Provides subnet mask and gateway information&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ensures there are no conflicts with devices&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This makes it easy to connect to the internet without configuring network settings.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is a VPN?
&lt;/h3&gt;

&lt;p&gt;A VPN or Virtual Private Network, is a tool that keeps you private online. When you use a VPN:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Your internet traffic is encrypted&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your IP address is. Replaced&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your connection is routed through a secure server&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;VPNs are especially useful when using Wi-Fi as they help protect your data from hackers and surveillance. People also use VPNs to access restricted content or stay online. VPNs are a tool for online security.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why These Concepts Matter
&lt;/h3&gt;

&lt;p&gt;TCP/IP DNS, DHCP and VPNs are the building blocks of networking.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;TCP/IP&lt;/strong&gt; ensures communication between devices.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;DNS&lt;/strong&gt; makes the internet user-friendly by using domain names.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;DHCP&lt;/strong&gt; simplifies device connectivity by assigning IP addresses.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;VPNs&lt;/strong&gt; protect your privacy and data when you’re online.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Understanding these basics can help you fix network issues improve your security and build a foundation for IT knowledge. Knowing TCP/IP DNS, DHCP and VPNs can make a difference, in how you use the internet.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>networking</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>From Basic CRUD Ticketing Systems to AI-Powered Support</title>
      <dc:creator>Mishy Techie</dc:creator>
      <pubDate>Mon, 27 Apr 2026 13:19:51 +0000</pubDate>
      <link>https://dev.to/mishytechie/from-basic-crud-ticketing-systems-to-ai-powered-support-320p</link>
      <guid>https://dev.to/mishytechie/from-basic-crud-ticketing-systems-to-ai-powered-support-320p</guid>
      <description>&lt;p&gt;Ticketing systems have been the backbone of IT support, customer service and internal operations for a time. At their core they help track, manage and resolve issues in a way. But modern ticketing systems are not about logging requests. They are evolving into smart platforms that make things more efficient, automate tasks and improve user experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fuctions of a Ticketing System
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Creating tickets (issues, requests, incidents)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tracking status. Progress&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Assigning tickets to agents or teams&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Keeping a record of communication&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Closing and resolving issues&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A simple frontend application can show these basics through CRUD (Create, Read, Update, Delete) functionality.. Real-world systems go much further.&lt;/p&gt;

&lt;h2&gt;
  
  
  Moving Beyond CRUD
&lt;/h2&gt;

&lt;p&gt;Ticketing platforms focus on workflow efficiency. Key enhancements include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Status pipelines&lt;/strong&gt; (Open → In Progress → Resolved → Closed)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Priority and SLA management&lt;/strong&gt; to handle issues first&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Tagging&lt;/strong&gt; for better organization&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Search and filtering&lt;/strong&gt; for access to relevant tickets&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These features turn a basic list into a functional operational tool.&lt;/p&gt;

&lt;h2&gt;
  
  
  Modern Technologies Shaping Ticketing Systems
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Frontend Frameworks
&lt;/h3&gt;

&lt;p&gt;Frameworks like Vue.js, React and Angular make dashboards interactive. Real-time updates, component-based architecture and responsive UI design make it easier for support teams to use.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Backend and APIs
&lt;/h3&gt;

&lt;p&gt;Modern systems use API-driven architectures with tools like Node.js or backend-as-a-service platforms like Firebase and Supabase. These provide authentication, databases and scalable infrastructure with setup.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Real-Time Capabilities
&lt;/h3&gt;

&lt;p&gt;With technologies like WebSockets and real-time databases ticket updates are reflected instantly across users. This is critical for environments where multiple agents handle tickets at the same time.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Cloud and Microservices
&lt;/h3&gt;

&lt;p&gt;Cloud platforms make ticketing systems scalable. Integrate with other services. Microservice architectures make it easier to extend functionality without affecting the system.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. AI and Automation in Ticketing Systems
&lt;/h3&gt;

&lt;p&gt;Artificial intelligence is transforming ticketing systems in ways making ticket management smarter:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Automated ticket classification using AI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Suggested responses for agents using AI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Chatbots for handling queries with AI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Predictive analytics for workload management with AI&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI reduces effort and speeds up resolution times especially in high-volume environments where ticketing systems handle many requests.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Security and Access Control
&lt;/h3&gt;

&lt;p&gt;Modern systems implement authentication, role-based access control. Secure APIs. These ensure that sensitive data is protected and only accessible to authorized users.&lt;/p&gt;

&lt;h2&gt;
  
  
  Simple Systems are Useful for:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Learning and prototyping ticketing systems&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Demonstrating CRUD operations in ticketing systems&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Designing UI/UX workflows for ticketing systems&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Future of Ticketing Systems
&lt;/h2&gt;

&lt;p&gt;The direction is clear: ticketing systems are becoming smarter, more automated and deeply integrated into operational ecosystems. The focus is shifting from managing tickets to optimizing the entire support process in ticketing systems.&lt;/p&gt;

&lt;p&gt;Developers building ticketing systems today should think beyond functionality and consider scalability, automation and user experience from the start when creating ticketing systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Ticketing systems are evolving from issue trackers into intelligent support platforms. By combining frontend frameworks, scalable backend services and AI-driven automation in ticketing systems developers can build systems that not only manage issues but actively improve how organizations respond to them with efficient ticketing systems.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>productivity</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>AI Agents impact on jobs in Africa</title>
      <dc:creator>Mishy Techie</dc:creator>
      <pubDate>Thu, 23 Apr 2026 09:58:35 +0000</pubDate>
      <link>https://dev.to/mishytechie/ai-agents-impact-on-jobs-in-africa-3g9m</link>
      <guid>https://dev.to/mishytechie/ai-agents-impact-on-jobs-in-africa-3g9m</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-cloud-next-2026-04-22"&gt;Google Cloud NEXT Writing Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Across Africa millions of people are building careers from their phones—freelancing, coding, creating content and running online businesses. From Nairobi to Lagos the hustle is digital, fast and constantly evolving.&lt;/p&gt;

&lt;p&gt;A new shift is coming.&lt;/p&gt;

&lt;p&gt;With the rise of AI agents powered by tools like Google Gemini work is no longer about what you can do—it’s about how well you can direct intelligence to work for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  From Chatbots to AI Agents
&lt;/h2&gt;

&lt;p&gt;For years AI tools acted like assistants. You asked a question. They gave you an answer.&lt;/p&gt;

&lt;p&gt;Now that’s changing.&lt;/p&gt;

&lt;p&gt;At Google Cloud Next 2026, Google introduced a focus on "agentic AI." These are systems that go beyond responding, they can take action, automate workflows and complete tasks with input.&lt;/p&gt;

&lt;p&gt;When asking AI to "write an article " you can now expect it to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Research the topic&lt;/li&gt;
&lt;li&gt;Generate the draft&lt;/li&gt;
&lt;li&gt;Refine the tone&lt;/li&gt;
&lt;li&gt;Suggest improvements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is a shift—from AI as a tool to AI as a collaborator.&lt;/p&gt;

&lt;h2&gt;
  
  
  Freelancing: From Effort to Efficiency
&lt;/h2&gt;

&lt;p&gt;Freelancing is one of the accessible income streams across Africa. Writers, designers, marketers and virtual assistants rely heavily on platforms to earn a living.&lt;/p&gt;

&lt;p&gt;AI agents are about to transform this space.&lt;/p&gt;

&lt;p&gt;With Google Gemini:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Writers can generate high-quality drafts in seconds&lt;/li&gt;
&lt;li&gt;Researchers can gather insights instantly&lt;/li&gt;
&lt;li&gt;Client communication can be streamlined and even automated&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This doesn’t eliminate freelancers—it changes how they compete.&lt;/p&gt;

&lt;p&gt;In the future success won’t depend on how long you work but on how effectively you use AI to deliver faster smarter results.&lt;/p&gt;

&lt;h2&gt;
  
  
  Coding: Lowering the Barrier to Entry
&lt;/h2&gt;

&lt;p&gt;For developers AI agents are already reshaping the landscape.&lt;/p&gt;

&lt;p&gt;With tools like Google Gemini you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generate code snippets&lt;/li&gt;
&lt;li&gt;Debug errors&lt;/li&gt;
&lt;li&gt;Learn frameworks quickly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What used to take hours can now take minutes.&lt;/p&gt;

&lt;p&gt;Importantly this levels the playing field. A beginner developer in Africa can now build applications that previously required a team. The gap between idea and execution is shrinking rapidly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Content Creation: One Person, Full Team
&lt;/h2&gt;

&lt;p&gt;Content creation is booming across Africa on platforms like YouTube, TikTok and blogs.&lt;/p&gt;

&lt;p&gt;AI agents make it more powerful.&lt;/p&gt;

&lt;p&gt;Using AI creators can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generate video scripts&lt;/li&gt;
&lt;li&gt;Write captions and titles&lt;/li&gt;
&lt;li&gt;Translate content into languages&lt;/li&gt;
&lt;li&gt;Repurpose one idea across platforms&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This means a single creator can now operate like an entire production team.&lt;/p&gt;

&lt;p&gt;Of needing editors, writers and strategists AI fills those roles—instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Automation: The Real Game Changer
&lt;/h2&gt;

&lt;p&gt;The biggest shift isn’t assistance, it’s automation.&lt;/p&gt;

&lt;p&gt;AI agents can handle time-consuming tasks independently:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Managing customer inquiries&lt;/li&gt;
&lt;li&gt;Organizing schedules&lt;/li&gt;
&lt;li&gt;Running business workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For small business owners and freelancers in Africa this is huge.&lt;/p&gt;

&lt;p&gt;It allows individuals to scale their work without hiring teams reducing costs while increasing productivity.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Africa
&lt;/h2&gt;

&lt;p&gt;Africa has always been quick to adapt to first technology. Many people skipped infrastructure and went straight to smartphones, mobile banking and online work.&lt;/p&gt;

&lt;p&gt;AI agents fit perfectly into this ecosystem.&lt;/p&gt;

&lt;p&gt;They:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Require setup&lt;/li&gt;
&lt;li&gt;Work well on devices&lt;/li&gt;
&lt;li&gt;Enable global competitiveness&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A freelancer in Nairobi, Lagos or Accra can now compete with professionals—not by working harder but by working smarter with AI.&lt;/p&gt;

&lt;p&gt;This could redefine opportunity across the continent.&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges to Consider
&lt;/h2&gt;

&lt;p&gt;Despite the opportunities there are challenges:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Internet access and affordability&lt;/li&gt;
&lt;li&gt;Limited awareness and AI literacy&lt;/li&gt;
&lt;li&gt;Risk of over-reliance on automation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Addressing these will be key to ensuring that AI benefits as many people as possible.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Future of Work Is Agentic
&lt;/h2&gt;

&lt;p&gt;The rise of AI agents powered by Google Gemini is more than a technological upgrade—it’s a shift, in how work gets done.&lt;/p&gt;

&lt;p&gt;For Africa this represents something a chance to leap forward.&lt;/p&gt;

&lt;p&gt;As AI continues to evolve the valuable skill may not be coding, writing or designing—but knowing how to guide intelligent systems to create, build and solve problems.&lt;/p&gt;

&lt;p&gt;The future of work isn’t just human.&lt;/p&gt;

&lt;p&gt;It’s human + AI—. Africa is ready.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>cloudnextchallenge</category>
      <category>googlecloud</category>
    </item>
    <item>
      <title>The Windows Operating System</title>
      <dc:creator>Mishy Techie</dc:creator>
      <pubDate>Wed, 22 Apr 2026 09:24:12 +0000</pubDate>
      <link>https://dev.to/mishytechie/the-windows-operating-system-2hna</link>
      <guid>https://dev.to/mishytechie/the-windows-operating-system-2hna</guid>
      <description>&lt;h2&gt;
  
  
  The Windows operating system made by Microsoft is something that a lot of people use. It is easy to use. You can use it on your laptop or on a computer at work. Windows helps your computer work properly.
&lt;/h2&gt;




&lt;h3&gt;
  
  
  History and Evolution
&lt;/h3&gt;

&lt;p&gt;The first version of Windows came out in 1985. Since then Microsoft has made a lot of changes to make it better.&lt;/p&gt;

&lt;p&gt;Some of the versions like Windows 95 and Windows XP were very popular. People liked them because they were easy to use. Windows XP was a favorite among people who used their computers at home and at work.&lt;/p&gt;

&lt;p&gt;Now we have versions like Windows 10 and Windows 11. These versions have advanced features, better security and a modern look. For example, Windows 11 has an interface, better tools for doing multiple things at the same time and it works well with new hardware.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key Features of Windows
&lt;/h3&gt;

&lt;p&gt;There are many reasons why people like using Windows. Here are some of the features of the Windows operating system:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;User-Friendly Interface:&lt;/strong&gt; The Start Menu, Taskbar and desktop make it easy to navigate, for people who are not good with computers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Multitasking:&lt;/strong&gt; You can run multiple programs at the same time without any problems.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Software Compatibility:&lt;/strong&gt; Windows can run a lot of programs from simple tools to complicated software and games.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;File Management:&lt;/strong&gt; File Explorer makes it easy to organize and find your files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Built-in Tools:&lt;/strong&gt; You have tools like the Control Panel, Settings app and system tools to help you manage your computer.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  System Requirements
&lt;/h3&gt;

&lt;p&gt;To run Windows properly your computer needs to meet some requirements. These requirements include a processor, enough memory and enough storage space.&lt;/p&gt;

&lt;h3&gt;
  
  
  Security Features
&lt;/h3&gt;

&lt;p&gt;Microsoft has added security features to Windows to keep you and your data safe:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Windows Defender:&lt;/strong&gt; This is a built-in antivirus program that protects your computer from viruses and other threats.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Firewall:&lt;/strong&gt; This helps block people from accessing your computer without your permission.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Regular Updates:&lt;/strong&gt; These updates help keep your computer safe from threats.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;User Account Control (UAC):&lt;/strong&gt; This prevents people from making changes to your computer without your permission.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These features make Windows a safe operating system for professional use.&lt;/p&gt;

&lt;h3&gt;
  
  
  Advantages of Windows
&lt;/h3&gt;

&lt;p&gt;There are advantages to using Windows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It accommodates a lot of softwares.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It is easy to use, for beginners.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Microsoft provides support and regular updates.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There is a community of users who can help you.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It is a platform for playing games and doing business.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Disadvantages of Windows
&lt;/h3&gt;

&lt;p&gt;There are also some disadvantages to using Windows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It can be vulnerable to viruses and malware.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You have to pay for a license to use it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Updates can sometimes interrupt you.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It can use a lot of resources on computers.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Comparison with Other Operating Systems
&lt;/h3&gt;

&lt;p&gt;Windows is often compared to operating systems like macOS and Linux.&lt;/p&gt;

&lt;p&gt;macOS is made by Apple and is known for being easy to use and secure. However it only works on Apple devices. Linux is open source and can be customized making it popular among developers.&lt;/p&gt;

&lt;p&gt;Windows is a choice because it is flexible, works with a lot of different hardware and software and is easy to use.&lt;/p&gt;

&lt;h3&gt;
  
  
  Common Uses of Windows
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Personal Use:&lt;/strong&gt; Browsing the internet watching movies and talking to friends.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Business:&lt;/strong&gt; Doing office work, managing data and using enterprise solutions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Gaming:&lt;/strong&gt; Playing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Education:&lt;/strong&gt;. Doing research in schools and universities.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Future of Windows
&lt;/h3&gt;

&lt;p&gt;The future of Windows looks good with Microsoft making improvements. Trends like cloud computing, artificial intelligence and better security are shaping what Windows will be like in the future.&lt;/p&gt;




&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;The Windows operating system has been a part of the computer world for a long time. Its easy-to-use design, ability to work with different hardware and software and constant evolution makes it a reliable choice for millions of people around the world.&lt;/p&gt;

&lt;p&gt;Whether you use it for educational or professional reasons Windows continues to play a big role, in how people use technology today.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>EcoMark - Discover your environmental footprint</title>
      <dc:creator>Mishy Techie</dc:creator>
      <pubDate>Sat, 18 Apr 2026 08:26:15 +0000</pubDate>
      <link>https://dev.to/mishytechie/ecomark-discover-your-environmental-footprint-22mm</link>
      <guid>https://dev.to/mishytechie/ecomark-discover-your-environmental-footprint-22mm</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/weekend-2026-04-16"&gt;Weekend Challenge: Earth Day Edition&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  EcoMark – A Simple Way to Reflect on Our Carbon Footprint
&lt;/h2&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;For this challenge, I built &lt;strong&gt;EcoMark&lt;/strong&gt;, a lightweight web app that helps people quickly understand their everyday environmental impact.&lt;/p&gt;

&lt;p&gt;The idea was simple:&lt;br&gt;&lt;br&gt;
Most of us care about the planet, but we don’t always know how our daily habits translate into real impact. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EcoMark&lt;/strong&gt; bridges that gap by turning a few lifestyle choices into a &lt;strong&gt;clear, understandable carbon score&lt;/strong&gt;, along with practical suggestions for improvement.&lt;/p&gt;

&lt;p&gt;Users answer a few short questions about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; How they get around
&lt;/li&gt;
&lt;li&gt; What they eat
&lt;/li&gt;
&lt;li&gt; Their energy usage
&lt;/li&gt;
&lt;li&gt; Their shopping habits
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Based on this, the app calculates a score and places them into a category:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Green Hero&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Improving&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;High Impact&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To make it more useful (and less judgmental), the app also generates &lt;strong&gt;personalized tips&lt;/strong&gt; to help users reduce their footprint in realistic ways.&lt;/p&gt;




&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;👉 &lt;strong&gt;Try it here:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://eco-mark--favouredhighly6.replit.app/" rel="noopener noreferrer"&gt;EcoMark&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Video
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://drive.google.com/file/d/1a2ip97oqEQJHxKxwN_9kVNFCniuOW8tX/view?usp=drivesdk" rel="noopener noreferrer"&gt;Video&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;The project was built and deployed using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; JavaScript&lt;/li&gt;
&lt;li&gt; HTML/CSS
&lt;/li&gt;
&lt;li&gt; Google Gemini API
&lt;/li&gt;
&lt;li&gt; Replit (development + hosting)
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/mitch-techie/EcoMark" rel="noopener noreferrer"&gt;View Source Code&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I approached this project with a focus on &lt;strong&gt;simplicity, clarity, and usability&lt;/strong&gt;, especially since many users might access it on mobile devices.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Carbon Scoring Logic
&lt;/h3&gt;

&lt;p&gt;Instead of trying to build a scientifically perfect calculator, I designed a &lt;strong&gt;simple scoring system&lt;/strong&gt; that reflects relative impact:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Higher-emission activities (e.g., frequent car use, meat-heavy diets) increase the score
&lt;/li&gt;
&lt;li&gt;Lower-impact choices (walking, plant-based diets) reduce it
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This keeps the experience intuitive while still meaningful.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Backend with JavaScript
&lt;/h3&gt;

&lt;p&gt;I used JavaScript to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Handle form input
&lt;/li&gt;
&lt;li&gt;Process user responses
&lt;/li&gt;
&lt;li&gt;Calculate the carbon score
&lt;/li&gt;
&lt;li&gt;Render results dynamically
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  3. AI-Powered Suggestions with Google Gemini
&lt;/h3&gt;

&lt;p&gt;One of the most interesting parts of this project was integrating the &lt;strong&gt;Google Gemini API&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Instead of hardcoding advice, I generate tips dynamically based on the user’s score.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Higher scores → stronger, more impactful suggestions
&lt;/li&gt;
&lt;li&gt;Lower scores → reinforcement of good habits
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This made the app feel more:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Personalized
&lt;/li&gt;
&lt;li&gt;Engaging
&lt;/li&gt;
&lt;li&gt;Practical
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  4. Building with Replit
&lt;/h3&gt;

&lt;p&gt;Since I didn’t have access to a full development setup, I built everything directly in &lt;strong&gt;Replit&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This influenced my approach:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Keeping the architecture simple
&lt;/li&gt;
&lt;li&gt;Avoiding unnecessary dependencies
&lt;/li&gt;
&lt;li&gt;Prioritizing fast iteration
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It turned out to be a great way to go from idea → working product quickly.&lt;/p&gt;




&lt;h3&gt;
  
  
  5. Design Choices
&lt;/h3&gt;

&lt;p&gt;I intentionally kept the UI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clean
&lt;/li&gt;
&lt;li&gt;Minimal
&lt;/li&gt;
&lt;li&gt;Mobile-friendly
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal was to make the experience feel approachable rather than overwhelming.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;This project reminded me that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You don’t need complex systems to communicate important ideas
&lt;/li&gt;
&lt;li&gt;AI works best when it enhances—not replaces—core logic
&lt;/li&gt;
&lt;li&gt;Constraints can lead to better, more focused solutions
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Future Improvements
&lt;/h2&gt;

&lt;p&gt;If I had more time, I’d love to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add location-based recommendations
&lt;/li&gt;
&lt;li&gt;Improve scoring accuracy
&lt;/li&gt;
&lt;li&gt;Include visual progress tracking
&lt;/li&gt;
&lt;li&gt;Let users compare lifestyle scenarios
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;EcoMark isn’t meant to be a perfect measurement tool.&lt;br&gt;&lt;br&gt;
It’s a &lt;strong&gt;conversation starter&lt;/strong&gt;—a small way to help people reflect on their habits and take simple steps toward a more sustainable lifestyle.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Small changes, multiplied by many people, can make a real difference.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
    </item>
    <item>
      <title>COMMON LAPTOP ACCESSORIES</title>
      <dc:creator>Mishy Techie</dc:creator>
      <pubDate>Mon, 13 Apr 2026 05:13:48 +0000</pubDate>
      <link>https://dev.to/mishytechie/common-laptop-accessories-5ddg</link>
      <guid>https://dev.to/mishytechie/common-laptop-accessories-5ddg</guid>
      <description>&lt;p&gt;External peripherals&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Keyboard&lt;/li&gt;
&lt;li&gt;Mouse and mousepad&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;External storage&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;External Hard Drive &lt;/li&gt;
&lt;li&gt;SSD&lt;/li&gt;
&lt;li&gt;USB Flash Drive&lt;/li&gt;
&lt;li&gt;Memory Card&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Power&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Power bank&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Sound&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Headphones&lt;/li&gt;
&lt;li&gt;Earbuds&lt;/li&gt;
&lt;li&gt;Earphones&lt;/li&gt;
&lt;li&gt;Speakers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Cables&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;USB Cables&lt;/li&gt;
&lt;li&gt;VGA Cables&lt;/li&gt;
&lt;li&gt;HDMI Cables&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Connectors&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;USB hub&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Protection&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Surge Protector&lt;/li&gt;
&lt;li&gt;Screen protector&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Other Accessories&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Laptop bag&lt;/li&gt;
&lt;li&gt;Laptop stand&lt;/li&gt;
&lt;li&gt;Laptop cooling pad&lt;/li&gt;
&lt;li&gt;Webcam cover&lt;/li&gt;
&lt;li&gt;Laptop cleaning kit&lt;/li&gt;
&lt;li&gt;Laptop lock&lt;/li&gt;
&lt;li&gt;Laptop skins or decals&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Commonly Used Laptop Brands</title>
      <dc:creator>Mishy Techie</dc:creator>
      <pubDate>Tue, 07 Apr 2026 11:12:56 +0000</pubDate>
      <link>https://dev.to/mishytechie/commonly-used-laptop-brands-46ad</link>
      <guid>https://dev.to/mishytechie/commonly-used-laptop-brands-46ad</guid>
      <description>&lt;p&gt;&lt;strong&gt;LAPTOP BRANDS&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Hp&lt;/li&gt;
&lt;li&gt;Lenovo&lt;/li&gt;
&lt;li&gt;Dell&lt;/li&gt;
&lt;li&gt;Apple&lt;/li&gt;
&lt;li&gt;Asus&lt;/li&gt;
&lt;li&gt;Acer&lt;/li&gt;
&lt;li&gt;Microsoft Surface&lt;/li&gt;
&lt;li&gt;Msi&lt;/li&gt;
&lt;li&gt;Samsung&lt;/li&gt;
&lt;li&gt;Razer&lt;/li&gt;
&lt;li&gt;Huawei&lt;/li&gt;
&lt;li&gt;Chuwi&lt;/li&gt;
&lt;li&gt;Infinix&lt;/li&gt;
&lt;li&gt;Toshiba&lt;/li&gt;
&lt;li&gt;Fujitsu&lt;/li&gt;
&lt;li&gt;Panasonic&lt;/li&gt;
&lt;li&gt;Gigabyte&lt;/li&gt;
&lt;li&gt;Alienware(Gamers)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;USERS&lt;/strong&gt;&lt;br&gt;
Students and young adults. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Age range: 14yrs – 25yrs
Gamers. &lt;/li&gt;
&lt;li&gt;Age range: 16yrs – 35yrs.
Young professional and digital nomads. &lt;/li&gt;
&lt;li&gt;Age range: 25yrs – 40yrs
Corporate and business users. &lt;/li&gt;
&lt;li&gt;Age range: 25yrs – 55+yrs
Home use and Senior users. &lt;/li&gt;
&lt;li&gt;Age range: 40yrs – 55+yrs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;FACTORS TO CONSIDER WHEN BUYING A LAPTOP&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Budget constraints&lt;/li&gt;
&lt;li&gt;Use e.g for business, for home&lt;/li&gt;
&lt;li&gt;Features e.g security, performance&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>laptops</category>
    </item>
  </channel>
</rss>
