<?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>Forem: Edison Ade</title>
    <description>The latest articles on Forem by Edison Ade (@buzzedison).</description>
    <link>https://forem.com/buzzedison</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%2F198091%2Ff5a06e03-11b0-4442-b9de-f332b7d1cfdb.png</url>
      <title>Forem: Edison Ade</title>
      <link>https://forem.com/buzzedison</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/buzzedison"/>
    <language>en</language>
    <item>
      <title>Swift Programming 101</title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Sun, 07 Nov 2021 00:51:50 +0000</pubDate>
      <link>https://forem.com/buzzedison/swift-programming-101-4p78</link>
      <guid>https://forem.com/buzzedison/swift-programming-101-4p78</guid>
      <description>&lt;p&gt;Ten years ago, in July of 2010, Chris Lattner created a folder on his computer called&lt;br&gt;
Shiny, and a new computer language was born. Four years later, in 2014, that language, renamed Swift, was introduced to the public, and was greeted with a mixture of surprise and excitement — and skepticism.&lt;/p&gt;

&lt;p&gt;&lt;b&gt; A complete Swift command is a statement &lt;/b&gt;. &lt;br&gt;
A Swift text file consists of multiple lines of text. Line breaks are meaningful. The typical layout of a program is one statement.&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;var greeting = "Hello, playground"&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;b&gt;The print command provides instant feedback in the Xcode console. &lt;/b&gt;&lt;br&gt;
You can combine more than one statement on a line, but then you need to put a semicolon between them:&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;print("hello"); print("world")&lt;/code&gt;&lt;br&gt;
&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6x6by715xljmaznb7lck.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6x6by715xljmaznb7lck.png" alt="First set of code"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt; Let in Swift is a constant to declare variables and cannot be reassigned. &lt;/b&gt;&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo9qgqddswl4u2c2s5kel.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo9qgqddswl4u2c2s5kel.png" alt="Code Snippets"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>swift</category>
      <category>ios</category>
    </item>
    <item>
      <title>Should i learn Svelte? </title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Thu, 28 Oct 2021 22:48:12 +0000</pubDate>
      <link>https://forem.com/buzzedison/should-i-learn-svelte-4n17</link>
      <guid>https://forem.com/buzzedison/should-i-learn-svelte-4n17</guid>
      <description></description>
      <category>javascript</category>
      <category>tutorial</category>
      <category>help</category>
      <category>svelte</category>
    </item>
    <item>
      <title>What is Node JS ? </title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Sat, 12 Jun 2021 21:48:42 +0000</pubDate>
      <link>https://forem.com/buzzedison/what-is-node-js-1gnd</link>
      <guid>https://forem.com/buzzedison/what-is-node-js-1gnd</guid>
      <description>&lt;p&gt;Node.js is a very popular open source javascript runtime environment which is used to develop network applications. Node JS has gained massive popularity and now is used by thousands of developers all over the world for server-side programming.&lt;/p&gt;

&lt;p&gt;Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses event-driven, non-blocking I/O for file system access, networking, and other API calls, allowing it to support thousands of concurrent connections with near-zero programming latency.&lt;/p&gt;

&lt;p&gt;You can make really cool real-time web applications using Node Js. There are a whole bunch of libraries and modules available to help you achieve this.   &lt;/p&gt;

&lt;p&gt;Node JS is a fast growing platform for running JS based applications outside of the browser. &lt;/p&gt;

&lt;p&gt;Node JS has rocked the world of web application and making some big waves in the tech market. It’s been around for quite some time back in 2009 but is now widely used. &lt;strong&gt;(Initial release    May 27, 2009)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What do you think ? Share your knowledge with the community.&lt;/strong&gt; &lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
    </item>
    <item>
      <title>What did I miss? Back to blogging. At least once a week. </title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Sat, 21 Nov 2020 01:11:26 +0000</pubDate>
      <link>https://forem.com/buzzedison/what-did-i-miss-back-to-blogging-at-least-once-a-week-58bh</link>
      <guid>https://forem.com/buzzedison/what-did-i-miss-back-to-blogging-at-least-once-a-week-58bh</guid>
      <description>&lt;p&gt;If you are like me and you haven't been here in a while, say hi, follow and I will follow back. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Simple lists in Flutter</title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Sun, 06 Sep 2020 22:20:42 +0000</pubDate>
      <link>https://forem.com/buzzedison/simple-lists-in-flutter-50d1</link>
      <guid>https://forem.com/buzzedison/simple-lists-in-flutter-50d1</guid>
      <description>&lt;p&gt;Flutter includes an awesome way to display simple lists. The ListView widget. Everything in Flutter is a widget. Writing text, you need the Text widget, rows and columns you will need a Row or Column widget. &lt;/p&gt;

&lt;p&gt;Once you get the concept of widgets in Flutter life becomes easy. &lt;a href="http://www.flutter.dev"&gt;www.flutter.dev&lt;/a&gt; also boast of great documentation. &lt;/p&gt;

&lt;p&gt;The ListView widgets is a standard way to display a list containing few items. The ListView also includes the ListTitle widget that contains properties like leading, title and other properties serving as visual structure to a list of data. &lt;/p&gt;

&lt;p&gt;Here is a code sample of a simple list:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight dart"&gt;&lt;code&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="s"&gt;'package:flutter/material.dart'&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;

&lt;span class="kt"&gt;void&lt;/span&gt; &lt;span class="nf"&gt;main&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;runApp&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;MaterialApp&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
      &lt;span class="nl"&gt;home:&lt;/span&gt; &lt;span class="n"&gt;MyList&lt;/span&gt;&lt;span class="o"&gt;(),&lt;/span&gt;
    &lt;span class="o"&gt;));&lt;/span&gt;

&lt;span class="kd"&gt;class&lt;/span&gt; &lt;span class="nc"&gt;MyList&lt;/span&gt; &lt;span class="kd"&gt;extends&lt;/span&gt; &lt;span class="n"&gt;StatelessWidget&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
  &lt;span class="nd"&gt;@override&lt;/span&gt;
  &lt;span class="n"&gt;Widget&lt;/span&gt; &lt;span class="n"&gt;build&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;BuildContext&lt;/span&gt; &lt;span class="n"&gt;context&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="kd"&gt;final&lt;/span&gt; &lt;span class="n"&gt;myTitle&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"My Contact List"&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="n"&gt;Scaffold&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
      &lt;span class="nl"&gt;backgroundColor:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;blueGrey&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
      &lt;span class="nl"&gt;appBar:&lt;/span&gt; &lt;span class="n"&gt;AppBar&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
          &lt;span class="nl"&gt;backgroundColor:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;black&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
          &lt;span class="nl"&gt;title:&lt;/span&gt; &lt;span class="n"&gt;Text&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
            &lt;span class="n"&gt;myTitle&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
            &lt;span class="nl"&gt;style:&lt;/span&gt; &lt;span class="n"&gt;TextStyle&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
              &lt;span class="nl"&gt;fontSize:&lt;/span&gt; &lt;span class="mf"&gt;20.0&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;color:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;white&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
            &lt;span class="o"&gt;),&lt;/span&gt;
          &lt;span class="o"&gt;)),&lt;/span&gt;
      &lt;span class="nl"&gt;body:&lt;/span&gt; &lt;span class="n"&gt;ListView&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
        &lt;span class="nl"&gt;children:&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;Widget&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;[&lt;/span&gt;
          &lt;span class="n"&gt;ListTile&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
            &lt;span class="nl"&gt;leading:&lt;/span&gt; &lt;span class="n"&gt;Icon&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
              &lt;span class="n"&gt;Icons&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;email&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;size:&lt;/span&gt; &lt;span class="mf"&gt;30.0&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;color:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;white&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
            &lt;span class="o"&gt;),&lt;/span&gt;
            &lt;span class="nl"&gt;title:&lt;/span&gt; &lt;span class="n"&gt;Text&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
              &lt;span class="s"&gt;'edison@outlook.com'&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;style:&lt;/span&gt; &lt;span class="n"&gt;TextStyle&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nl"&gt;color:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;white&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt; &lt;span class="nl"&gt;fontSize:&lt;/span&gt; &lt;span class="mf"&gt;20.0&lt;/span&gt;&lt;span class="o"&gt;),&lt;/span&gt;
            &lt;span class="o"&gt;),&lt;/span&gt;
          &lt;span class="o"&gt;),&lt;/span&gt;
          &lt;span class="n"&gt;ListTile&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
            &lt;span class="nl"&gt;leading:&lt;/span&gt; &lt;span class="n"&gt;Icon&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
              &lt;span class="n"&gt;Icons&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;phone&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;size:&lt;/span&gt; &lt;span class="mf"&gt;30.0&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;color:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;white&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
            &lt;span class="o"&gt;),&lt;/span&gt;
            &lt;span class="nl"&gt;title:&lt;/span&gt; &lt;span class="n"&gt;Text&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
              &lt;span class="s"&gt;"01114567832"&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;style:&lt;/span&gt; &lt;span class="n"&gt;TextStyle&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nl"&gt;fontSize:&lt;/span&gt; &lt;span class="mf"&gt;20.0&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt; &lt;span class="nl"&gt;color:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;white&lt;/span&gt;&lt;span class="o"&gt;),&lt;/span&gt;
            &lt;span class="o"&gt;),&lt;/span&gt;
          &lt;span class="o"&gt;),&lt;/span&gt;
          &lt;span class="n"&gt;ListTile&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
            &lt;span class="nl"&gt;leading:&lt;/span&gt; &lt;span class="n"&gt;Icon&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
              &lt;span class="n"&gt;Icons&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;map&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;size:&lt;/span&gt; &lt;span class="mf"&gt;30.0&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;color:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;white&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
            &lt;span class="o"&gt;),&lt;/span&gt;
            &lt;span class="nl"&gt;title:&lt;/span&gt; &lt;span class="n"&gt;Text&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
              &lt;span class="s"&gt;" 1004 estates"&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;style:&lt;/span&gt; &lt;span class="n"&gt;TextStyle&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nl"&gt;fontSize:&lt;/span&gt; &lt;span class="mf"&gt;20.0&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt; &lt;span class="nl"&gt;color:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;white&lt;/span&gt;&lt;span class="o"&gt;),&lt;/span&gt;
            &lt;span class="o"&gt;),&lt;/span&gt;
          &lt;span class="o"&gt;),&lt;/span&gt;
          &lt;span class="n"&gt;ListTile&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
            &lt;span class="nl"&gt;leading:&lt;/span&gt; &lt;span class="n"&gt;Icon&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;
              &lt;span class="n"&gt;Icons&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;apps&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;size:&lt;/span&gt; &lt;span class="mf"&gt;30.0&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
              &lt;span class="nl"&gt;color:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;white&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
            &lt;span class="o"&gt;),&lt;/span&gt;
            &lt;span class="nl"&gt;title:&lt;/span&gt; &lt;span class="n"&gt;Text&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"My apps"&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt;
                &lt;span class="nl"&gt;style:&lt;/span&gt; &lt;span class="n"&gt;TextStyle&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nl"&gt;fontSize:&lt;/span&gt; &lt;span class="mf"&gt;20.0&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt; &lt;span class="nl"&gt;color:&lt;/span&gt; &lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;white&lt;/span&gt;&lt;span class="o"&gt;)),&lt;/span&gt;
          &lt;span class="o"&gt;)&lt;/span&gt;
        &lt;span class="o"&gt;],&lt;/span&gt;
      &lt;span class="o"&gt;),&lt;/span&gt;
    &lt;span class="o"&gt;);&lt;/span&gt;
  &lt;span class="o"&gt;}&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;

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

&lt;/div&gt;



&lt;p&gt;Final Result:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--e4brxz9o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/78x6zv522pkjbqnk7lnp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--e4brxz9o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/78x6zv522pkjbqnk7lnp.png" alt="Alt text" width="748" height="1460"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>firstyearincode</category>
      <category>dart</category>
      <category>flutter</category>
      <category>beginners</category>
    </item>
    <item>
      <title>I started learning Java</title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Fri, 10 Jul 2020 00:19:17 +0000</pubDate>
      <link>https://forem.com/buzzedison/i-started-learning-java-3hme</link>
      <guid>https://forem.com/buzzedison/i-started-learning-java-3hme</guid>
      <description>&lt;p&gt;I downloaded Java &lt;a href="https://www.oracle.com/java/technologies/javase-jdk14-downloads.html"&gt; here:  &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And then i am using Intellij IDE from Jetbrains.&lt;br&gt;
&lt;a href="https://www.jetbrains.com/idea/"&gt; Download here &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I wrote my first Java program 2 days ago. I am doing this with the #100DaysOfCode on Twitter. To track my progress. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What i have learnt so far. &lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Every Java program must have at least one function. 
&lt;/li&gt;
&lt;li&gt; The functions don’t exist on their own. It must always belong to a class. &lt;/li&gt;

&lt;li&gt; A class is a container for related functions. &lt;/li&gt;

&lt;li&gt; Every Java program must have at least one Class that holds the main function &lt;/li&gt;
&lt;li&gt; Then we need Access modifiers in Java.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What are access modifiers? &lt;/strong&gt;&lt;br&gt;
They help set boundaries to the scope of a class, constructor , variable, or method. &lt;/p&gt;

&lt;p&gt;For my first Java program. I will only be interested in the "Public" access modifier.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;package com.codewitedison;

public class Main {

    public static void main(String[] args) {
System.out.println("Welcome to my first Java Program);
    }
}

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

&lt;/div&gt;



&lt;p&gt;Intellij makes it really easy. So it came with the Java boilerplate that set the &lt;strong&gt;public class main and the public static void main lines&lt;/strong&gt;. I only added the &lt;strong&gt;System.out.println and print message&lt;/strong&gt;. &lt;strong&gt;System.out &lt;/strong&gt; is a way to print results to the terminal. &lt;/p&gt;

</description>
      <category>java</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Will Deno replace Node js ? </title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Sat, 16 May 2020 17:40:19 +0000</pubDate>
      <link>https://forem.com/buzzedison/will-deno-replace-node-js-263m</link>
      <guid>https://forem.com/buzzedison/will-deno-replace-node-js-263m</guid>
      <description></description>
      <category>node</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Introduction to React in 7 minutes</title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Sat, 09 May 2020 20:32:45 +0000</pubDate>
      <link>https://forem.com/buzzedison/introduction-to-react-in-7-minutes-2b5j</link>
      <guid>https://forem.com/buzzedison/introduction-to-react-in-7-minutes-2b5j</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/70BaA0JlAM8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
    </item>
    <item>
      <title>What is the benefit of Homebrew?</title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Thu, 30 Apr 2020 00:43:03 +0000</pubDate>
      <link>https://forem.com/buzzedison/what-is-the-benefit-of-homebrew-24f5</link>
      <guid>https://forem.com/buzzedison/what-is-the-benefit-of-homebrew-24f5</guid>
      <description>&lt;p&gt;I recently succumbed to the pressure of coding with a Mac. &lt;br&gt;
Everything seems pretty new here. Well Visual Studio Code, Chrome and some stuff remain the same. &lt;/p&gt;

&lt;p&gt;But i need help with a few things. Like why do i need Brew?&lt;/p&gt;

</description>
      <category>help</category>
      <category>bash</category>
    </item>
    <item>
      <title>Is JavaScript Synchronous or Asynchronous? </title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Thu, 12 Mar 2020 01:45:39 +0000</pubDate>
      <link>https://forem.com/buzzedison/is-javascript-synchronous-or-asynchronous-5bch</link>
      <guid>https://forem.com/buzzedison/is-javascript-synchronous-or-asynchronous-5bch</guid>
      <description>&lt;p&gt;Please share your thoughts on this. Someone might learn from your submission. &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>help</category>
      <category>discuss</category>
    </item>
    <item>
      <title>I just tried Stackbit (JamStack)</title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Fri, 03 Jan 2020 23:14:28 +0000</pubDate>
      <link>https://forem.com/buzzedison/i-just-tried-stackbit-jamstack-4fn4</link>
      <guid>https://forem.com/buzzedison/i-just-tried-stackbit-jamstack-4fn4</guid>
      <description>&lt;p&gt;&lt;a href="https://www.stackbit.com/"&gt;https://www.stackbit.com/&lt;/a&gt;&lt;br&gt;
Took me less than five minutes to get a website started. With about 30 minutes of work, this is what it looks like right now. &lt;br&gt;
&lt;a href="https://agriprohub-fb089.netlify.com/"&gt;https://agriprohub-fb089.netlify.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Jamstack is truly the future. This was done with Zero code. &lt;br&gt;
It automatically created a git repository, set up my netlify cms (you can use contentful if you prefer that), run build time on netlify host, I chose Gatsby as my site generator( i love gatsby)&lt;/p&gt;

&lt;p&gt;Anyone here tried Stackbit? Would love to get your thoughts. &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>gatsby</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>‪What is HTTP? </title>
      <dc:creator>Edison Ade</dc:creator>
      <pubDate>Wed, 20 Nov 2019 11:32:50 +0000</pubDate>
      <link>https://forem.com/buzzedison/what-is-http-4be1</link>
      <guid>https://forem.com/buzzedison/what-is-http-4be1</guid>
      <description>&lt;p&gt;Explain to a novice.‬&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>beginners</category>
      <category>help</category>
    </item>
  </channel>
</rss>
