<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SG-Educate | Rohama Salfi | Activity</title>
	<link>https://sg-educate.com/members/rohxmx/activity/</link>
	<atom:link href="https://sg-educate.com/members/rohxmx/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Rohama Salfi.</description>
	<lastBuildDate>Mon, 16 Mar 2026 18:52:40 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">f52b01aaddd30b23450e1b8201d1a76d</guid>
				<title>Delighted to introduce my latest project, leveraging GSAP for fluid animations, Tailwind CSS for polished UI aesthetics, and JavaScript for robust interactivity, this project showcases the power of modern web development tools.
I owe a huge debt of gratitude to my mentor Harsh Sharma at Sheryians Coding School, whose expert guidance and support were instrumental in bringing this project to life. Their insights and encouragement pushed me to explore new horizons and refine my skills.

Excited to announce my participation in an upcoming frontend developer competition, where I&#039;ll be showcasing this project alongside other talented individuals. It&#039;s a thrilling opportunity to test my abilities, learn from peers, and contribute to the vibrant developer community. Go now and check the competiton for just and just frontend developer.
Here is a website link for participating in the competition with its all details
Re-Imagine:
 https://lnkd.in/dNiQ5nVX

Don&#039;t miss out on this opportunity to be a part of most prestigious web development competition. Stay tuned for updates and mark your calendars for an exhilarating event!

Here is my github link to check my work
https://github.com/rohxama
and and and 
https://lnkd.in/daNCnFfW

Kindly please check it on mobile screen.

Stay tuned for updates and let&#039;s embark on this journey together!</title>
				<link>https://sg-educate.com/activity/p/548/</link>
				<pubDate>Sun, 14 Apr 2024 11:35:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Delighted to introduce my latest project, leveraging GSAP for fluid animations, Tailwind CSS for polished UI aesthetics, and JavaScript for robust interactivity, this project showcases the power of modern web development tools.<br />
I owe a huge debt of gratitude to my mentor Harsh Sharma at Sheryians Coding School, whose expert guidance and support&hellip;<span class="activity-read-more" id="activity-read-more-548"><a href="https://sg-educate.com/activity/p/548/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2b07283f8d5b574110a273d26a91de76</guid>
				<title>PHP is a free tool for making websites more exciting and interactive. It works behind the scenes to make web pages do cool stuff like showing different content to different people or storing information from forms. I like PHP because it&#039;s simple to learn and can do a lot of different things. It works with all sorts of web servers and doesn&#039;t cost anything to use. With PHP, you can build websites that do what you want them to, and there are lots of helpful friends online to give you tips if you get stuck.
This is all under the guidance of my mentor, @romman. I extend my heartfelt gratitude to them, as well as to my institute, @admin, for equipping me with the skills to accomplish this.

I made this seamless login/signup form using PHP! Check out this video to see how I crafted a smooth user authentication system.</title>
				<link>https://sg-educate.com/activity/p/547/</link>
				<pubDate>Sun, 24 Mar 2024 03:40:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>PHP is a free tool for making websites more exciting and interactive. It works behind the scenes to make web pages do cool stuff like showing different content to different people or storing information from forms. I like PHP because it&#8217;s simple to learn and can do a lot of different things. It works with all sorts of web servers and doesn&#8217;t cost&hellip;<span class="activity-read-more" id="activity-read-more-547"><a href="https://sg-educate.com/activity/p/547/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d5d2af707814ce8201a3572e4a0de05d</guid>
				<title>Rohama Salfi&#039;s profile was updated</title>
				<link>https://sg-educate.com/activity/p/546/</link>
				<pubDate>Sun, 24 Mar 2024 02:54:27 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2d512c9faac14cd41847776dabadab66</guid>
				<title>Here are some information about library &#038; framework in javascript.</title>
				<link>https://sg-educate.com/activity/p/540/</link>
				<pubDate>Thu, 28 Dec 2023 13:59:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Here are some information about library &amp; framework in javascript. <a href="https://sg-educate.com/activity/p/540/" data-bp-tooltip="View Discussion" rel="nofollow ugc"><span data-livestamp="2023-12-28T13:59:49+0000">2 years, 3 months ago</span></a></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">79d60deda2488979dcc55329d34cd0b8</guid>
				<title>Types Of Function In Javascript
Here are different methods to write functions:
1. Function declaration:
   function declaration are not executed immediately mean to say hum jb tk inn ko call nhi karein gy ye         execute nhi ho gy. Iss mein humre pas function keyword ata hai jo javascript mein function ko declare       krta hai, fir function ka name atta hai jis ki madad say hum function ko call krte hain.

   Syntax:
   function function_name(parameter1, parameter2) {
   Your Code.....
   } 

2. Function expression:
   function expression mein function ko as a variable store kiya jta hai iss lye iss type mein hum function       ko run krne kay lye variable ko call krte hain. Function expressions are often used where functions are       assigned to variables.

   Syntax:
   const x = function () {
   return 2 * 5
   };

3. Anonymous function:
   The function without any name is anonymous function mean to say jase function expression mein hum     nay function ko variable mein store kiya toh wahan function ko name nahi diya balkay 
   call krne kay lye variable ka name use kiya tah toh wo anonymous function howa. Iss ki aik or example       iss tarah hai jb hum addEventListener use kr kay function pr event ko call ko krte        
   hain toh uss ka syntax kuch asaa hota hai.
   document.getElementsById(&#039;demo&#039;).addEventListener(&#039;click&#039;, function()); 
   Yahan pr function ko name kay bagair define kiya howa hai toh ye bhi anonymous function howa. Iss          ka use case hum tb krtein hain jb humko function aik hii barr use krna ho.

4. Arrow Function:
   Arrows function just apky code ko short krne kay lye use hota.

   Syntax:
   const x = (x, y) =&#062; {
   x * y
   };
 #xalfi</title>
				<link>https://sg-educate.com/activity/p/539/</link>
				<pubDate>Wed, 06 Dec 2023 21:02:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Types Of Function In Javascript<img loading="lazy" alt="&#x2b07;&#xfe0f;" src="https://cdn.jsdelivr.net/emojione/assets/3.1/png/32/2b07.png" /><br />
Here are different methods to write functions:<br />
1. Function declaration:<br />
   function declaration are not executed immediately mean to say hum jb tk inn ko call nhi karein gy ye         execute nhi ho gy. Iss mein humre pas function keyword ata hai jo javascript mein function ko declare       krta hai, fir function&hellip;<span class="activity-read-more" id="activity-read-more-539"><a href="https://sg-educate.com/activity/p/539/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ec70e874c46c8966215b7cc3356763a4</guid>
				<title>Function In Javascript
Humare pas different blocks of code hote hain jo task perform karte hain. Function ko hum events par call karke us par task perform kar sakte hain ya hum agar apna function banaye aur us mein data enter karein toh ye bhi ho sakhta hai. For example: If I have to make coffee, toh mein function mein step wise coffee banane ke steps ko write karo gii step 1,2 and so on.... karke aur fir apne document mein mere ko jahan bhi coffee banane ke steps ki zaroorat paregi mein wahan function ke naam ko call karungi par iss se pehle hum function ko name denge. Function ke andar parameters bhi hote hain jo function ke data ko customize karne ke liye use hote hain mean to say if I have to add steps to boil milk with the steps to make coffee toh hum aisa kar sakte hain. Ab return statement kya hoti hai, return statement asal mein humare paas function ka output hota hai jo har bar function ke call hone par show hoga, jahan return statement use hogi wahan par function ki execution automatically stop ho jayegi or return statement ke baad koi bhi code function ke andar agar likha ho toh wo execute, I mean run nahi karega.
Syntax: 
function function-name(parameter1, parameter2) { 
Your Code.....
}
 #xalfi</title>
				<link>https://sg-educate.com/activity/p/538/</link>
				<pubDate>Wed, 06 Dec 2023 20:09:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>Function In Javascript<img loading="lazy" alt="&#x2b07;&#xfe0f;" src="https://cdn.jsdelivr.net/emojione/assets/3.1/png/32/2b07.png" /><br />
Humare pas different blocks of code hote hain jo task perform karte hain. Function ko hum events par call karke us par task perform kar sakte hain ya hum agar apna function banaye aur us mein data enter karein toh ye bhi ho sakhta hai. For example: If I have to make coffee, toh mein function mein step wise coffee banane ke&hellip;<span class="activity-read-more" id="activity-read-more-538"><a href="https://sg-educate.com/activity/p/538/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d613842309025287c5599bf1eb169088</guid>
				<title>Rohama Salfi changed their profile picture</title>
				<link>https://sg-educate.com/activity/p/536/</link>
				<pubDate>Sun, 03 Dec 2023 10:09:25 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1efe50fed95c8b0a2783708dbb173e49</guid>
				<title></title>
				<link>https://sg-educate.com/activity/p/535/</link>
				<pubDate>Sun, 03 Dec 2023 10:08:06 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9a9953ac09f546ba87e6e7d5b582a6a6</guid>
				<title>Rohama Salfi&#039;s profile was updated</title>
				<link>https://sg-educate.com/activity/p/533/</link>
				<pubDate>Sun, 03 Dec 2023 09:10:30 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3a47c836eaa412cbe6fc0d2094987291</guid>
				<title>Rohama Salfi became a registered member</title>
				<link>https://sg-educate.com/activity/p/529/</link>
				<pubDate>Wed, 29 Nov 2023 11:55:44 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>