<?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"><channel><title><![CDATA[Twilightactivist's blog]]></title><description><![CDATA[Twilightactivist's blog]]></description><link>https://twilightactivist.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 11:42:09 GMT</lastBuildDate><atom:link href="https://twilightactivist.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Automatically Display any website or social media icon using JavaScript no need for intervention once set up]]></title><description><![CDATA[I created a YouTube video that teaches you how to display any website or social media icon just given the links and it does so automatically without your intervention once you set up the code with JavaScript
This is the link to the video
https://yout...]]></description><link>https://twilightactivist.hashnode.dev/automatically-display-any-website-or-social-media-icon-using-javascript-no-need-for-intervention-once-set-up</link><guid isPermaLink="true">https://twilightactivist.hashnode.dev/automatically-display-any-website-or-social-media-icon-using-javascript-no-need-for-intervention-once-set-up</guid><category><![CDATA[Websiteicon]]></category><category><![CDATA[Googleapi]]></category><category><![CDATA[Web Development]]></category><category><![CDATA[JavaScript]]></category><dc:creator><![CDATA[Light Kikile]]></dc:creator><pubDate>Wed, 27 Dec 2023 00:10:37 GMT</pubDate><content:encoded><![CDATA[<p>I created a YouTube video that teaches you how to display any website or social media icon just given the links and it does so automatically without your intervention once you set up the code with JavaScript</p>
<p>This is the link to the video</p>
<p>https://youtu.be/_lQQzUFONzw</p>
<h1 id="heading-steps">Steps</h1>
<p>1, Turn the link to a new URL</p>
<p>2, Extract the host name</p>
<p>3, call the Google API</p>
<p>4, display the photo on your web app by creating the necessary elements. For instance am image or link tag or whatever works for you</p>
<p>Pardon I will try and update this article later on</p>
]]></content:encoded></item><item><title><![CDATA[Work in teams and make money]]></title><description><![CDATA[I believe money making as a team]]></description><link>https://twilightactivist.hashnode.dev/work-in-teams-and-make-money</link><guid isPermaLink="true">https://twilightactivist.hashnode.dev/work-in-teams-and-make-money</guid><dc:creator><![CDATA[Light Kikile]]></dc:creator><pubDate>Wed, 27 Dec 2023 00:01:17 GMT</pubDate><content:encoded><![CDATA[<p>I believe money making as a team</p>
]]></content:encoded></item><item><title><![CDATA[Tools web developers use to writing and editing code]]></title><description><![CDATA[Prerequisite
You will need to be familiar with the web development
and basic operations
Introduction
Now you are ready to be a web application
developer, Where do you start? A basic information
on some basic things you need to be on the go. You
will ...]]></description><link>https://twilightactivist.hashnode.dev/tools-web-developers-use-to-writing-and-editing-code</link><guid isPermaLink="true">https://twilightactivist.hashnode.dev/tools-web-developers-use-to-writing-and-editing-code</guid><dc:creator><![CDATA[Light Kikile]]></dc:creator><pubDate>Mon, 31 Jul 2023 18:06:41 GMT</pubDate><content:encoded><![CDATA[<p><strong>Prerequisite</strong></p>
<p>You will need to be familiar with the web development</p>
<p>and basic operations</p>
<p><strong>Introduction</strong></p>
<p>Now you are ready to be a web application</p>
<p>developer, Where do you start? A basic information</p>
<p>on some basic things you need to be on the go. You</p>
<p>will be solving problems and writing codes. It is</p>
<p>good to make the code writing aspect as efficient as</p>
<p>possible and that is what this article is about</p>
<p><strong>In this article</strong></p>
<p>1, What is a code</p>
<p>2, What is a code editor3, Code editors developers user</p>
<p><strong>What is a code?</strong></p>
<p>Code is a set of instruction that can be interpreted</p>
<p>and used by computers to perform certain tasks</p>
<p>Source: Katie Terrell Hana, Code Definition Article,</p>
<p><a target="_blank" href="http://Techtarget.com/definition/code">Techtarget.com/definition/code</a></p>
<p><strong>What is a code editor</strong></p>
<p>A source code editor is a text editor program</p>
<p>designed specifically for editing source code of</p>
<p>computer programs</p>
<p>Source: Wikipedia,</p>
<p><a target="_blank" href="http://wikiipedia.org/wiki/Source_code_editor">wikiipedia.org/wiki/Source_code_editor</a></p>
<p>You can use notepad to write codes that is still</p>
<p>possible. What these code editors do however is</p>
<p>help you write these codes with ease. They help you</p>
<p>organize, debug, indent, manage and autocomplete</p>
<p>your codes.<strong>Code editors developers user</strong></p>
<p>Here are good choices to go on with editing your</p>
<p>code</p>
<p>I. Visual studio code</p>
<p>II. Atom</p>
<p>III. Sublime text</p>
<p>IV.Code pen</p>
<p>V. Notepad++</p>
<p><strong>Conclusion</strong></p>
<p>When we want to write codes Code Editing tools are</p>
<p>what is best to use. It has features like auto</p>
<p>complete, Syntax highlighting to ease your</p>
<p>development process</p>
]]></content:encoded></item></channel></rss>