<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	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>Geezam.com</title>
	<atom:link href="https://geezam.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://geezam.com/</link>
	<description>Tech tutorials, howtos and walkthroughs</description>
	<lastBuildDate>Fri, 28 Oct 2022 05:05:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://geezam.com/wp-content/uploads/icon-65x65.jpg</url>
	<title>Geezam.com</title>
	<link>https://geezam.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">39406875</site>	<item>
		<title>GPS Logger Android App &#8211; free and battery efficient</title>
		<link>https://geezam.com/gps-logger-android-app-free-and-battery-efficient/</link>
		
		<dc:creator><![CDATA[Kelroy]]></dc:creator>
		<pubDate>Fri, 28 Oct 2022 05:05:31 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[gps]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=19509</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/8-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>GPSLogger is a free battery-efficient application for android phones. It uses the global positioning satellite (GPS) functionality built into just about every phone to log location coordinates. This can be useful for users needing a free and easy-to-use way to capture location data without buying a special device. Developers can pair GPSLogger with geocoding services like Geoapify to get experience working with location data. GPSLogger features GPSLogger is a great option because it is well-documented and has many features allowing&#8230;</p>
<p>The post <a href="https://geezam.com/gps-logger-android-app-free-and-battery-efficient/">GPS Logger Android App &#8211; free and battery efficient</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/8-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>GPSLogger is a free battery-efficient application for android phones. It uses the global positioning satellite (GPS) functionality built into just about every phone to log location coordinates. This can be useful for users needing a free and easy-to-use way to capture location data without buying a special device. Developers can pair GPSLogger with geocoding services like <a href="https://geezam.com/reverse-geocoding-with-python-and-geoapify/">Geoapify</a> to get experience working with location data.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1200" height="675" src="https://geezam.com/wp-content/uploads/8-1200x675.jpg" alt="GPSLogger for Android" class="wp-image-19510" srcset="https://geezam.com/wp-content/uploads/8-1200x675.jpg 1200w, https://geezam.com/wp-content/uploads/8-600x338.jpg 600w, https://geezam.com/wp-content/uploads/8.jpg 1280w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<h2 class="wp-block-heading">GPSLogger features</h2>



<p><a href="https://gpslogger.app/">GPSLogger</a> is a great option because it is well-documented and has many features allowing it to do as much or as little required. It supports various file formats for GPS data such as GPX, KML, GeoJSON, CSV and more. It allows automatic uploading to cloud services like Google Drive or Dropbox.  Other options like email, FTP and even custom cloud setups are supported.</p>



<p>Where GPSLogger really shines though is its ability to fine-tune other settings like logging intervals, distance filters and accuracy. It may take some trial and error after initially installing GPSLogger to get it to function in a way that meets your needs. However, when set up and running properly the output file(s) are reliable and customizable.</p>



<h2 class="wp-block-heading">GPSLogger for Android</h2>



<p>Some uses of GPSLogger include fleet management, photo geotagging, and tracking your children or the elderly to keep them safe. It can also be used when logging trips/travels, programming projects needing GPS data and so much more. GPSLogger for Android is a great free option.</p>
<p>The post <a href="https://geezam.com/gps-logger-android-app-free-and-battery-efficient/">GPS Logger Android App &#8211; free and battery efficient</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19509</post-id>	</item>
		<item>
		<title>Using the Steam API with Python to access your data</title>
		<link>https://geezam.com/steam-api-with-python/</link>
		
		<dc:creator><![CDATA[Kelroy]]></dc:creator>
		<pubDate>Wed, 12 Oct 2022 06:57:54 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[PC gaming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[steam]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=19425</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/3-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>Steam is a pioneer in the field of video game digital distribution. The service was launched in 2003 as a way for Valve to provide automatic updates for their games. In 2005 it expanded to distributing and offering third-party game publishers&#8217; titles. Steam has a powerful application user interface or API that developers can access. Let&#8217;s dip our toes into some of the basic functionality of using the Steam API with Python to access your own account’s data. Steam API&#8230;</p>
<p>The post <a href="https://geezam.com/steam-api-with-python/">Using the Steam API with Python to access your data</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/3-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>Steam is a pioneer in the field of video game digital distribution. The service was launched in 2003 as a way for Valve to provide automatic updates for their games. In 2005 it expanded to distributing and offering third-party game publishers&#8217; titles. Steam has a powerful application user interface or API that developers can access. Let&#8217;s dip our toes into some of the basic functionality of using the Steam API with Python to access your own account’s data.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1200" height="675" src="https://geezam.com/wp-content/uploads/3-1200x675.jpg" alt="Using the Steam API with Python to access your data" class="wp-image-19500" srcset="https://geezam.com/wp-content/uploads/3-1200x675.jpg 1200w, https://geezam.com/wp-content/uploads/3-600x338.jpg 600w, https://geezam.com/wp-content/uploads/3.jpg 1280w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<h2 class="wp-block-heading">Steam API Key and your Steam ID</h2>



<p>Visit the <a href="https://steamcommunity.com/dev">Steam Web API Documentation</a> to read about the Steam API and how to access your API Key. You can find your Steam ID from the profile tab of the Steam application by going to your profile URL. Your Steam ID is a unique 17-digit number that represents your account. Users can use their Steam ID to link other people to their profile or use third-party apps. It is different from your username.</p>



<p>This tutorial assumes you already know the basics of the <a href="https://geezam.com/tag/python/">Python programming languag</a>e, already applied for a free developer account to get access to the Steam API and know the Steam ID for your account. In a new python file, let’s start by importing the requests and random libraries as well as declaring 2 variables with your Steam API Key and Steam User ID.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; title: ; notranslate">
import requests
import random

steamApiKey = &quot;YOUR-STEAM-API-KEY&quot;
steamID = &quot;YOUR-STEAM-USER-ID&quot;
</pre></div>


<p>Next, let’s format the link we will use to make our Get request to the Steam API and save the response to a variable. Convert the response to a JSON and print the information about games owned by the Steam ID sent to the screen in JSON. Use a JSON view/formatter like <a href="https://jsonformatter.curiousconcept.com/">this one</a> to better understand the data.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; title: ; notranslate">
#Steam API link formatting for &quot;GetOwnedGames&quot;
slink1 = &quot;https://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key=&quot;
slink2 = &quot;&amp;steamid=&quot; + steamID + &quot;&amp;include_appinfo=1&amp;format=json&quot;
slink = slink1 + steamApiKey + slink2

#Sent API Get request and save respond to a variable
r = requests.get(slink)

#convert to JSON and save to another variable
steam = r.json()

#JSON output with information about each game owned
print(steam)
</pre></div>


<p>You can use the code below to get an integer value of the number of games registered to your account on Steam. Congratulations you have successfully used the Steam API with Python to access your own account’s data for the games owned.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; title: ; notranslate">
#Getting integer value of total games owned
totalGames = str(steam&#x5B;&quot;response&quot;]&#x5B;&quot;game_count&quot;])

#Output total games owned
print(totalGames)
</pre></div>


<h2 class="wp-block-heading">Experiment with the Steam API and Python</h2>



<p>This is just the tip of the iceberg of the Steam API. Feel free to read more about the API and its access points. There are many things you could do for example only getting games with a certain number of hours played. An example of such functionality can be seen in the full code below. The code from this tutorial is&nbsp;<a href="https://github.com/Geezam/SteamApiPython">available on Github</a>. Follow&nbsp;<a href="https://twitter.com/geezam">@Geezam on Twitter</a>&nbsp;and&nbsp;<a href="https://twitter.com/geezam">subscribe to our Youtube channel</a>&nbsp;for more tech tutorials, howtos and walkthroughs.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="500" height="312" src="https://geezam.com/wp-content/uploads/Steam-logo-1.jpg" alt="Steam API with Python" class="wp-image-19428"/></figure>
</div>

<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; title: ; notranslate">
import requests
import random

steamApiKey = &quot;YOUR-STEAM-API-KEY&quot;
steamID = &quot;YOUR-STEAM-USER-ID&quot;

#Steam API link formatting for &quot;GetOwnedGames&quot;
slink1 = &quot;https://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key=&quot;
slink2 = &quot;&amp;steamid=&quot; + steamID + &quot;&amp;include_appinfo=1&amp;format=json&quot;
slink = slink1 + steamApiKey + slink2

#Sent API Get request and save respond to a variable
r = requests.get(slink)

#convert to JSON and save to another variable
steam = r.json()

#JSON output with information about each game owned
print(steam)
#https://developer.valvesoftware.com/wiki/Steam_Web_API#GetOwnedGames_.28v0001.29

#Getting integer value of total games owned
totalGames = str(steam&#x5B;&quot;response&quot;]&#x5B;&quot;game_count&quot;])

#Output total games owned
print(totalGames)


#Some logic for getting a random game from account with over 10 hours playtime
steamGame = &quot;&quot;
steamGames = &#x5B;]

for num,item in enumerate (steam&#x5B;&quot;response&quot;]&#x5B;&quot;games&quot;]):
    num+=1
    if item&#x5B;&quot;playtime_forever&quot;] &gt; 600:
        steamGame = item&#x5B;&quot;name&quot;]
        steamGames.append(steamGame)
    
steamRec = &quot;&quot;.join((random.sample(steamGames, k=1)))

print(steamRec)
</pre></div>


<h2 class="wp-block-heading">More APIs to explore with Python</h2>



<p>Looking for more APIs to experiment with using Python. Check out our tutorials on using the <a href="https://geezam.com/twitter-api-python-tweepy-public-data/">Twitter API with Python and Tweepy</a> to get public data on any account and <a href="https://geezam.com/reverse-geocoding-with-python-and-geoapify/">Reverse Geocoding with Python</a> and Geoapify.</p>
<p>The post <a href="https://geezam.com/steam-api-with-python/">Using the Steam API with Python to access your data</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19425</post-id>	</item>
		<item>
		<title>Manage Passwords for free with Bitwarden</title>
		<link>https://geezam.com/manage-passwords-for-free-with-bitwarden/</link>
		
		<dc:creator><![CDATA[Kelroy]]></dc:creator>
		<pubDate>Wed, 05 Oct 2022 03:35:40 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[bitwarden]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[passwords]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=19419</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/2-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>In this internet age, many users have dozens of passwords and other sensitive information such as credit card information and other personal data. Bitwarden is an open-source service that is used to manage passwords, sensitive information and website credentials in a secure encrypted vault. Bitwarden is free Bitwarden is free but also has paid options for users and businesses looking to manage passwords and get more use out of the service. All the basic features needed by the typical user&#8230;</p>
<p>The post <a href="https://geezam.com/manage-passwords-for-free-with-bitwarden/">Manage Passwords for free with Bitwarden</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/2-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>In this internet age, many users have dozens of passwords and other sensitive information such as credit card information and other personal data. <a href="https://bitwarden.com/">Bitwarden</a> is an <a href="https://geezam.com/tag/open-source/">open-source</a> service that is used to manage passwords, sensitive information and website credentials in a secure encrypted vault.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1200" height="675" src="https://geezam.com/wp-content/uploads/2-1200x675.jpg" alt="Manage Passwords for free with Bitwarden" class="wp-image-19498" srcset="https://geezam.com/wp-content/uploads/2-1200x675.jpg 1200w, https://geezam.com/wp-content/uploads/2-600x338.jpg 600w, https://geezam.com/wp-content/uploads/2.jpg 1280w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<h2 class="wp-block-heading">Bitwarden is free</h2>



<p>Bitwarden is free but also has paid options for users and businesses looking to manage passwords and get more use out of the service. All the basic features needed by the typical user are free. Bitwarden has a wide variety of client applications allowing users to use the service in a variety of ways.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="500" height="250" src="https://geezam.com/wp-content/uploads/bitwarden.jpg" alt="Manage Passwords with Bitwarden" class="wp-image-19420"/></figure>
</div>


<h2 class="wp-block-heading">Manage Passwords anywhere</h2>



<p>There is a web interface for accessing anywhere with a web browser and an internet connection. There are desktop applications for Windows, macOS and Linux. Mobile applications for iOS and Android. Browser extensions for the most popular browsers such as Edge, Chrome, Firefox, Opera, Safari, Brave and more. There is even the ability to access Bitwarden using the command-line interface (CLI) for more tech-savvy users.</p>
<p>The post <a href="https://geezam.com/manage-passwords-for-free-with-bitwarden/">Manage Passwords for free with Bitwarden</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19419</post-id>	</item>
		<item>
		<title>7 Free WordPress plugins every blogger should use</title>
		<link>https://geezam.com/7-free-wordpress-plugins/</link>
		
		<dc:creator><![CDATA[Kelroy]]></dc:creator>
		<pubDate>Mon, 26 Sep 2022 00:49:06 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=19412</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/1-1-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>There are hundreds if not thousands of free WordPress plugins available. A plugin adds new functions or expands the functionality of an existing feature of a host program. We have compiled a list of 7 Free WordPress plugins every blogger should use or at least take a look at. Some have premium or pro versions but the basic functionality described is free at the time of this post. Contact Form 7 After your homepage, your contact page is the most&#8230;</p>
<p>The post <a href="https://geezam.com/7-free-wordpress-plugins/">7 Free WordPress plugins every blogger should use</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/1-1-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>There are hundreds if not thousands of free WordPress plugins available. A plugin adds new functions or expands the functionality of an existing feature of a host program. We have compiled a list of 7 Free WordPress plugins every blogger should use or at least take a look at. Some have premium or pro versions but the basic functionality described is free at the time of this post. </p>



<figure class="wp-block-image size-large"><img decoding="async" width="1200" height="675" src="https://geezam.com/wp-content/uploads/1-1-1200x675.jpg" alt="7 Free WordPress plugins every blogger should use" class="wp-image-19495" srcset="https://geezam.com/wp-content/uploads/1-1-1200x675.jpg 1200w, https://geezam.com/wp-content/uploads/1-1-600x338.jpg 600w, https://geezam.com/wp-content/uploads/1-1.jpg 1280w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<h3 class="wp-block-heading"><a href="https://wordpress.org/plugins/contact-form-7/" target="_blank" rel="noreferrer noopener">Contact Form 7</a></h3>



<p>After your homepage, your contact page is the most important page on your blog. Contact Form 7 allows you to create and manage simple or complex contact forms using simple markup. It has excellent protection against unwanted messages with built-in support for CAPTCHA and Akismet spam. It is one of the most popular WordPress plugins with over 5 million active installations. </p>



<h3 class="wp-block-heading"><a href="https://wordpress.org/plugins/intelly-related-posts/" target="_blank" rel="noreferrer noopener">Inline Related Posts</a> </h3>



<p>When you start to have more than just a few dozen posts on your blog the older content will often not get the attention it deserves. Inline Related Posts is a plugin that puts related posts (by tag, category or both) INSIDE your posts so visitors can easily get exposed to additional content on your blog. This will keep them browsing your blog for longer and reward creating evergreen content with good titles. </p>



<h3 class="wp-block-heading"><a href="https://wordpress.org/plugins/pretty-link/" target="_blank" rel="noreferrer noopener">Pretty Links</a></h3>



<p>What if you could shorten or create custom links using your own domain name? Pretty Links is a WordPress plugin that allows just that. Perfect for keeping your internal and external links uniform. We use Pretty Links here on Geezam in many ways, including sharing our social media and newsletter links. For example, instead of sharing a long link for our newsletter, you can sign up at a more clean/professional link at <a href="https://geezam.com/newsletter" target="_blank" rel="noreferrer noopener">https://geezam.com/newsletter</a> </p>



<h3 class="wp-block-heading"><a href="https://wordpress.org/plugins/simple-history/" target="_blank" rel="noreferrer noopener">Simple History</a></h3>



<p>This plugin creates a simple log of things happening on the backend of your blog. Events such as failed/successful logins, plugin updates, published posts, edited posts, new media uploads and more are shown in a dedicated log window. Simple History is handy when running a multi-author blog or to keep an eye on what is happening on your blog at a glance. </p>



<h3 class="wp-block-heading"><a href="https://wordpress.org/plugins/google-site-kit/" target="_blank" rel="noreferrer noopener">Site Kit by Google</a></h3>



<p>Site Kit is a plugin that provides important information related to your WordPress blog and its presence on many of Google’s services &#8211; primarily using Google Analytics. Get a really powerful Dashboard that displays information related to traffic, search engine performance, site load speed and even advertising revenue from Adsense. </p>



<h3 class="wp-block-heading"><a href="https://wordpress.org/plugins/code-profiler/" target="_blank" rel="noreferrer noopener">Code Profiler</a></h3>



<p>Plugins are one of the reasons WordPress is such a powerful blogging tool and CMS. However using too many plugins especially, outdated or resource-heavy ones can really slow down or break your website/blog completely. Code Profiler scans your blog and displays information on just how much individual plugins you have installed affect your blog’s performance. </p>



<h3 class="wp-block-heading"><a href="https://wordpress.org/plugins/wp-maintenance-mode/" target="_blank" rel="noreferrer noopener">WP Maintenance Mode and Coming Soon</a></h3>



<p>Working on your blog and want to keep visitors from seeing broken pages or unfinished tinkering before a launch/relaunch? Put on a special “Maintenance Mode” and tinker with that theme or test those plugins in peace or time your launch. WP Maintenance Mode is really powerful and most importantly customizable with support for various templates and any colour scheme. </p>



<figure class="wp-block-image size-full"><img decoding="async" width="800" height="216" src="https://geezam.com/wp-content/uploads/WordPress-logo.jpg" alt="7 Free WordPress plugins every blogger should use" class="wp-image-19413" srcset="https://geezam.com/wp-content/uploads/WordPress-logo.jpg 800w, https://geezam.com/wp-content/uploads/WordPress-logo-600x162.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure>



<h2 class="wp-block-heading">Recommend a Free WordPress Plugin</h2>



<p>Are there any other free WordPress plugins that you would recommend? Tell us on Twitter <a href="https://geezam.com/twitter">@Geezam</a>. Also, check out <a href="https://geezam.com/10-online-tools-for-bloggers/">10 Online Tools every Blogger should be aware of and use</a>. Happy blogging!</p>
<p>The post <a href="https://geezam.com/7-free-wordpress-plugins/">7 Free WordPress plugins every blogger should use</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19412</post-id>	</item>
		<item>
		<title>Reverse Geocoding with Python and Geoapify</title>
		<link>https://geezam.com/reverse-geocoding-with-python-and-geoapify/</link>
		
		<dc:creator><![CDATA[Kelroy]]></dc:creator>
		<pubDate>Wed, 14 Sep 2022 07:40:23 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=19390</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/4-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>Reverse Geocoding is the process of converting map coordinates (latitude, longitude) to a physical location or address that is easily understood by humans. There any various situations where a program/app/service would need to pin a location to a specific location such as tracking, populating a map, calculating distances between locations and much much more. Let&#8217;s see how we can do reverse Geocoding with python and the Geoapify API. Geoapify is a company that provides various “location intelligence technologies”. Let&#8217;s take&#8230;</p>
<p>The post <a href="https://geezam.com/reverse-geocoding-with-python-and-geoapify/">Reverse Geocoding with Python and Geoapify</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/4-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>Reverse Geocoding is the process of converting map coordinates (latitude, longitude) to a physical location or address that is easily understood by humans. There any various situations where a program/app/service would need to pin a location to a specific location such as tracking, populating a map, calculating distances between locations and much much more. Let&#8217;s see how we can do reverse Geocoding with python and the Geoapify API.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1200" height="675" src="https://geezam.com/wp-content/uploads/4-1200x675.jpg" alt="Reverse Geocoding with Python and Geoapify" class="wp-image-19492" srcset="https://geezam.com/wp-content/uploads/4-1200x675.jpg 1200w, https://geezam.com/wp-content/uploads/4-600x338.jpg 600w, https://geezam.com/wp-content/uploads/4.jpg 1280w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p>Geoapify is a company that provides various “location intelligence technologies”. Let&#8217;s take a look at their reverse geocoding application programming interface and see how we can access their API using python to find the location of any set of coordinates we feed it.</p>



<h2 class="wp-block-heading">Reverse Geocoding with <a href="https://www.geoapify.com/about-us/">Geoapify</a></h2>



<p>First, sign up or log in to your <a href="https://www.geoapify.com/about-us/">Geoapify</a> account and create a new project, name it and select the “Reverse geocoding API”. At the bottom of your project under the API keys tab after selecting reverse geocode API you should see example code for a bunch of programming languages such as Javascript, Go, Java and more. Select the tab for Python and you should see something similar to this with your own API keys.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="300" height="150" src="https://geezam.com/wp-content/uploads/geoapify-logo.jpg" alt="Reverse Geocoding with python and Geoapify" class="wp-image-19392"/></figure>
</div>

<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; title: ; notranslate">
import requests
from requests.structures import CaseInsensitiveDict

url = &quot;https://api.geoapify.com/v1/geocode/reverse?lat=51.21709661403662&amp;lon=6.7782883744862374&amp;apiKey=YOUR-API-KEY-HERE&quot;

headers = CaseInsensitiveDict()
headers&#x5B;&quot;Accept&quot;] = &quot;application/json&quot;

resp = requests.get(url, headers=headers)

print(resp.status_code)
</pre></div>


<p>Copy, paste and run the code in your favourite python programming editor and you should get a status code of “200” meaning all is well. Now let&#8217;s add to this code to play with it a little. The URL variable that the program will be sent to geoapify has three main parts.</p>



<ul class="wp-block-list">
<li>an API key</li>



<li>the latitude value</li>



<li>the longitude value</li>
</ul>



<h2 class="wp-block-heading">Reverse Geocoding with python from a CSV file</h2>



<p>In the modified code below we grab 5 latitude and longitude values from an exam CSV file (caribbean_airports.csv) and save them to a dictionary within a list using a For loop. Next, we do some <a href="https://geezam.com/python-programming-tutorial-for-beginners-part-5-string-concatenation/">string concatenation</a> to create the URL to send to Geoapify with the 3 main parts needed. Next, we access the API, ask for the response in a JSON and print the parts of the JSON file we want to display on the screen.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; title: ; notranslate">
import requests, csv
from requests.structures import CaseInsensitiveDict

#API key of your project
geoapify = &quot;PUT-YOUR-API-KEY-HERE&quot;

#initialise records list and lat, lon float variables
records = &#x5B;]
lat = 0.0
lon = 0.0

#url parts to be put together specifying JSON format
#Geoapify allows &#039;json&#039;, &#039;xml&#039;, or &#039;geojson&#039; (default)
link1 = &quot;https://api.geoapify.com/v1/geocode/reverse?&quot;
link2 = &quot;format=json&amp;apiKey=&quot;

#EXAMPLE CSV file with records of 5 airports across the Caribbean
#save each airport coordinate into a dictionary array within the records list
with open(&quot;caribbean_airports.csv&quot;) as csv_file:
    csv_reader = csv.reader(csv_file, delimiter=&#039;,&#039;)
    line_count = 0
    for row in csv_reader:
        record = {
        &quot;lat&quot;: 0.0,
        &quot;lon&quot;: 0.0}
        if line_count == 0:
            line_count += 1
        else:
            record&#x5B;&quot;lat&quot;] = float(row&#x5B;0])
            record&#x5B;&quot;lon&quot;] = float(row&#x5B;1])
            records.append(record)
            line_count += 1
        
#loop through and view each record
for cord in records:
    print(cord)
&quot;&quot;&quot; OUTPUT    
{&#039;lat&#039;: 17.93644564240522, &#039;lon&#039;: -76.77887154784555}
{&#039;lat&#039;: 18.576469251350392, &#039;lon&#039;: -72.29583239907271}
{&#039;lat&#039;: 13.079748830120481, &#039;lon&#039;: -59.487715973535956}
{&#039;lat&#039;: 12.007459857934851, &#039;lon&#039;: -61.78592481196946}
{&#039;lat&#039;: 10.597751926559294, &#039;lon&#039;: -61.33846862517268}
&quot;&quot;&quot;

#create a url string that has all the parts geoapify needs
#array has five record &#x5B;0] to &#x5B;4]. Let&#039;s use the 1st one
lat = &quot;lat=&quot; + str(records&#x5B;0]&#x5B;&quot;lat&quot;]) + &quot;&amp;&quot;
lon = &quot;lon=&quot; + str(records&#x5B;0]&#x5B;&quot;lon&quot;]) + &quot;&amp;&quot;
url = link1 + lat + lon + link2 + geoapify

#access geoapify API with credentials
headers = CaseInsensitiveDict()
headers&#x5B;&quot;Accept&quot;] = &quot;application/json&quot;
resp = requests.get(url, headers=headers)

#Choose data to be displayed from JSON output received
print(resp.json()&#x5B;&quot;results&quot;]&#x5B;0]&#x5B;&quot;name&quot;])
print(resp.json()&#x5B;&quot;results&quot;]&#x5B;0]&#x5B;&quot;city&quot;])
print(resp.json()&#x5B;&quot;results&quot;]&#x5B;0]&#x5B;&quot;country&quot;])

&quot;&quot;&quot; OUTPUT
Norman Manley International Airport
Kingston
Jamaica
&quot;&quot;&quot;

#remove the hash sign below to see full JSON output
#print(resp.json())
</pre></div>


<p>The code from this tutorial is<a href="https://github.com/Geezam/GeoapifyReverseGeocodingApi">&nbsp;available on Github</a>. Follow&nbsp;<a href="https://twitter.com/geezam" target="_blank" rel="noreferrer noopener">@Geezam on Twitter</a> and&nbsp;<a href="https://twitter.com/geezam" target="_blank" rel="noreferrer noopener">subscribe to our Youtube channel</a> for more tech tutorials, howtos and walkthroughs.</p>
<p>The post <a href="https://geezam.com/reverse-geocoding-with-python-and-geoapify/">Reverse Geocoding with Python and Geoapify</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19390</post-id>	</item>
		<item>
		<title>Connect your Nintendo Switch to a portable monitor and power bank for gaming on the go</title>
		<link>https://geezam.com/connect-your-nintendo-switch-to-a-portable-monitor-and-power-bank-for-gaming-on-the-go/</link>
		
		<dc:creator><![CDATA[Kelroy]]></dc:creator>
		<pubDate>Mon, 12 Sep 2022 05:01:37 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[switch]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=19361</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/5-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>The Nintendo Switch is a great gaming console. Its main selling point is its mobility but there are many situations where you would want to play your games on a bigger screen without docking the console such as: What you will need Connecting all the parts Nintendo Switch connected to a mobile monitor You should be good to go! Enjoy keeping your kid(s) entertained on that long-haul plane ride, impress your friends at the next cookout or just play your&#8230;</p>
<p>The post <a href="https://geezam.com/connect-your-nintendo-switch-to-a-portable-monitor-and-power-bank-for-gaming-on-the-go/">Connect your Nintendo Switch to a portable monitor and power bank for gaming on the go</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/5-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>The <a href="https://geezam.com/nintendo-switch-finally-revealed/">Nintendo Switch</a> is a great gaming console. Its main selling point is its mobility but there are many situations where you would want to play your games on a bigger screen without docking the console such as:</p>



<ul class="wp-block-list">
<li>When sharing one screen for multiplayer games</li>



<li>During a long commute in a car, on a plane, bus or ferry</li>



<li>When away from power outlets such as camping, at the beach etc.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1280" height="720" src="https://geezam.com/wp-content/uploads/5-1200x675.jpg" alt="Connect your Nintendo Switch to a portable monitor and power bank for gaming on the go" class="wp-image-19490" srcset="https://geezam.com/wp-content/uploads/5-1200x675.jpg 1200w, https://geezam.com/wp-content/uploads/5-600x338.jpg 600w, https://geezam.com/wp-content/uploads/5.jpg 1280w" sizes="(max-width: 1280px) 100vw, 1280px" /></figure>



<h2 class="wp-block-heading">What you will need</h2>



<ul class="wp-block-list">
<li>a portable monitor with at least 2 USB C ports capable of video and power supply.</li>



<li>USB C to USB C cable capable of delivering power and video signal to monitor</li>



<li>USB C to USB A cable for connecting to the power bank</li>



<li>A Nintendo Switch</li>



<li>A USB power bank</li>
</ul>



<figure class="wp-block-image size-full is-style-default"><img decoding="async" width="656" height="417" src="https://geezam.com/wp-content/uploads/Nintendo-Switch-o-mobile-monitor.jpg" alt="Connect your Nintendo Switch to a mobile monitor and power bank for gaming on the go" class="wp-image-19362" srcset="https://geezam.com/wp-content/uploads/Nintendo-Switch-o-mobile-monitor.jpg 656w, https://geezam.com/wp-content/uploads/Nintendo-Switch-o-mobile-monitor-600x381.jpg 600w" sizes="(max-width: 656px) 100vw, 656px" /></figure>



<h2 class="wp-block-heading">Connecting all the parts</h2>



<ol class="wp-block-list">
<li>In the Nintendo Switch system settings make sure the TV resolution is set to automatic</li>



<li>Use the USB C to USB C cable to connect the mobile monitor to the Nintendo Switch</li>



<li>Use the USB C to USB A cable to connect the portable monitor to the power bank</li>



<li>make sure the joycons/controllers are removed from the Nintendo Switch</li>



<li>Turn on the Nintendo Switch and monitor.</li>
</ol>



<h2 class="wp-block-heading">Nintendo Switch connected to a mobile monitor</h2>



<p>You should be good to go! Enjoy keeping your kid(s) entertained on that long-haul plane ride, impress your friends at the next cookout or just play your games on a bigger screen than the one built into the switch while not needing to be tethered to the dock. Just keep your power bank charged!</p>
<p>The post <a href="https://geezam.com/connect-your-nintendo-switch-to-a-portable-monitor-and-power-bank-for-gaming-on-the-go/">Connect your Nintendo Switch to a portable monitor and power bank for gaming on the go</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19361</post-id>	</item>
		<item>
		<title>How to use aliases in Gmail to manage your emails better</title>
		<link>https://geezam.com/how-to-use-aliases-in-gmail-to-manage-your-emails-better/</link>
		
		<dc:creator><![CDATA[Kelroy]]></dc:creator>
		<pubDate>Tue, 06 Sep 2022 07:11:56 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=19134</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/6-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>Everyone has at least one email address, sometimes many. With 1.5 billion active users Gmail is the biggest electronic mail provider and has come a long way. There are many tips and tricks to make the most of your Gmail account but one of the most useful ones is knowing how to use aliases in Gmail to manage your emails better. How to create a Gmail alias We sign up for things almost daily with our email addresses: Newsletters, promotions,&#8230;</p>
<p>The post <a href="https://geezam.com/how-to-use-aliases-in-gmail-to-manage-your-emails-better/">How to use aliases in Gmail to manage your emails better</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/6-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>Everyone has at least one email address, sometimes many. With 1.5 billion active users Gmail is the biggest electronic mail provider and has <a href="https://geezam.com/gmail-google-service-revamp/">come a long way</a>. There are many tips and tricks to make the most of your Gmail account but one of the most useful ones is knowing how to use aliases in Gmail to manage your emails better. </p>



<figure class="wp-block-image size-large"><img decoding="async" width="1200" height="675" src="https://geezam.com/wp-content/uploads/6-1200x675.jpg" alt="How to use aliases in Gmail to manage your emails better" class="wp-image-19488" srcset="https://geezam.com/wp-content/uploads/6-1200x675.jpg 1200w, https://geezam.com/wp-content/uploads/6-600x338.jpg 600w, https://geezam.com/wp-content/uploads/6.jpg 1280w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<h2 class="wp-block-heading">How to create a Gmail alias </h2>



<p>We sign up for things almost daily with our email addresses: Newsletters, promotions, jobs, discounts, special offers, restricted content and so on. When signing up for something that needs an email address add a &#8220;+&#8221; sign after your email with some extra descriptive text. For example, you can use: </p>



<p>&#8211; <em>”yourmail<strong>+coupons</strong>@gmail.com”</em> when signing up for a coupons site <br>&#8211; <em>”yourmail<strong>+jobtitle</strong>@gmail.com”</em> when applying for a job <br>&#8211; <em>”yourmail<strong>+food</strong>@gmail.com”</em> when signing up for a recipe newsletter </p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="500" height="375" src="https://geezam.com/wp-content/uploads/Gmail.jpg" alt="aliases in Gmail" class="wp-image-19135"/><figcaption class="wp-element-caption">use aliases in Gmail to manage your emails</figcaption></figure>
</div>


<h2 class="wp-block-heading">How to use aliases in Gmail</h2>



<p>The options are endless with many benefits. <a href="https://support.google.com/mail/answer/22370#zippy=%2Cfilter-using-your-gmail-alias">You can then use</a> filters in Gmail to sort/filter your messages to these aliases, highlight important emails better and also know who compromised your email if you suddenly start to get spam messages to a particular address.</p>
<p>The post <a href="https://geezam.com/how-to-use-aliases-in-gmail-to-manage-your-emails-better/">How to use aliases in Gmail to manage your emails better</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19134</post-id>	</item>
		<item>
		<title>Using the Twitter API with Python and Tweepy to get public data on any account</title>
		<link>https://geezam.com/twitter-api-python-tweepy-public-data/</link>
		
		<dc:creator><![CDATA[Kelroy]]></dc:creator>
		<pubDate>Mon, 05 Sep 2022 05:54:22 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tweepy]]></category>
		<category><![CDATA[twitter]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=19106</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/7-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>Twitter is a popular social media website with millions of users. It also has a powerful application user interface or API that developers can access. In this tutorial, let&#8217;s explore how to access the Twitter API using the Python programming language and Tweepy to get followers, following and tweet count for any account. Python, Tweepy and the Twitter API Tweepy is an open-sourced, easy-to-use Python library for accessing the Twitter API. It has excellent documentation and is very beginner friendly.&#8230;</p>
<p>The post <a href="https://geezam.com/twitter-api-python-tweepy-public-data/">Using the Twitter API with Python and Tweepy to get public data on any account</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/7-1200x675.jpg" class="webfeedsFeaturedVisual" /></p>
<p>Twitter is a popular social media website with millions of users. It also has a powerful application user interface or API that developers can access. In this tutorial, let&#8217;s explore how to access the Twitter API using the Python programming language and Tweepy to get followers, following and tweet count for any account.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1200" height="675" src="https://geezam.com/wp-content/uploads/7-1200x675.jpg" alt="Using the Twitter API with Python and Tweepy to get public data on any account" class="wp-image-19485" srcset="https://geezam.com/wp-content/uploads/7-1200x675.jpg 1200w, https://geezam.com/wp-content/uploads/7-600x338.jpg 600w, https://geezam.com/wp-content/uploads/7.jpg 1280w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<h2 class="wp-block-heading">Python, Tweepy and the Twitter API</h2>



<p><strong><a href="https://docs.tweepy.org/en/stable/index.html">Tweepy</a></strong> is an open-sourced, easy-to-use Python library for accessing the <strong><a href="https://developer.twitter.com/en/docs/twitter-api">Twitter API</a></strong>. It has excellent documentation and is very beginner friendly. The Twitter API allows you to do various things depending on your permissions. </p>



<p>This tutorial assumes you already know the <a href="https://geezam.com/python-programming-tutorial-for-beginners-part-1-hello-and-introduction/">basics of Python</a>, already applied for a free developer account to get access to the Twitter API and installed the Tweepy library with pip. In a new python file, let&#8217;s start by importing Tweepy. </p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; gutter: false; title: ; notranslate">
import tweepy
</pre></div>


<p>For accessing any public data on Twitter, we will only need a Bearer Token which you will get after signing up for a developer account on Twitter and registering an app. </p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; gutter: false; title: ; notranslate">
client = tweepy.Client("insert bearer token here")
</pre></div>


<p>After that, we will declare a variable to store the username of any Twitter user profile we want to access the public data of.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; gutter: false; title: ; notranslate">
user = "Geezam"
</pre></div>


<p>Next let&#8217;s feed the user profile name via Tweepy to Twitter, tell it that we want the public data fields of that profile and save that data array to a variable.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; gutter: false; title: ; notranslate">
data = client.get_user(username=user,user_fields=&#x5B;"public_metrics"])
</pre></div>


<p>With the data saved, we can then pick out the three specific data types we want and save them into their own variables and print them to the screen to check.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; gutter: false; title: ; notranslate">
followers = data&#x5B;0].public_metrics&#x5B;'followers_count']
following = data&#x5B;0].public_metrics&#x5B;'following_count']
tweets = data&#x5B;0].public_metrics&#x5B;'tweet_count']

print(user)
print(followers)
print(following)
print(tweets)
</pre></div>


<p>Good job! You have now successfully used the Twitter API with Python and Tweepy to get public data on Twitter. Remember you can modify the user variable to any public account on Twitter and get their info. Let&#8217;s put the code altogether and format a nice message. You can do so much more with the Twitter API such as sending tweets and more with your account. Please comment below if that is a tutorial you would be interested in.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="500" height="406" src="https://geezam.com/wp-content/uploads/Twitter_Logo.jpg" alt="" class="wp-image-19131"/></figure>
</div>


<p>The code from this tutorial is <a href="https://github.com/Geezam/TwitterApiPublicData">available on Github</a>. Follow <a href="https://twitter.com/geezam">@Geezam on Twitter</a> and <a href="https://twitter.com/geezam">subscribe to our Youtube channel</a> for more tech tutorials, howtos and walkthroughs.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: python; auto-links: false; title: ; quick-code: false; notranslate">
import tweepy

client = tweepy.Client("insert bearer token here")

user = "Geezam"

data = client.get_user(username=user,user_fields=&#x5B;"public_metrics"])

followers = data&#x5B;0].public_metrics&#x5B;'followers_count']
following = data&#x5B;0].public_metrics&#x5B;'following_count']
tweets = data&#x5B;0].public_metrics&#x5B;'tweet_count']

print(user)
print(followers)
print(following)
print(tweets)

message = "Twitter user @" + str(user) + " has " \
+ str(followers) + " Followers, follows " \
+ str(following) + " accounts and has sent " \
+ str(tweets) + " Tweets."

print (message)
</pre></div><p>The post <a href="https://geezam.com/twitter-api-python-tweepy-public-data/">Using the Twitter API with Python and Tweepy to get public data on any account</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19106</post-id>	</item>
		<item>
		<title>IDC and Schneider predicts IaaS and EDGE Computing expansion in 2025</title>
		<link>https://geezam.com/idc-schneider-iaas-edge-2025/</link>
		
		<dc:creator><![CDATA[Lindsworth]]></dc:creator>
		<pubDate>Fri, 01 Jul 2022 00:17:43 +0000</pubDate>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[EDGE Computing]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[IDC]]></category>
		<category><![CDATA[Schneider]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=18247</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-04.webp" class="webfeedsFeaturedVisual" /></p>
<p>“Schneider Electric is able to be the ideal solution for this infrastructure deployment with our Modular (or Prefabricated) Datacenter solutions, designed to meet the growth of data, connected devices, increased traffic to the data center and the integration of new technologies that allow real-time and efficient processing, based on modules” Sales manager for EcoStruxure Modular Data Centers and Prefabricated Data Centers at Schneider Electric, says Martin M. Jiménez, commenting on prefabricated and modular data centers. A study conducted in the&#8230;</p>
<p>The post <a href="https://geezam.com/idc-schneider-iaas-edge-2025/">IDC and Schneider predicts IaaS and EDGE Computing expansion in 2025</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-04.webp" class="webfeedsFeaturedVisual" /></p><p>“Schneider Electric is able to be the ideal solution for this infrastructure deployment with our Modular (or Prefabricated) Datacenter solutions, designed to meet the growth of data, connected devices, increased traffic to the data center and the integration of new technologies that allow real-time and efficient processing, based on modules”</p>
<p><em>Sales manager for EcoStruxure Modular Data Centers and Prefabricated Data Centers at Schneider Electric, says Martin M. Jiménez, commenting on prefabricated and modular data centers.</em></p>
<p>A study conducted in the Caribbean region by IDC, a leading provider of global IT research and advice, and sponsored by Schneider Electric, points to prefabricated and modular data centers as the answer to the great challenges that IT strategists face in the accelerating innovation and demand for data and services in ever-expanding ecosystems.</p>
<p><img decoding="async" class="alignnone size-medium wp-image-18249" src="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-01-600x339.webp" alt="" width="600" height="339" srcset="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-01-600x339.webp 600w, https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-01.webp 1200w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Published on June 28, 2022, this a recent study carried out in the region, proves how the digital disruption due to the adoption of the cloud, big data, analytics, the Internet of Things, mobility and social networks demands a rethinking of the way in which companies should design and build the data centers that support these technologies. From this study, the following insights were revealed for the Caribbean region:</p>
<ol>
<li>Enterprise IT investment (excluding devices) reached a total of US $709 million in 2021 and this investment is expected to grow 9% in 2022.</li>
<li>The volume of data in Latin America is estimated to triple, from 3.1 zettabytes to 9.5 zettabytes between the years 2020 to 2025. This represents a compound annual growth rate of 24.7% in that period, above the global average (22.9 %), a trend that will also be reflected in the Caribbean.</li>
</ol>
<p>This will necessitate the requirement of an agile, scalable and flexible infrastructure, even in limited spaces, according to the need for data processing and storage of a business. This places prefabricated and modular data centers in a privileged place thanks to their multiple advantages: capacity to reduce planning, construction and implementation times and to scale according to the needs of the organization while keeping an eye on sustainability in terms of costs, power, cooling and resources for infrastructure management and control.</p>
<p><strong><u>IaaS &#8211; Clouds, Networks and Data Centers growing strong in 2025</u></strong></p>
<p>In its report, the leading IT consulting and market research firm highlights that in the Caribbean region, business IT investment (excluding devices) reached a total of US$709 million in 2021 and this investment is expected to grow 9% in 2022.</p>
<p><img decoding="async" class="alignnone size-medium wp-image-18250" src="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-02-600x339.webp" alt="" width="600" height="339" srcset="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-02-600x339.webp 600w, https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-02.webp 1200w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>This growth will accelerate in the future hand in hand with the digital transformation process of the organizations located there, so that investment in business IT will have an average annual growth of 12.5% between 2021 and 2025.</p>
<p>Regarding hardware, the growth of IaaS stands out, which in 2021 already represented 31% of IT investment. Between 2021 and 2025, that same investment in the Caribbean will grow at a CAGR of 45%.</p>
<p><img decoding="async" class="alignnone size-medium wp-image-18251" src="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-03-600x339.webp" alt="" width="600" height="339" srcset="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-03-600x339.webp 600w, https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-03.webp 1200w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>By 2025, IaaS will account for 41% of hardware investment. Not only this, IDC also estimates that by the end of this year, 75% of enterprises globally will implement a unified management system for their clouds, networks, and data centers to deflect business resiliency threats away from infrastructure costs and operational complexity.</p>
<p>This shows us that the architecture of the digital infrastructure must be transformed from silos to flexible resources that allow the implementation of ubiquity, autonomy of operations and a workload-centric approach.</p>
<p>In a digital infrastructure ecosystem that is emerging and increasingly built on the foundation of the cloud using cloud-native technologies, seeking to ensure faster delivery of innovative infrastructure hardware and software, there is a need for resource abstraction and process technologies to support the ongoing development and refinement of digital services and digital experiences that are both sustainable and resilient.</p>
<p><strong><u>EDGE Computing &#8211; Latin America Data usage to triple by 2025</u></strong></p>
<p>This can be reflected in the adoption of Edge Computing, which can serve as a complement to the cloud in order to bring computing closer to the place where things happen and data is produced. This helps to reduce latency in a more cost-effective way as explained in <a href="https://geezam.com/schneider-electric-edge-computing">Schneider Electric launches EDGE Computing in Jamaica to make IOT a Reality</a>.</p>
<p><img decoding="async" class="alignnone size-medium wp-image-18252" src="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-04-600x338.webp" alt="" width="600" height="338" srcset="https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-04-600x338.webp 600w, https://geezam.com/wp-content/uploads/IDC-and-Schneider-predicts-IaaS-and-EDGE-Computing-expansion-in-2025-04.webp 1200w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>In Latin America, even though this technology is still in the deployment stage, it is estimated that 70% of the investment in Edge Computing is allocated to hardware and connectivity.</p>
<p>In the Caribbean, this investment will have more emphasis on hardware, since, in this region in particular, the disparity in terms of connectivity, energy and its geographical peculiarities imply more challenges for the presence of data centers, making Edge Computing charge more sense, especially for  Healthcare IT Solutions as predicted in <a href="https://geezam.com/schneider-electric-healthcare-it-solutions">Schneider Electric Healthcare IT Solutions – EDGE, AI , IoT with UPS backup for Servers</a>.</p>
<p>IT infrastructure strategists must consider this trend in more dispersed data and devices, especially when it is estimated that, from 2020 to 2025, the volume of data in Latin America will triple, from 3.1 zettabytes to 9.5 zettabytes, which represents a compound annual growth rate of 24.7% in that period, above the global average (22.9%), a trend that will also be reflected in the Caribbean.</p>
<p>The post <a href="https://geezam.com/idc-schneider-iaas-edge-2025/">IDC and Schneider predicts IaaS and EDGE Computing expansion in 2025</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18247</post-id>	</item>
		<item>
		<title>Samsung Galaxy S22 Ultra turns Netflix Stranger Things 4 &#8211; Volume 2 Upside Down</title>
		<link>https://geezam.com/samsung-galaxy-s22-ultra-netflix-stranger-things-4/</link>
		
		<dc:creator><![CDATA[Lindsworth]]></dc:creator>
		<pubDate>Fri, 01 Jul 2022 00:17:02 +0000</pubDate>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[Samsung Galaxy S22 Ultra]]></category>
		<category><![CDATA[Stranger Things 4]]></category>
		<guid isPermaLink="false">https://geezam.com/?p=18255</guid>

					<description><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/Samsung-Galaxy-S22-Ultra-turns-Netflix-Stranger-Things-4-Volume-2-Upside-Down.jpg" class="webfeedsFeaturedVisual" /></p>
<p>Samsung Electronics Co., Ltd. on June 23, 2022 debuted Make STRANGER Nights Epic, a short film that leverages the advanced Nightography camera features of the Galaxy S22 Ultra to pay homage to the popular Netflix series Stranger Things. The video is part of Samsung’s ongoing partnership with Netflix and is available to view now on Samsung’s social channels, arriving just as season four of Stranger Things dropped on the streaming platform. In the short film, the Stranger Things-inspired theme serves&#8230;</p>
<p>The post <a href="https://geezam.com/samsung-galaxy-s22-ultra-netflix-stranger-things-4/">Samsung Galaxy S22 Ultra turns Netflix Stranger Things 4 &#8211; Volume 2 Upside Down</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img src="https://geezam.com/wp-content/uploads/Samsung-Galaxy-S22-Ultra-turns-Netflix-Stranger-Things-4-Volume-2-Upside-Down.jpg" class="webfeedsFeaturedVisual" /></p><p class="MsoNormal" style="margin-bottom: .0001pt; line-height: 200%;"><span style="font-size: 12pt; font-family: 'Times New Roman', 'serif';">Samsung Electronics Co., Ltd. on June 23, 2022 debuted Make STRANGER Nights Epic, a short film that leverages the advanced Nightography camera features of the Galaxy S22 Ultra to pay homage to the popular Netflix series Stranger Things.</span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: 200%;"><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';"> <img decoding="async" class="alignnone size-full wp-image-18257" src="https://geezam.com/wp-content/uploads/Samsung-Galaxy-S22-Ultra-turns-Netflix-Stranger-Things-4-Volume-2-Upside-Down.jpg" alt="" width="600" height="353" /></span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: 200%;"><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';">The video is part of Samsung’s ongoing partnership with Netflix and is available to view now on Samsung’s social channels, arriving just as season four of Stranger Things dropped on the streaming platform.</span><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif'; mso-no-proof: yes;"><!--[endif]--></span><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';"><span style="mso-spacerun: yes;"></p>
<p></span></span><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';">In the short film, the Stranger Things-inspired theme serves as a fitting backdrop to showcase the Galaxy S22 Ultra’s powerful Nightography capabilities. In season four of Stranger Things, nighttime opens up a portal to an extraordinary world – and the S22 Ultra is used to recreate that distinct style and tell a cinematic story demonstrating how Galaxy technology has the power to capture what would otherwise go unseen in the dark.</span><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';"><span style="mso-spacerun: yes;"> </span></span></p>
<p><strong><u><br />
Netflix Stranger Things 4 &#8211; Volume 2 &#8211; Making Nighttime Epic</u></strong><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';"> </span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: 200%;"><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';">In Make STRANGER Nights Epic, a young girl puts her Samsung Galaxy S22 Ultra in her back pocket while riding her bike to a Stranger Things 4 watch party at her friend’s house. During her journey, her video inadvertently turns on, capturing footage of what&#8217;s lurking behind her in The Upside Down. All of the vertical phone footage scenes were filmed with the Samsung Galaxy S22 Ultra.</span><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';"> </span></p>
<p><iframe title="YouTube video player" src="https://www.youtube.com/embed/Vy5LxyMjjRU" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe> <span style="font-family: 'Times New Roman', 'serif'; font-size: 12pt;"> </span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: 200%;"><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';">The short film also makes the most of the Galaxy S22 Ultra’s powerful Nightography camera features, which include a 108MP main camera and a massive 2.4μm pixel sensor powered by advanced artificial intelligence (AI) that allow it to capture more light and data for brighter, crisper video footage, day and night.</span><span style="font-family: 'Times New Roman', 'serif'; font-size: 12pt;"> </span></p>
<p><strong><u><br />
Bridgerton &#8211; Creating a Galaxy of Extraordinary Content</u></strong><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';"> </span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: 200%;"><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';">Samsung and Netflix have a longstanding partnership and have collaborated on bespoke campaigns featuring several of the streaming platform’s most popular series. In January, they launched an integrated campaign to help kick off the second season of Emily in Paris, including letting fans “flip the script” and become the lead character in their own animated poster via Samsung Galaxy Z Flip 5G.</span><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';"><span style="mso-spacerun: yes;"></p>
<p></span></span><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';">Samsung and Netflix also teamed up to create a Bridgerton short film for the unveiling of the Galaxy S22 series at Unpacked in February. In the three-minute skit, innovators try to gain the attention of Bridgerton’s Queen Charlotte. Inventor Lord Tristar succeeds when he showcases his visionary creation – massive Neoclassical paintings of the Galaxy S22 and S22+, ready in 209 years. </span></p>
<p><iframe title="YouTube video player" src="https://www.youtube.com/embed/o9MubcEIqxg" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><strong><u><br />
Samsung and Netflix &#8211; High-quality content for the people </u></strong><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';"><span style="mso-spacerun: yes;"> </span></span></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: 200%;"><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';">Following the May release of Stranger Things 4 volume one, Samsung’s debut of Make STRANGER Nights Epic comes a day after Netflix released the official trailer for volume two, which will drop on July 1.</span><span style="font-family: 'Times New Roman', 'serif'; font-size: 12pt;"> </span></p>
<p><iframe title="YouTube video player" src="https://www.youtube.com/embed/sBEvEcpnG7k" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p class="MsoNormal" style="margin-bottom: .0001pt; line-height: 200%;"><span style="font-size: 12.0pt; line-height: 200%; font-family: 'Times New Roman','serif';">To watch the Samsung and Netflix short film, Make STRANGER Nights Epic, visit Samsung’s YouTube channel.<span style="mso-spacerun: yes;">  </span></span></p>
<p>The post <a href="https://geezam.com/samsung-galaxy-s22-ultra-netflix-stranger-things-4/">Samsung Galaxy S22 Ultra turns Netflix Stranger Things 4 &#8211; Volume 2 Upside Down</a> appeared first on <a href="https://geezam.com">Geezam.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18255</post-id>	</item>
	</channel>
</rss>
