<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>development on Development notes</title>
    <link>https://dev-pages.info/tags/development/</link>
    <description>Recent content in development on Development notes</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 02 Jun 2021 21:34:39 +0300</lastBuildDate><atom:link href="https://dev-pages.info/tags/development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to install Docker and Docker Compose on Raspberry Pi 4</title>
      <link>https://dev-pages.info/how-to-install-docker-and-docker-compose-on-raspberry-pi-4/</link>
      <pubDate>Wed, 02 Jun 2021 21:34:39 +0300</pubDate>
      
      <guid>https://dev-pages.info/how-to-install-docker-and-docker-compose-on-raspberry-pi-4/</guid>
      <description>This blog post describes how to install Docker and docker-compose on Raspberry Pi 4. In short, to install docker and docker-compose we need to make sure that our system is up to date, install required dependencies, and install docker with docker-compose. Also, we can add our user to the docker group to run docker without sudo.
Make sure system is up to date sudo apt update &amp;amp;&amp;amp; sudo apt upgrade -y Install required dependencies sudo apt install python3 python3-pip libffi-dev libssl-dev -y Install Docker curl -sSL https://get.</description>
    </item>
    
    <item>
      <title>Methods and Interfaces in Go</title>
      <link>https://dev-pages.info/methods-and-interfaces-in-go/</link>
      <pubDate>Thu, 30 Apr 2020 22:43:33 +0300</pubDate>
      
      <guid>https://dev-pages.info/methods-and-interfaces-in-go/</guid>
      <description>&lt;p&gt;This post is a small cheatsheet for Methods and Interfaces in Go. Here I provide main features and describe what methods, interfaces, pointer receiver and value receiver are.&lt;/p&gt;
&lt;p&gt;There are no detailed explanations or tricky examples about how to use them. For such content please see other resources.&lt;/p&gt;
&lt;p&gt;At the end of the page, there is a small list of useful links to read&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Intellij Idea Hotkeys worth knowing</title>
      <link>https://dev-pages.info/intellij-idea-hot-keys-worth-knowing/</link>
      <pubDate>Tue, 14 Jan 2020 21:42:44 +0300</pubDate>
      
      <guid>https://dev-pages.info/intellij-idea-hot-keys-worth-knowing/</guid>
      <description>&lt;p&gt;Here is a list of useful Hotkeys for IntelliJ IDEA which will help to navigate over IDE and code in a more productive way&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
