<?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: Steffan Jensen</title>
    <description>The latest articles on DEV Community by Steffan Jensen (@reliefs).</description>
    <link>https://dev.to/reliefs</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%2F134289%2F6462431a-0e6f-460e-81a0-d0490d4d63db.png</url>
      <title>DEV Community: Steffan Jensen</title>
      <link>https://dev.to/reliefs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/reliefs"/>
    <language>en</language>
    <item>
      <title>Instagram Scraper with Face detection and autopost</title>
      <dc:creator>Steffan Jensen</dc:creator>
      <pubDate>Sun, 14 Apr 2019 19:22:26 +0000</pubDate>
      <link>https://dev.to/reliefs/instagram-scraper-with-autopost-51p8</link>
      <guid>https://dev.to/reliefs/instagram-scraper-with-autopost-51p8</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--psaz2qgG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/reliefs/Instagram-scraper-with-autopost/master/img/banner.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--psaz2qgG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/reliefs/Instagram-scraper-with-autopost/master/img/banner.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;a href="https://instascraper.github.io/"&gt;Website&lt;/a&gt; | &lt;a href="https://instascraper.github.io/docs/"&gt;Read the Docs&lt;/a&gt; | &lt;a href="https://github.com/instagrambot/docs/blob/master/CONTRIBUTING.md"&gt;Contribute&lt;/a&gt; | &lt;a href="https://www.fiverr.com/hourapp/grow-your-instagram-followers-for-7-days"&gt;Buy Instagram Expert Marketing&lt;/a&gt;
&lt;/h3&gt;




&lt;p&gt;Instagram scraper which scrapes peoples images use machine learning to recognise a face, if face&lt;br&gt;
is detected it will repost that photo.&lt;/p&gt;
&lt;h2&gt;
  
  
  Face detection at work on a live webcam
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XBq-kX4d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--qdvR8Vl8--/c_limit%252Cf_auto%252Cfl_progressive%252Cq_66%252Cw_880/https://cloud.githubusercontent.com/assets/896692/24430398/36f0e3f0-13cb-11e7-8258-4d0c9ce1e419.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XBq-kX4d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--qdvR8Vl8--/c_limit%252Cf_auto%252Cfl_progressive%252Cq_66%252Cw_880/https://cloud.githubusercontent.com/assets/896692/24430398/36f0e3f0-13cb-11e7-8258-4d0c9ce1e419.gif" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Script now saves user session and and have CLI session. &lt;br&gt;
I also integrated it with instabot api.&lt;br&gt;
90% of it are junk code I will fix it later.&lt;/p&gt;

&lt;p&gt;This script scrapes images from users and then repost them under your Instagram accounts with your own tags.&lt;/p&gt;

&lt;p&gt;Demo:&lt;br&gt;
&lt;a href="https://www.instagram.com/siliconeheaven/"&gt;https://www.instagram.com/siliconeheaven/&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Python 3.6+&lt;/li&gt;
&lt;li&gt;Min 10-20 profiles inside instaprofiles.txt&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The script does not work with new accounts. If you know how to fix, send me a message. &lt;/p&gt;
&lt;h2&gt;
  
  
  To install script with Docker:
&lt;/h2&gt;


&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/reliefs/Instagram-scraper-with-autopost.git

cd Instagram-scraper-with-autopost

Create a file called secret.txt inside that folder with the following info:
yourusername:yourpassword
Save it

change yourusername to your instagram username in file example.py line 31: InstaUsername = "yourusername"

Docker build .

Docker run [imageid]
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  To install script on Windows:
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Install Cmake
&lt;/h3&gt;

&lt;p&gt;download link : &lt;a href="https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1.zip"&gt;https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1.zip&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Install Dblib
&lt;/h3&gt;

&lt;p&gt;Download dlip ‘.wheel’ file as ur system requirnment (use link bellow)&lt;br&gt;
download link : &lt;a href="https://pypi.python.org/simple/dlib/"&gt;https://pypi.python.org/simple/dlib/&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Open cmd navigate to dlib wheel file path and hit command
pip install dlib_file_name.wheel
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h3&gt;
  
  
  Then run
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/instagrambot/Instagram-scraper-with-autopost &lt;span class="nt"&gt;--recursive&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;





&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd Instagram-scraper-with-autopost
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;





&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install -r requirements.txt
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;





&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;change yourusername to your instagram username in file example.py line 31: InstaUsername = "yourusername"
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;





&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;change instaprofiles.txt to the instagram profiles you wanna scrape
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;





&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Run: python example.py -u yourusername
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;And press Enter.&lt;/p&gt;

&lt;h2&gt;
  
  
  To install script on Linux:
&lt;/h2&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Ubuntu:
apt-get install python-dev python3-dev
sudo apt install g++
sudo apt install cmake
sudo apt install python3-pip

Arch Linux:
sudo pacman -S python3-dev
sudo pacman -S cmake
sudo pacman -S python3-pip
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;First, make sure you have dlib already installed with Python bindings:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gist.github.com/ageitgey/629d75c1baac34dfa5ca2a1928a7aeaf"&gt;How to install dlib from source on macOS or Ubuntu&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Then do
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/reliefs/Instagram-scraper-with-autopost.git

cd Instagram-scraper-with-autopost

sudo pip install -r requirements.txt

change yourusername to your instagram username in file example.py line 31: InstaUsername = "yourusername"

change instaprofiles.txt to the instagram profiles you wanna scrape

Run: python3 example.py
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  Troubleshoot
&lt;/h2&gt;

&lt;p&gt;If you are getting Illegal Instruction with face_recognition follow this guide:&lt;br&gt;
&lt;a href="https://github.com/ageitgey/face_recognition/issues/11#issuecomment-475482716"&gt;https://github.com/ageitgey/face_recognition/issues/11#issuecomment-475482716&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AttributeError: 'module' object has no attribute 'face_recognition_model_v1'&lt;/p&gt;

&lt;p&gt;Solution: The version of dlib you have installed is too old. You need version 19.7 or newer. Upgrade dlib.&lt;/p&gt;

&lt;p&gt;DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBIUTION AND MODIFICATION.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You just do WHAT THE FUCK YOU WANT TO.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>instagram</category>
      <category>bot</category>
      <category>python3</category>
      <category>python</category>
    </item>
    <item>
      <title>Instabot</title>
      <dc:creator>Steffan Jensen</dc:creator>
      <pubDate>Sun, 14 Apr 2019 19:21:28 +0000</pubDate>
      <link>https://dev.to/reliefs/instabot-4chi</link>
      <guid>https://dev.to/reliefs/instabot-4chi</guid>
      <description>&lt;h1&gt;
  
  
  Instabot
&lt;/h1&gt;

&lt;p&gt;Instagram promotion and SMM scripts.&lt;br&gt;
Forever free. Written in Python.&lt;/p&gt;


&lt;h3&gt;
  
  
  &lt;a href="https://instagrambot.github.io/docs/"&gt;Read the Docs&lt;/a&gt; | &lt;a href="https://github.com/instagrambot/docs/blob/master/CONTRIBUTING.md"&gt;Contribute&lt;/a&gt;
&lt;/h3&gt;



&lt;p&gt;&lt;a href="https://t.me/instabotproject"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2rqFW-th--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/chat%2520on-Telegram-blue.svg" alt="Telegram Chat"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://paypal.me/okhlopkov"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--tuk8XfOe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Donate-PayPal-green.svg" alt="paypal"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rsK8X5qb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/python-2.7%252C%25203.5%252C%25203.6%252C%25203.7-blue.svg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rsK8X5qb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/python-2.7%252C%25203.5%252C%25203.6%252C%25203.7-blue.svg" alt="Python 2.7, 3.5, 3.6, 3.7"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://badge.fury.io/py/instabot"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YoPUGpzU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://badge.fury.io/py/instabot.svg" alt="PyPI version"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://travis-ci.org/instagrambot/instabot"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--o8d3VKTV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://travis-ci.org/instagrambot/instabot.svg%3Fbranch%3Dmaster" alt="Build Status"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://codecov.io/gh/instagrambot/instabot"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8JBj20WC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codecov.io/gh/instagrambot/instabot/branch/master/graph/badge.svg" alt="codecov"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Installation
&lt;/h3&gt;

&lt;p&gt;Install &lt;code&gt;instabot&lt;/code&gt; with:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install -U instabot
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h4&gt;
  
  
  or see &lt;a href="https://instagrambot.github.io/docs/en/#installation"&gt;this&lt;/a&gt; for more details.
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NGtvnKXz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/instagrambot/docs/master/img/instabot_3_bots.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NGtvnKXz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/instagrambot/docs/master/img/instabot_3_bots.png" alt="Instabot is better than other open-source bots!" title="Instabot is better than other open-source bots!"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If this library solved some of your problems, please consider buying me a coffee. 😉&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.buymeacoffee.com/okhlopkov"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Vf1pJosK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>bot</category>
      <category>instagram</category>
      <category>python3</category>
      <category>python</category>
    </item>
    <item>
      <title>How I made a Instagram Bot with face detection.</title>
      <dc:creator>Steffan Jensen</dc:creator>
      <pubDate>Sat, 23 Mar 2019 04:58:37 +0000</pubDate>
      <link>https://dev.to/reliefs/how-i-made-a-instagram-bot-with-face-detection-2l38</link>
      <guid>https://dev.to/reliefs/how-i-made-a-instagram-bot-with-face-detection-2l38</guid>
      <description>&lt;h1&gt;
  
  
  Instagram scraper with autopost and face detection.
&lt;/h1&gt;

&lt;p&gt;I made an Instagram Bot which autoscraped peoples profiles took a machine learning module and reposted the images back to Instagram. I am new to python, so many of the fundamentals are missing, all feedback are good. &lt;/p&gt;

&lt;p&gt;This was maybe my third python bot, I had played little around with different social network bots on Github, they all ended up on the same road, liking pictures of dogs, commercials and other weird stuff, I reached out to the bot creators most said it was impossible, too much work.&lt;/p&gt;

&lt;p&gt;Download My Instagram Bot:&lt;br&gt;
&lt;a href="https://github.com/instagrambot/Instagram-scraper-with-autopost" rel="noopener noreferrer"&gt;https://github.com/instagrambot/Instagram-scraper-with-autopost&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  How I implemented face detection
&lt;/h2&gt;

&lt;p&gt;So i ended up implementing it myself with only 2 lines of code.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;    &lt;span class="n"&gt;image&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;face_recognition&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;load_image_file&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;instapath&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="n"&gt;face_locations&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;face_recognition&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;face_locations&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;image&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="c1"&gt;# If no face located scrape the next profile
&lt;/span&gt;    &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="ow"&gt;not&lt;/span&gt; &lt;span class="n"&gt;face_locations&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
        &lt;span class="nf"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;There is no Face Detected scraping next profile&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
        &lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;
        &lt;span class="nf"&gt;instascraper&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
    &lt;span class="k"&gt;else&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
        &lt;span class="nf"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;There is a Face Detected scraping and posting this image&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Face detection at work on a live webcam
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcloud.githubusercontent.com%2Fassets%2F896692%2F24430398%2F36f0e3f0-13cb-11e7-8258-4d0c9ce1e419.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcloud.githubusercontent.com%2Fassets%2F896692%2F24430398%2F36f0e3f0-13cb-11e7-8258-4d0c9ce1e419.gif" alt="Instagram Scraper"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I had already made the scraper/reposter myself within a few days, so to implement this code and it just worked.. was perfect &lt;/p&gt;

&lt;p&gt;My script right now have a few third party packages and it's really fun to see how easy it's it to implement different modules. I think Python is a really fun language and the possibilities and endless. &lt;/p&gt;

&lt;p&gt;My Instagram Scraper Website:&lt;br&gt;
&lt;a href="https://instabotai.com" rel="noopener noreferrer"&gt;https://instabotai.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Download My Instagram Bot:&lt;br&gt;
&lt;a href="https://github.com/instagrambot/Instagram-scraper-with-autopost" rel="noopener noreferrer"&gt;https://github.com/instagrambot/Instagram-scraper-with-autopost&lt;/a&gt;&lt;/p&gt;

</description>
      <category>instagram</category>
      <category>instagramscraper</category>
      <category>python</category>
      <category>pythondev</category>
    </item>
    <item>
      <title>Increase Website Page Speed</title>
      <dc:creator>Steffan Jensen</dc:creator>
      <pubDate>Tue, 05 Feb 2019 23:25:30 +0000</pubDate>
      <link>https://dev.to/reliefs/increase-website-page-speed-2d4k</link>
      <guid>https://dev.to/reliefs/increase-website-page-speed-2d4k</guid>
      <description>&lt;p&gt;Many websites takes around 2-5 minutes to load, in this tutorial we will take a look on how to increase your website page speed within your own code and some other frameworks.&lt;/p&gt;

&lt;p&gt;There are two things you should think about when you want to increase your pagespeed, how to avoid memory leaks and how to avoid the same requests over and over again. &lt;/p&gt;

&lt;p&gt;When looking at frameworks a thing which is heavy is Wordpress. Frameworks are a wheel to avoid slow load time, the reason is you install more code(Plugins) to increase page speed, this will work sometimes but it will not increase the speed 95%.&lt;/p&gt;

&lt;p&gt;It is possible to increase pages peed on every website, also by 95%. If you are coding the website yourself stop using JQuery, if you are only using it for two functions. Stop using a package for one single command and stop loading this package on every site or every request. &lt;/p&gt;

&lt;p&gt;I have build a website creator which use 0 packages in python and 0 packages in html/css. &lt;/p&gt;

&lt;p&gt;Github: &lt;a href="https://github.com/reliefs/websitecreator"&gt;https://github.com/reliefs/websitecreator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The website creator creates a website from your user input within 20 seconds, you can see a demo here: &lt;a href="https://fiverrdiscountcode.com"&gt;https://fiverrdiscountcode.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Inline-style: &lt;br&gt;
&lt;a href="https://camo.githubusercontent.com/5cbf6ebf267d82c53206f9bd06d74601953d7cf3/68747470733a2f2f692e696d6775722e636f6d2f6a6f39397141522e706e67" class="article-body-image-wrapper"&gt;&lt;img src="https://camo.githubusercontent.com/5cbf6ebf267d82c53206f9bd06d74601953d7cf3/68747470733a2f2f692e696d6775722e636f6d2f6a6f39397141522e706e67" alt="alt text" title="Websitecreator"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As you can see the speed is 99% on mobiles and 100% on computers. This is two scripts inside one and I was still able to keep the speed 100% on google page speed.&lt;/p&gt;

&lt;p&gt;So think about how you code your website, remember many times 80-90% is just junk or memory leaks. Happy Coding.&lt;/p&gt;

&lt;p&gt;My Instagram Scraper Website:&lt;br&gt;
&lt;a href="https://instascraper.github.io"&gt;https://instascraper.github.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Download My Instagram Bot:&lt;br&gt;
&lt;a href="https://github.com/instagrambot/Instagram-scraper-with-autopost"&gt;https://github.com/instagrambot/Instagram-scraper-with-autopost&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow me:&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/steffan-jensen/"&gt;https://www.linkedin.com/in/steffan-jensen/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/reliefs/"&gt;https://github.com/reliefs/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/reliefs/"&gt;https://dev.to/reliefs/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://fiverrdiscountcode.com"&gt;https://fiverrdiscountcode.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>pagespeed</category>
      <category>speed</category>
      <category>website</category>
      <category>websitepagespeed</category>
    </item>
    <item>
      <title>When you sit down, you will never get up.</title>
      <dc:creator>Steffan Jensen</dc:creator>
      <pubDate>Tue, 05 Feb 2019 22:32:02 +0000</pubDate>
      <link>https://dev.to/reliefs/when-you-sit-down-you-will-never-get-up-4h38</link>
      <guid>https://dev.to/reliefs/when-you-sit-down-you-will-never-get-up-4h38</guid>
      <description>&lt;p&gt;This is something I have witnessed since birth. When a person sits down at the computer, spends his whole life there and if he is lucky he will get up at age 60. This is not my story, because I spend more time at the computer than my whole life. This is it.&lt;/p&gt;

&lt;p&gt;The computer is a funny thing, because you can easy become a slave to it. This is how the operation system on most deviceses are programmed, so there is no way out of the loop without realising it before you are out. So how do you come to the conclusion to realise that you are stuck.. First you have to look at the tasks you are doing.&lt;/p&gt;

&lt;p&gt;Every command typed takes time i can take your entire day of work and program it into one single command. So the work you do 12 hours every day I can do in seconds.&lt;/p&gt;

&lt;p&gt;So what is the problem here? The real problem is not to understand, why we program and how computers calculate. Programming is to take several commands into one single command, see it all comes down to {TAKE ALL THE TASKS I DO} &amp;gt; 1 CLICK. How you come to the destination does not matter, just that it do allyourtasks with 1 click.&lt;/p&gt;

&lt;p&gt;That I'm writing this article and it took 20min are a waste of time and I could just as easy make an entire AI article writer for programming, you would not could see the difference and this AI creates 1 article each millisecond.&lt;/p&gt;

&lt;p&gt;Writing articles is not what i do, so I have not programmed a bot for that yet, but the machines do the work, let the machine work, not you.&lt;/p&gt;

&lt;p&gt;To understand how to think about a computer, all a person need is to take a course about basic Computer Science, but most programmers don't even do that, our computer is so fast and yet our operation system, programs and web development are far worse than code made in 1900. So why do we have this problem.. If i put my developer glasses on, it's easy, we put layer upon layer and most developers never peels this onion. Because they don't do that, they will never understand how a computer works, it's really so simple.&lt;/p&gt;

&lt;p&gt;Let me give you example, we have two lightbulbs.. on means yes, and off means no.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;10

yes &amp;gt; no

input(name)

if name is steffan &amp;gt; login

else do nothing.

A machine would read something like

if name is steffan &amp;gt; 1

else 0

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;If i had a lightbulb at home at you where on the street looking, you would see everytime the lightbulb is on it's steffan, everytime its off, it's someone else there.&lt;/p&gt;

&lt;p&gt;My Instagram Scraper Website:&lt;br&gt;
&lt;a href="https://instascraper.github.io"&gt;https://instascraper.github.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Download My Instagram Bot:&lt;br&gt;
&lt;a href="https://github.com/instagrambot/Instagram-scraper-with-autopost"&gt;https://github.com/instagrambot/Instagram-scraper-with-autopost&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow me:&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/steffan-jensen/"&gt;https://www.linkedin.com/in/steffan-jensen/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/reliefs/"&gt;https://github.com/reliefs/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/reliefs/"&gt;https://dev.to/reliefs/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://fiverrdiscountcode.com"&gt;https://fiverrdiscountcode.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>computerscience</category>
      <category>codenewbie</category>
      <category>devtips</category>
    </item>
    <item>
      <title>How to make a website</title>
      <dc:creator>Steffan Jensen</dc:creator>
      <pubDate>Tue, 05 Feb 2019 03:28:36 +0000</pubDate>
      <link>https://dev.to/reliefs/how-to-make-a-website-fkm</link>
      <guid>https://dev.to/reliefs/how-to-make-a-website-fkm</guid>
      <description>&lt;p&gt;First you gonna need a text editor, if you use windows, you can use notepad or if you wanna go pro search for sublime text, in Linux go with vim or another editor, and mac... figure it out yourself&lt;/p&gt;

&lt;p&gt;Now you have the text editor open, you should start typing.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;html&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;
My websites title
&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;h1&amp;gt;&lt;/span&gt;This is my website headline&lt;span class="nt"&gt;&amp;lt;/h1&amp;gt;&lt;/span&gt;
Welcome to my website
&lt;span class="nt"&gt;&amp;lt;img&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"https://markmanson.net/wp-content/uploads/2010/09/stones.jpg"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Example: &lt;a href="https://jsfiddle.net/58ngefro/1/"&gt;https://jsfiddle.net/58ngefro/1/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now click Save and save the file as mywebsite.html, now open the mywebsite.html file with your mouse in your directory.&lt;/p&gt;

&lt;p&gt;Always when you create statements you should remember to use the &amp;lt;&amp;gt; and close it again with &amp;lt;/&amp;gt; this is a way for the code to know the difference between when to open and close new statements.&lt;/p&gt;

&lt;p&gt;Now we have a basic website. If you learn these 3 commands which is , &lt;/p&gt; and . You will be able to understand every HTML line in the matter of a few seconds.

&lt;p&gt;Now we have the basic we should be moving on to add different stuff to your new website, like images and different text.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;html&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;
My websites title
&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;h1&amp;gt;&lt;/span&gt;This is my website headline&lt;span class="nt"&gt;&amp;lt;/h1&amp;gt;&lt;/span&gt;
Welcome to my website
&lt;span class="nt"&gt;&amp;lt;img&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"https://markmanson.net/wp-content/uploads/2010/09/stones.jpg"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Example: &lt;a href="https://jsfiddle.net/xo981m4s/"&gt;https://jsfiddle.net/xo981m4s/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Save the file and open it.&lt;/p&gt;

&lt;p&gt;Now you have created your first website with both a title,headline,text and image. There are thousands of more commands you can use in HTML. But with this tutorial we just covered the basic.&lt;/p&gt;

&lt;p&gt;My Instagram Scraper Website:&lt;br&gt;
&lt;a href="https://instascraper.github.io"&gt;https://instascraper.github.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Download My Instagram Bot:&lt;br&gt;
&lt;a href="https://github.com/instagrambot/Instagram-scraper-with-autopost"&gt;https://github.com/instagrambot/Instagram-scraper-with-autopost&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow me:&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/steffan-jensen/"&gt;https://www.linkedin.com/in/steffan-jensen/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/reliefs/"&gt;https://github.com/reliefs/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/reliefs/"&gt;https://dev.to/reliefs/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://fiverrdiscountcode.com"&gt;https://fiverrdiscountcode.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>websitedevelopment</category>
      <category>css</category>
    </item>
  </channel>
</rss>
