<?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: jebitok-dev</title>
    <description>The latest articles on Forem by jebitok-dev (@jebitokdev).</description>
    <link>https://forem.com/jebitokdev</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%2F435660%2F2c928c8b-df3e-49f9-a08a-170707c6368a.jpg</url>
      <title>Forem: jebitok-dev</title>
      <link>https://forem.com/jebitokdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jebitokdev"/>
    <language>en</language>
    <item>
      <title>Getting started as a smart contract developer</title>
      <dc:creator>jebitok-dev</dc:creator>
      <pubDate>Fri, 11 Mar 2022 20:27:05 +0000</pubDate>
      <link>https://forem.com/jebitokdev/getting-started-as-a-smart-contract-developer-1b62</link>
      <guid>https://forem.com/jebitokdev/getting-started-as-a-smart-contract-developer-1b62</guid>
      <description>&lt;p&gt;The blockchain industry has grown famous and has attracted a spontaneous amount of curious people ready to learn and skill up considering the different levels of unemployment/underemployment all over the world. The blockchain industry has given opportunities to Traders, Event organizers, Marketers, tech experts from Developers, Designers, DevOps engineers, Game developers, Q&amp;amp;A Testers, project managers, Developer advocates. This week I had my first talk for the year and I had an opportunity to talk about how to get started as a smart contract developer and shared a couple of resources that I thought would be of help to someone who might read through this article.&lt;/p&gt;

&lt;p&gt;Here is a list of prerequisites required to get started:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Basic understanding of web2: HTML/CSS/JAVASCRIPT among other programming languages&lt;/li&gt;
&lt;li&gt;Have an interest in blockchain technology: understand general basics of blockchain technology itself, and how it works(immutability,  public ledger), blockchain use-cases like Bitcoin, Ethereum, and others from cryptocurrencies, Decentralized finance, NFTs, Metaverse among others&lt;/li&gt;
&lt;li&gt;Have a general understanding of the characteristics of blockchain

&lt;ul&gt;
&lt;li&gt;immutable&lt;/li&gt;
&lt;li&gt;traceability&lt;/li&gt;
&lt;li&gt;privacy protection&lt;/li&gt;
&lt;li&gt;independence&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;learn the different blockchain networks: Ethereum, Binance Smart Chain, Polygon, Solana, Stacks, Celo, among others&lt;/li&gt;
&lt;li&gt;get started with smart contract development: smart contract development language(Rust, Solidity, or Clarity)&lt;/li&gt;
&lt;li&gt;For beginners, it's advisable to pick Ethereum blockchain development as it has many use cases, a lot of learning resources free &amp;amp; paid online and there are a lot of EVM compatible chains that you can work with or build on.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  solidity and smart contract development
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;get basics of solidity programming language&lt;/li&gt;
&lt;li&gt;start writing smart contracts, compiling and deploying using solidity on IDEs like Remix&lt;/li&gt;
&lt;li&gt;write different smart contract use-cases like 
&lt;a href="https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol"&gt;ERC20&lt;/a&gt; contract, &lt;a href="https://ethereum.org/en/developers/docs/standards/tokens/erc-20/"&gt;ERC20&lt;/a&gt; Fungible Token &amp;amp; &lt;a href="https://eips.ethereum.org/EIPS/eip-721"&gt;EIP-721: NFT standard&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;use libraries and frameworks like Hardhat, Truffle and write tests of the contracts you’re writing

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://nodejs.org/en/download/"&gt;Node.js&lt;/a&gt;/&lt;a href="https://www.npmjs.com/"&gt;NPM&lt;/a&gt; - Runs JavaScript&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://hardhat.org/"&gt;Hardhat&lt;/a&gt; - Useful framework&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hardhat.org/guides/typescript.html"&gt;Hardhat - Typescript Support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://metamask.io/"&gt;MetaMask&lt;/a&gt; - Your Ethereum wallet&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://trufflesuite.com/ganache/index.html"&gt;Ganache&lt;/a&gt; - Your localhost blockchain&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://web3js.readthedocs.io/en/v1.7.1/"&gt;Web3.Js&lt;/a&gt; - Connects sites to blockchain&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://etherscan.io/"&gt;EtherScan&lt;/a&gt; - check transactions&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;attend boot camps that teach smart contract development or get resources online. Also constantly follow the different blockchain networks as they constantly hold hackathons and training for people interested in smart contract development.&lt;/li&gt;
&lt;li&gt;Writing secure Smart contract&lt;/li&gt;
&lt;li&gt;Auditing Smart Contracts: &lt;a href="https://www.certik.com/products/security-audit"&gt;Certik&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  solidity cheatsheet
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WkuF2Zga--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1647015949718/RaLbPhtIJ.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WkuF2Zga--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1647015949718/RaLbPhtIJ.jpg" alt="soliditycheatsheet.jpg" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;by &lt;a href="https://twitter.com/Indigo20551366"&gt;HelloSongi.eth&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Here is a list of blockchain programs/courses/schools that you can register to take in order to learn blockchain development
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.web3bridge.com/"&gt;Web3Bridge&lt;/a&gt;: it offers training for Web2(Javascript, HTML, CSS), Web3(blockchain development: introduction to blockchain development, solidity, writing smart contracts), and advanced programs for Web3 graduates. The program is entirely free, offers onsite and online training, and has two cohorts per year. Web3Bridge also is a lot of blockchain development training, especially across Africa. If you're interested in this program the trick is to apply early and be fully dedicated as they offer advanced training.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://blockgames.gg/"&gt;Blockgamesgg&lt;/a&gt; is an 8-week training program for developers to shape the future of Web3 by teaching how to solve problems by leveraging blockchain technology. It is organized by &lt;a href="http://Twitter.com/nestcoin"&gt;NestCoin&lt;/a&gt; in collaboration with &lt;a href="http://twitter.com/hnginternship"&gt;HNG Internship&lt;/a&gt; and &lt;a href="http://twitter.com/theZuriTeam"&gt;Zuri Academy&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.chainlink.education/"&gt;ChainLink Academy&lt;/a&gt; is an open-source learning program by Chainlink the decentralized oracle network that provides reliable, tamper-proof inputs &amp;amp; outputs for complex smart contracts on any blockchain network. The program is absolutely free and anyone is welcome to contribute to the learning resources by creating a pull request to the project's Github repository.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://consensys.net/academy/bootcamp/"&gt;Consensys Academy&lt;/a&gt;: it's a blockchain developer online BootCamp that offers training in Ethereum blockchain development: introduction to blockchain, Solidity, a smart contract among others. The program is one of the top sorts of, it's paid and offers a certificate at the end. At times there are scholarship opportunities to join the program. It has one cohort per year check they're a &lt;a href="https://consensys.net/academy/bootcamp/"&gt;site&lt;/a&gt; for more details&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://academy.rsk.dev.br/"&gt;rsk Academy&lt;/a&gt; education the new generation about bitcoin, blockchain, and open-source technologies. Offers courses: blockchain for developers, blockchain for business&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.encode.club/"&gt;Encode Club&lt;/a&gt; is a place to get learning, building, hired, and funded. It offers educative workshops, Bootcamps i.e intensive training to become certified blockchain developers, hackathons, accelerator programs, investment opportunities, and AMAs with industry experts.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/BlockDevsUnited/l-earn/tree/master/Lessons/English/L_EARN"&gt;BlockDevsUnited - L_EARN&lt;/a&gt; is a learning programming that offers developers learning blockchain development an incentive of 2.45 DAI if they pass the tests that come after every learning module i.e Learn &amp;amp; Earn. Check their Github repository then join Discord and Telegram channels where you can show interest in taking the test after learning.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://pro.eattheblocks.com/"&gt;EatTheBlocks&lt;/a&gt; a number of paid and free courses to learn blockchain development i.e solidity smart contracts and Ethereum Decentralized applications. &lt;a href="https://www.youtube.com/c/EatTheBlocks/playlists"&gt;EatTheBlock Youtube&lt;/a&gt; has resources for learning blockchain development&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/channel/UCJWh7F3AFyQ_x01VKzr9eyA"&gt;Smart Contract Programmer - YouTube&lt;/a&gt;: It has videos of writing different smart contracts and understanding/mastering Solidity.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bscbuilderbootcamp.com/"&gt;BSC X ChainIDE Developer Bootcamp&lt;/a&gt;: Binance Smart Chain in collaboration with ChainIDE are running their first Developer Bootcamp that focuses on NFTs, Blockchain games, and Metaverse. You can register for this and updates on future ones.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pll.harvard.edu/course/cs50-introduction-computer-science?delta=0"&gt;CS50: Introduction to Computer Science&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/tag/solidity/"&gt;freeCodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://cryptozombies.io/"&gt;Crypto Zombies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://openzeppelin.com/"&gt;OpenZeppelin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://fravoll.github.io/solidity-patterns/"&gt;Solidity Patterns&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Non-Technical skills/Visibility
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="//GitHub.com"&gt;Github&lt;/a&gt; Profile&lt;/li&gt;
&lt;li&gt;Networking on Twitter: follow smart contract developers, engage them and ask questions&lt;/li&gt;
&lt;li&gt;participate in hackathons &amp;amp; bounties on &lt;a href="https://gitcoin.co/"&gt;Gitcoin&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;attend meetups and volunteer to speak in events&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  apply for jobs frequently: smart contract engineer
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://jobs.lever.co/Uniswap"&gt;Uniswap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://aave.com/careers/"&gt;AAVE&lt;/a&gt;: contact them with your resume&lt;/li&gt;
&lt;li&gt;&lt;a href="https://cryptojobslist.com/"&gt;cryptojoblist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.paradigm.xyz/opportunities"&gt;Paradigm&lt;/a&gt; opportunities&lt;/li&gt;
&lt;li&gt;&lt;a href="http://gitcoin.io"&gt;gitcoin bounties&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;check career pages of blockchain networks that you like&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  solidity devs
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;lower salary $1k &amp;amp; $3k as starting salary for junior devs&lt;/li&gt;
&lt;li&gt;intermediate devs: higher than $3k&lt;/li&gt;
&lt;li&gt;integration engineers: $11k&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Roadmap&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- **General smart contract development**
- **Ecosystem**
- **Tools**
- **People**
- **Audit Reports**
- **Networking**
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
``&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4Zomwkuz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1647015970080/J0-ONx32z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4Zomwkuz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1647015970080/J0-ONx32z.png" alt="ROADMAP.png" width="880" height="535"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Articles
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://jebitok.hashnode.dev/getting-started-with-web3-communities-and-resources-ckwddu7hb025vz0s1ayzd7yi7"&gt;Getting started with Web3:Resources &amp;amp; Communities&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.oliverjumpertz.dev/the-ultimate-smart-contract-developer-roadmap"&gt;ultimate smart contract development roadmap&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thank you for reading through my article. There are many resources out there these are just a few of them. You can leave a comment or a suggestion and we can connect more on &lt;a href="https://twitter.com/SharonJebitok"&gt;Twitter&lt;/a&gt; or &lt;a href="https://www.linkedin.com/in/sharon-jebitok/"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>smartcontracts</category>
      <category>ethereumblockchain</category>
      <category>solidity</category>
    </item>
    <item>
      <title>Preparation for Job Applications &amp; Tech Interviews</title>
      <dc:creator>jebitok-dev</dc:creator>
      <pubDate>Sat, 29 Jan 2022 15:16:00 +0000</pubDate>
      <link>https://forem.com/jebitokdev/preparation-for-job-applications-tech-interviews-2pc0</link>
      <guid>https://forem.com/jebitokdev/preparation-for-job-applications-tech-interviews-2pc0</guid>
      <description>&lt;p&gt;Most people are switching careers into tech and most often they’ll concentrate on learning how to write code and build projects, optimizing on making their GitHub profile, and maybe networking. It’s important to take time to prioritize preparing for job interviews and job applications.&lt;/p&gt;

&lt;p&gt;If you're looking for a job don’t be afraid of the technical processes or worry about failing. Just apply for roles if you’re considered for interviews to give it your best whether you’re accepted to the next steps or not consider this as a learning process and odds with a possibility of landing a good role with a company with a good culture that favors developers like you&lt;/p&gt;

&lt;p&gt;In this template, I’m going to compile a number of resources and templates one can use to prepare all requirements needed in the job application process and job interviews. &lt;/p&gt;

&lt;h1&gt;
  
  
  Job Applications
&lt;/h1&gt;

&lt;p&gt;Most companies hiring developers requires one to submit their resume, cover letter, LinkedIn profile, portfolio, and GitHub profile in the job application forms or if they are to be sent via email. If you’re a budding software developer looking to apply for jobs you take your time to prepare these 6 profiles effectively as you continue learning or when you feel you’re comfortable and want to start applying for jobs. &lt;/p&gt;

&lt;h2&gt;
  
  
  1. Resume
&lt;/h2&gt;

&lt;p&gt;sites you can use their templates to make your own resume:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://resume.io/"&gt;Resume.io&lt;/a&gt; offers resume templates &amp;amp; has a free trial plus paid plan.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://flowcv.io/"&gt;Flow CV&lt;/a&gt;: resume builder that is free and one can download their resume after adding all needed sections.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.google.com/docs/about/"&gt;Google Docs&lt;/a&gt;: you can make a copy of the resume template and make needed changes to create yours on a google docs document. At the end remember to provide access(view) to whoever will have access to the link.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://resumegenius.com/resume-samples/web-developer-resume-example"&gt;Resume Genius&lt;/a&gt;: sample for web developers and also a resume builder.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.indeed.com/create-resume"&gt;Indeed resume-builder&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Some employees prefer having a link to your resume to avoid restrictions on space limits when it comes to the pdf form of resume. Having options between downloadable &amp;amp; live versions (link) of resumes is also an idea it helps you become flexible when it comes to job applications.&lt;/p&gt;

&lt;h3&gt;
  
  
  What makes a good Resume for a developer (Resources)
&lt;/h3&gt;

&lt;p&gt;Resumes should obviously show your:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;name, link to your GitHub, personal portfolio, LinkedIn, and email address.&lt;/li&gt;
&lt;li&gt;education&lt;/li&gt;
&lt;li&gt;experience&lt;/li&gt;
&lt;li&gt;skills(programming languages like JavaScript &amp;amp; tools like GitHub)&lt;/li&gt;
&lt;li&gt;projects(about 3 projects: small description, live version link or GitHub repository link and language/tools used)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The resume should be limited to one page especially if you don’t have a long experience and it’s also believed that recruiters prefer short and detailed resumes. &lt;/p&gt;

&lt;h3&gt;
  
  
  Resume articles
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://www.freecodecamp.org/news/writing-a-killer-software-engineering-resume-b11c91ef69"&gt;How to write a killer Software Engineering résumé&lt;/a&gt; - source Freecodecamp&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.freecodecamp.org/news/tag/resume/"&gt;11 articles on Resume - Freecodecamp&lt;/a&gt;: this collection gathers for those who looking for their first-ever developer role and experienced ones even those with a non-engineering background.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://www.indeed.com/career-advice/resume-samples"&gt;Resume samples and templates to inspire your next application&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  2. Cover Letter
&lt;/h2&gt;

&lt;p&gt;Some job applications require you to write down a cover letter and attach it to your job application. For some job applications, the cover letter is optional. Some experts believe that cover is a way you express yourself, your understanding of the company(mission), relationship with the mentioned role(mention that you’re either front-end, back-end, or full-stack developer - in line with the ad if you’re skilled on that line), show your expertise by mention one project and how you used given programming language or your stack, bring in aspects of datelines(project time-frame), communication &amp;amp; collaboration if it was part of it, this will show your professional skills are in line with technical ones.&lt;/p&gt;

&lt;p&gt;Google Docs is a way place you can write your cover letter, you can also find cover letter templates and make a copy to suit your role and area of expertise. &lt;/p&gt;

&lt;h3&gt;
  
  
  Cover Letter articles
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/tag/cover-letter/"&gt;3 articles on Cover Letters - FreeCodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.freecodecamp.org/news/tag/job-hunting/"&gt;Job hunting article collection&lt;/a&gt; - FreeCodeCamp: covers cover letters, resumes &amp;amp; portfolios needed in most tech job hunting process&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://www.indeed.com/career-advice/resumes-cover-letters/how-to-write-a-cover-letter"&gt;How To Write a Cover Letter (Plus Tips and Examples)&lt;/a&gt; - indeed&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  3. LinkedIn Profile
&lt;/h2&gt;

&lt;p&gt;Amongst all social media platforms, &lt;a href="https://www.linkedin.com/"&gt;LinkedIn&lt;/a&gt; is known to be the professional social media platform that is associated with professional profiles, job posts, a place you can network with fellow people developers or find employees of the certain company you’re applying or even for recruiters to check your profile and confirm if what is in your resume corresponds to your LinkedIn profile or if you’re a good candidate for them. &lt;/p&gt;

&lt;p&gt;As someone who is actively looking for a job or looking to have a long career in tech, it is good to maintain your &lt;a href="https://www.linkedin.com/in/sharon-jebitok/"&gt;LinkedIn profile&lt;/a&gt; and let them speak on your behalf. Some hiring managers reach out to potential employees through LinkedIn not necessarily through job applications. &lt;/p&gt;

&lt;p&gt;All sections of your &lt;a href="https://www.linkedin.com/in/sharon-jebitok/"&gt;LinkedIn profile&lt;/a&gt; should be optimized from Headline(specify keywords: Full-stack developer or Front-end developer followed by languages &amp;amp; maybe open-source), Add Section, Profile Picture, Featured, Experiences, Volunteering, Education, Licenses &amp;amp; Certifications, skills(programming language/technologies &amp;amp; tools you’re familiar with), Recommendations(let your close network in developer/tech community write you a recommendation), Publications(add some technical articles), and Projects(add past projects &amp;amp; their description preferably GitHub repo links or live version link attached)&lt;/p&gt;

&lt;h3&gt;
  
  
  LinkedIn profile curation resources
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/playlist?list=PL54X5yR8qizsMpvTCqUIEFMeEp-chvcxk"&gt;Danny Thompson - LinkedIn Series: YouTube Playlist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/linkedin-handbook-get-your-first-dev-job/"&gt;How to get your first developer job on LinkedIn - FreeCodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/how-to-build-an-amazing-linkedin-profile-15-proven-tips/"&gt;Amazing LinkedIn Profile - FreeCodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  4. Personal Portfolio
&lt;/h2&gt;

&lt;p&gt;Personal Portfolio is a project that shows little about you, most of the past projects that you’ve built while learning how to write code, skills &amp;amp; technologies that you’re familiar with, copy of your resume, contact information, links to your &lt;a href="https://github.com/jebitok-dev"&gt;GitHub&lt;/a&gt;/&lt;a href="https://www.linkedin.com/in/sharon-jebitok/"&gt;LinkedIn&lt;/a&gt;/&lt;a href="https://twitter.com/SharonJebitok"&gt;Twitter&lt;/a&gt;/Blog(&lt;a href="https://medium.com/"&gt;Medium&lt;/a&gt;, &lt;a href="https://dev.to/"&gt;Dev&lt;/a&gt;, &lt;a href="https://jebitok.hashnode.dev/"&gt;Hashnode&lt;/a&gt; or personal blog of choice). The structure of a personal portfolio differs depending on the template of your choice but what’s important is for your portfolio to show projects their live version links &amp;amp; GitHub Repository link or GitLab Link.&lt;/p&gt;

&lt;p&gt;A personal portfolio could be a web page made out of HTML &amp;amp; CSS or CSS framework like Tailwind CSS/Bootstrap or made out of JavaScript library/framework, or those of Python depending on what you’re comfortable with.&lt;/p&gt;

&lt;h3&gt;
  
  
  Personal Portfolio Resources
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/how-to-build-a-developer-portfolio-website/"&gt;How to build own developer portfolio using HTML, CSS and JavaScript - FreeCodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/13-awesome-freelance-developer-portfolios/"&gt;12 Freelance Developer Portfolio to inspire you - FreeCodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://betterprogramming.pub/14-best-web-developer-portfolios-to-get-inspiration-8fbce0f75320"&gt;14 developer portfolio to get inspiration from - Medium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.pinterest.com/pin/455145106096485359/"&gt;63 web developer portfolio design examples - Pinterest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  5. GitHub Profile
&lt;/h2&gt;

&lt;p&gt;GitHub is the commonly use code hosting platform. As a developer mostly while learning how to write you’re advised to also use git &amp;amp; GitHub or other code hosting platforms, by committing your own code or contributing to open-source projects. &lt;/p&gt;

&lt;p&gt;If you’re new to git &amp;amp; GitHub you can &lt;a href="https://www.youtube.com/playlist?list=PL4cUxeGkcC9goXbgTDQ0n_4TBzOO0ocPR"&gt;check this playlist on YouTube by NetNinja&lt;/a&gt; and &lt;a href="https://www.freecodecamp.org/news/git-and-github-crash-course/"&gt;crash course by FreeCodeCamp&lt;/a&gt; to help you get better since most workplaces operate using GitHub for collaborations in teams and for CI/CD. Also helpful for contributing to open-source projects. &lt;/p&gt;

&lt;p&gt;A good GitHub is considered as one that has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;own readme file on the overview page which is created by default by creating a GitHub repository whose name is your GitHub username. With this you can write more descriptions about yourself, projects you’re working on, areas you need help on or where you’re willing to help or collaborate on, your interests apart from coding, and maybe a chart that shows your languages or random avatar/animation effects.&lt;/li&gt;
&lt;li&gt;ReadMe files on each project&lt;/li&gt;
&lt;li&gt;has a lot of activity(green squares)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Here are some good GitHub profile samples
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.to/github/10-standout-github-profile-readmes-h2o"&gt;10 standout Github Profiles - DEV&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.eddiejaoude.io/course-github-profile-landing?r_done=1"&gt;Free Course to help you make your Github profile stand - Eddie Jaoude&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=JUSpq9rKDBQ"&gt;Customize your Github Profile using markdown - Eddie Jaoude&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Job Application Platforms
&lt;/h2&gt;

&lt;p&gt;Portfolio, GitHub profile, Resume, Cover Letter, and LinkedIn profile are top requirements for the job application process. On top of this actively take time to apply for many jobs both on-site and remote roles on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/"&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com"&gt;Twitter&lt;/a&gt; follows trends like &lt;a href="https://twitter.com/search?q=%23techishiring&amp;amp;src=typed_query"&gt;#techishiring&lt;/a&gt; and active tech twitter community and hiring managers/CTOs who frequently hire for their teams. Also, the Twitter search feature is so efficient you can search frequently keyword like hiring junior developers, hiring software developer,s and saving so that you keep checking the latest tweets&lt;/li&gt;
&lt;li&gt;&lt;a href="http://indeed.com"&gt;Indeed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.greenhouse.io/"&gt;GreenHouse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.glassdoor.com/"&gt;Glassdoor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://angel.co/jobs"&gt;Angellist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/jobs"&gt;Stackoverflow jobs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tabulio.com/"&gt;Tabulio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tamborin.io/"&gt;Tamborin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.bamboohr.com/"&gt;BambooHR&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.ziprecruiter.com/Jobs/500-Startups"&gt;ZipRecruiter - 500 startups&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;via email, if company requests for those interested in a certain role to send their application to given email&lt;/li&gt;
&lt;li&gt;company website&lt;/li&gt;
&lt;li&gt;Referrals/networking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once you send a job application the process keeps continuing until you get an offer. Keep sending up to 10 - 15 applications weekly if it's possible. Whenever you send an application you’ll expect feedback from the company either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;an invitation to join the interview process which could be a phone-screen or technical interview&lt;/li&gt;
&lt;li&gt;take home-assignment which is common for start-ups and mid-level companies&lt;/li&gt;
&lt;li&gt;a rejection email (take it positively, even reply back to them to thank them and ask areas where you can improve on or where you went wrong)&lt;/li&gt;
&lt;li&gt;ghosted: no email or feedback (this happens and it's okay)&lt;/li&gt;
&lt;li&gt;if it was the hiring manager who had reached out to you submit your profile and they don’t reply back within a week you can write to them a follow-up email just to be sure.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Interview Preparation Process
&lt;/h1&gt;

&lt;p&gt;The tech interview process is formally about 4-5 steps: phone-screen interview, technical interview(part 1 &amp;amp; 2), on-site interview(with developer team), with company owners/management. This differs depending on the size of the company and their interview culture. What is important is for you to be prepared with your technical skills &amp;amp; coding challenges and how to answer behavioral questions properly.&lt;/p&gt;

&lt;h3&gt;
  
  
  Phone-Screen Interviews: (Behavioral Interview Questions)
&lt;/h3&gt;

&lt;p&gt;This is mostly comprised of questions to help the interviewers know you better, tell you more about the role and it mostly comprises of behavioral questions.&lt;/p&gt;

&lt;p&gt;The efficient way to get good at answering behavioral interview questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;checking through resources&lt;/li&gt;
&lt;li&gt;creating a google doc then write down the commonly asked questions on this interview like &lt;em&gt;Tell about yourself, tell about a time you had worked under pressure&lt;/em&gt; among others.&lt;/li&gt;
&lt;li&gt;start answering each and every one of them using the &lt;a href="https://medium.com/agileinsider/the-sar-method-for-product-management-interview-questions-4f9884e630bc"&gt;S.A.R technique&lt;/a&gt; which tells the situation, action, and result.&lt;/li&gt;
&lt;li&gt;ensure you relate the question &amp;amp; answers to tech experience and if you don’t have an experience relate it to projects you were doing while learning or collaborating with others.&lt;/li&gt;
&lt;li&gt;practice the answers by yourself, before a mirror, or collaborate with a friend who is also preparing for job interviews (let them ask you and you also ask them).&lt;/li&gt;
&lt;li&gt;use &lt;a href="http://pramp.com"&gt;pramp.com&lt;/a&gt; to practice with peers who also believe that preparing for interviews is a profitable skill.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Behavioral questions aim to measure your communication, adaptability, time management, motivation &amp;amp; values, overcoming challenges, conflict resolution, and teamwork.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/how-answer-and-ask-questions-intelligently-in-tech-interviews-a3ea69b9aa95/"&gt;How to answer and ask questions intelligently in tech interviews&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.indeed.com/career-advice/interviewing/most-common-behavioral-interview-questions-and-answers"&gt;36 commonly asked behavioral questions on tech interviews&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/how-to-prepare-for-a-technical-interview/"&gt;How to prepare for a tech interview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.indeed.com/career-advice/interviewing/what-to-expect-in-an-interview"&gt;what to expect in an interview and 10 steps to prepare - indeed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Technical Interviews
&lt;/h3&gt;

&lt;p&gt;This differs from company to company but if you’re interviewing for a front-end, back-end, or full-stack role. You should know your programming language or tech stack and probably that’s the one linked to the job you’re interviewing for. For example, React.js role, react and JavaScript questions will be asked together with some coding challenges/data structure &amp;amp; algorithm questions. For backend or the full-stack roles it could be node.js or python questions, questions about databases, and some async &amp;amp; await coding challenges for Javascript developers.&lt;/p&gt;

&lt;p&gt;Read widely and go through the commonly asked question for the given role you’re interviewing. Check the tech interview questions for top companies as some companies use interview questions of companies like Google, Microsoft among others. Also do coding challenges on sites like &lt;a href="https://www.codewars.com/"&gt;Codewars&lt;/a&gt;, &lt;a href="https://www.hackerrank.com/"&gt;Hackerrank&lt;/a&gt;, &lt;a href="https://leetcode.com/"&gt;LeetCode&lt;/a&gt; among others as some companies could send you links to questions from those sites. &lt;/p&gt;

&lt;p&gt;These technical questions are mostly timed. You could be told to do it from home then submit it at the end of the given time. Answers could be linked to code(given code editor), Q&amp;amp;A either written, audio or video. Just be ready for any set.  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Technical Interview Resources&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.freecodecamp.org/news/the-10-most-popular-coding-challenge-websites-of-2016-fb8a5672d22f/"&gt;10 most popular coding challenges website&lt;/a&gt;s - FreeCodeCamp&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://www.indeed.com/career-advice/interviewing/common-technical-interview-questions-and-answers"&gt;13 Common Technical Interview Questions (With Tips and Example Answers)&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.indeed.com/career-advice/interviewing/common-technical-interview-questions-and-answers"&gt;21 popular full-stack technical interview questions and answers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/tag/interview-questions/"&gt;common technical interview questions - FreeCodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://www.indeed.com/hire/interview-questions/front-end-developer"&gt;Front End Developer Interview Questions - indeed&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.indeed.com/hire/interview-questions"&gt;interview questions &amp;amp; answers - Indeed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.glassdoor.com/Interview/technical-interview-questions-SRCH_KT0,9.htm"&gt;technical interview questions - Glassdoor&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Onsite Interview
&lt;/h3&gt;

&lt;p&gt;This step of the interview comes after the technical questions interview part for most companies. This might comprise of both behavioral and technical questions since you’ll be meeting with the developer team and they would like to know you and you also get a chance to know them better or about the job environment. It’s a chance for them to know if they can work with you or also for you to determine if you can work with them or for the company.&lt;/p&gt;

&lt;p&gt;You should prepare well and remember the whole first impression. They might not worry much about dressing officially but just figure out what works well for you. Prior to the interview, they might go through your LinkedIn profile, GitHub Profile, and Resume which you most likely have made them look good by now. &lt;/p&gt;

&lt;p&gt;While you’re there just know they already have a hint of who you’re and they have some questions to ask you also ran yourself with some questions for them like &lt;em&gt;their tech stacks, how long they have been in the company, more about the company culture, what they have gained so far since they joined the company and communication channels they use.&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;onsite interview resources&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.indeed.com/career-advice/interviewing/how-to-prepare-for-an-onsite-interview"&gt;How to prepare for an onsite interview&lt;/a&gt; - indeed&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.glassdoor.com/Interview/onsite-interview-questions-SRCH_KE0,6.htm"&gt;onsite interview questions - Glassdoor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/what-i-learned-from-doing-60-technical-interviews-in-30-days/"&gt;what I learned from doing 60 technical interviews in 30 days - FreeCodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.themuse.com/advice/51-interview-questions-you-should-be-asking"&gt;interview questions you should be asking&lt;/a&gt;: if you’re asked do you have any questions for us&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Co-Founders/CTO interview
&lt;/h2&gt;

&lt;p&gt;This is almost the last step of the interview before getting an offer. Here you might meet the co-founders of the company if it’s a start-up or midsize company. For some companies, you might meet the CTOs of that company. &lt;/p&gt;

&lt;p&gt;For preparation for this step of the interview read more about the company: history, mission, vision &amp;amp; objectives. Check the company website and social media platform, check more information about the co-founders, and remember your experience from the on-site interview you might be asked to make note of your experience &amp;amp; thoughts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;co-founders interview resources&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.goskills.com/Soft-Skills/Resources/Startup-interview-questions"&gt;8 technical questions startup co-founders will ask you&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.glassdoor.co.in/Interview/co-founder-interview-questions-SRCH_KO0,10.htm"&gt;cofounders interviews - Glassdoor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://resources.infosecinstitute.com/topic/top-30-chief-technology-officer-cto-interview-questions-and-answers-for-2019/"&gt;Top 30 chief technology officer (CTO) interview questions and answers for 2021&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://www.indeed.com/hire/interview-questions/cto-chief-technology-officer"&gt;CTO Chief Technology Officer Interview Questions&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting/Accepting an Offer
&lt;/h2&gt;

&lt;p&gt;After all steps of the interview process, the company might decide to give you an offer which you’ll be required to read through and advised to take sometime before accepting. This will involve more about salaries, work schedule and terms of the job either contract-based or full-time. Having read through the offer you can decide to accept, negotiate or reject. It's all within your power and rights. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Accepting an offer Resources&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.indeed.com/career-advice/finding-a-job/how-to-accept-a-job-offer"&gt;How to accept an offer&lt;/a&gt; - indeed&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.indeed.com/career-advice/starting-new-job/questions-to-ask-before-accepting-a-job"&gt;questions to ask before accepting an offer - indeed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/ten-rules-for-negotiating-a-job-offer-ee17cccbdab6/"&gt;10 rules to negotiating an offer - freecodecamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://www.glassdoor.com/blog/5-questions-accepting-job-offer-dont-love/"&gt;5 Questions to Ask Yourself Before Accepting a Job Offer You Don’t Love - Glassdoor&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://www.glassdoor.com/blog/guide/how-to-evaluate-a-job-offer/"&gt;How to Evaluate a Job Offer&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Sites to check Salary range
&lt;/h3&gt;

&lt;p&gt;At times you’ll be expected to state a figure of salary you’re expecting to be paid. Always give a range not a specific figure. Also remember that you’re being paid for the time you’ve spent learning certain skills that you make you suitable for this role, even if you don’t have experience don’t underestimate yourself. Knowing salary range is important to determine what fits the role you’re applying for and the company in order not to under or overestimate.   &lt;/p&gt;

&lt;p&gt;If it's a remote job you’ll see the salary range for developers on the given role e.g junior full-stack, software developer, etc you’re interviewing for in the company’s country, not your own country. It’s a job within your country also check the salary scale of developers within your country.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Salary Calculator&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.glassdoor.com/Salaries/index.htm"&gt;Glassdoor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.dice.com/salary-calculator"&gt;Dice- Salary calculator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.techsalarycalculator.com/"&gt;tech salary calculator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.payscale.com/salary-calculator"&gt;payscale salary calculator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/jobs/salary"&gt;StackOverflow: Calculate your salary&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m hoping this template will be of help to you during your job application and technical interviews. You can get as many resources out there as this is just a hint of what you need. Comments and feedback are welcomed. We can connect more on &lt;a href="https://twitter.com/SharonJebitok"&gt;Twitter&lt;/a&gt; or &lt;a href="https://www.linkedin.com/in/sharon-jebitok/"&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;

</description>
      <category>jobsearch</category>
      <category>jobapplication</category>
      <category>technicalskills</category>
      <category>juniordevelopers</category>
    </item>
    <item>
      <title>Getting Started with Web3: Communities and Resources</title>
      <dc:creator>jebitok-dev</dc:creator>
      <pubDate>Mon, 06 Dec 2021 15:25:52 +0000</pubDate>
      <link>https://forem.com/jebitokdev/getting-started-with-web3-communities-and-resources-kce</link>
      <guid>https://forem.com/jebitokdev/getting-started-with-web3-communities-and-resources-kce</guid>
      <description>&lt;p&gt;Over the past few months, tech Twitter has gone wild on the conversation around web3 a lot of software developers, designers, cyber security specialists, project managers, developer advocates are eyeing to understand what web3 is all about, how they can start and build a career around. It's been interesting seeing a lot of web3 developers and influencers like &lt;a href="https://twitter.com/dabit3"&gt;Dabit&lt;/a&gt;, &lt;a href="https://twitter.com/PatrickAlphaC"&gt;Patrick Collins&lt;/a&gt;, &lt;a href="https://twitter.com/stephenfluin"&gt;Stephen Fluin&lt;/a&gt;, &lt;a href="https://twitter.com/iam_preethi"&gt;Preethi Kasireddy&lt;/a&gt;, &lt;a href="https://twitter.com/CatMcGeeCode"&gt;CatMcGee&lt;/a&gt;, &lt;a href="https://twitter.com/oliverjumpertz"&gt;Oliver Jumpertz&lt;/a&gt;, &lt;a href="https://twitter.com/edatweets_"&gt;Eda&lt;/a&gt;, &lt;a href="https://twitter.com/NHeinDev"&gt;Noah Hein&lt;/a&gt;, &lt;a href="https://twitter.com/saminacodes"&gt;Samina&lt;/a&gt;, &lt;a href="https://twitter.com/VittoStack"&gt;Vitto Rivabella&lt;/a&gt;, &lt;a href="https://twitter.com/Haezurath"&gt;Kacie Ahmed&lt;/a&gt; sharing resources, roadmaps, and building communities that can allow developers to get started. &lt;/p&gt;

&lt;p&gt;Personally starting my web development was all because I had an interest in blockchain technology/development which is more of web3 and today I would like to share resources and communities that one can join to get started with their web3 journey:-&lt;/p&gt;

&lt;h2&gt;
  
  
  Resources
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://eshita.mirror.xyz/H5bNIXATsWUv_QbbEz6lckYcgAa2rhXEPDRkecOlCOI"&gt;Web3: in a nutshell&lt;/a&gt;: this article debunks an overview about web1, web2, and web3&lt;/p&gt;

&lt;h3&gt;
  
  
  Solidity
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.soliditylang.org/en/v0.8.10/"&gt;Solidity Docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://cryptozombies.io/"&gt;Crypto Zoombies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.freecodecamp.org/news/learn-solidity-blockchain-and-smart-contracts-in-a-free/"&gt;Solidity Smart Contracts&lt;/a&gt;:FreeCodeCamp's Solidity x Python Edition&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.udemy.com/course/blockchain-developer/"&gt;Udemy Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/c/DappUniversity"&gt;dApp University&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://eattheblocks.com/"&gt;EatTheBlocks&lt;/a&gt; website or &lt;a href="https://www.youtube.com/c/EatTheBlocks"&gt;Eattheblocks&lt;/a&gt; youtube channel&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/c/WhiteboardCrypto/featured"&gt;Whiteboard Crypto&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.udemy.com/course/ethereum-and-solidity-the-complete-developers-guide/"&gt;Udemy Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bootcamp.berkeley.edu/blog/how-to-start-a-career-in-blockchain/"&gt;Beekly Bootcamp&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Chainlink
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://academy.ivanontech.com/courses/chainlink-101"&gt;ChainLink 101&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.chain.link/docs/beginners-tutorial/"&gt;Basics tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.chain.link/docs/intermediates-tutorial/"&gt;VRF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.chain.link/docs/advanced-tutorial/"&gt;API calls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;ChainLink 2021 &lt;a href="https://chain.link/bootcamp/bootcamp-2021-on-demand"&gt;On-DemandBootcamp&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Solana
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/"&gt;Programming on Solana&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/project-serum/anchor"&gt;Anchor&lt;/a&gt; framework of Solana's Sealevel
### Twitter Threads&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/dabit3/status/1400784178359189506"&gt;16 Web3 development resources&lt;/a&gt; that helped Dabit get started and land a job&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/brianjcho/status/1459176570174672897?s=20"&gt;Web3: Gaming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/FroogCo/status/1458402438797537284?s=20"&gt;DAO&lt;/a&gt;: tips on how to a job via a DAO and get paid in crypto&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/oliverjumpertz/status/1456980354640850948?s=20"&gt;Web3: Web development x Etherjs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/WuCarra/status/1443769882948997123?s=20"&gt;Web3: Business Models&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/JasonYanowitz/status/1458855064697724928?s=20"&gt;Web3: Future of the browsers&lt;/a&gt; far from payment wallet plugins like Metamask, Hiro Wallet...&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/codingyuri/status/1441003819777896452?s=20"&gt;Getting Started with Web3 Development&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/SharonJebitok/status/1451242734627532807?s=20"&gt;Web3: Roadmap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/lilyaoyao/status/1461736877371838469"&gt;From learning to building complete project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/richerd/status/1441058324460367872"&gt;Getting started with smart contracts for NFT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/catalinmpit/status/1462424925097107462"&gt;Resources for diving to web3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Github Repositories
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/Zfinix/awesome-dart-web3"&gt;Awesome Dart Web3&lt;/a&gt; resources&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/CristinaSolana/solana-developer-resources"&gt;Solana Developer Resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/bkrem/awesome-solidity"&gt;Awesome Solidity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/manojpramesh/solidity-cheatsheet"&gt;Solidity Language Cheat-sheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/frankiefab100/Blockchain-Development-Resources"&gt;Blockchain Development Resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/kareniel/awesome-web3-security"&gt;Getting started with web3 security/auditing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ConsenSys/ethereum-developer-tools-list"&gt;Ethereum Developer Tools List&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/dcbuild3r/web3-articles/blob/main/Waifus%20Anonymous/L2s/l2s.md"&gt;Web3 articles: L2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/INFURA/developer-resources/tree/master/guides"&gt;Developer Resources: Guide&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Communities
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/developer_dao"&gt;Developer DAO&lt;/a&gt; is a Decentralized Autonomous Organization i.e a community of people who are interested in participating, learning, and contributing to the future of Web3. You can their &lt;a href="https://discord.com/invite/devdao"&gt;discord server&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://app.buildspace.so/auth/email"&gt;BuildSpace&lt;/a&gt; where devs learn by building cool web3 projects earn NFTs and get special access to opportunities in crypto.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://moralis.io/"&gt;Moralis&lt;/a&gt; a web3 development platform for blockchain projects that uses Moralis software &amp;amp; APIs to build and scale their dApps without any cost and complexity. Works with blockchains like ChainLink, 1inch, Superfarm, Utrust, and Covalent. &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://discord.gg/8NdR3wB8"&gt;Africa Web3 Community&lt;/a&gt; is a community of African web3 communities where resources are shared, frequent meetings, and collaborative initiatives.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.web3bridge.com/"&gt;Web3 Bridge&lt;/a&gt; is designed with objectives of building a Sustainable web3 community in Africa, building and supporting web3 developers and startups that will emerge from the program, and reducing barriers of entry into web3, as blockchain technology is associated with some level of difficulty. You can register to join the next cohort of their web2 &amp;amp; web3 training. &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://t.me/joinchat/Q48BNwB-f8RlZTJl"&gt;ChainIDE Community&lt;/a&gt;, chainIDE is a code editor environment &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.encode.club/"&gt;Encode Club&lt;/a&gt; is a web3 community that offers a platform to learn, build, get hired, and funded for your projects.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://tally.so/r/nGB5Qw"&gt;Sankore 2.0&lt;/a&gt; an African-focused blockchain community open for Social media and outreach personalities, content creators, developers, marketers, recruiters, people with interest in networking, UI/UX Designers, venture capitalist/ Investors, crypto Researchers, project management among others.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The communities and resources focused on web3 are many and can exhaust on this article hoping this will be of help to someone getting started. Thanks for reading through my article, you can leave a comment or recommendation here!&lt;/p&gt;

</description>
      <category>web3</category>
      <category>beginners</category>
      <category>blockchain</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Global Metaverse Bootcamp: Part 1</title>
      <dc:creator>jebitok-dev</dc:creator>
      <pubDate>Mon, 06 Dec 2021 15:22:06 +0000</pubDate>
      <link>https://forem.com/jebitokdev/global-metaverse-bootcamp-part-1-37lo</link>
      <guid>https://forem.com/jebitokdev/global-metaverse-bootcamp-part-1-37lo</guid>
      <description>&lt;p&gt;&lt;a href="https://globalmetabootcamp.chainide.com/"&gt;Global Metaverse Bootcamp&lt;/a&gt; is a program by White Matrix the creators of ChainIDE the code editor used to write smart contracts that provide debugging, testing, and deployment one-stop services, developers don’t need to install extra tools while working on smart contracts. White Matrix has previously conducted Binance's  8-week Blockchain Development training for African Developers, Blockchain Multimedia Data Science Seminar in collaboration with the University of Alberta and ETH Hackathon 2021. &lt;/p&gt;

&lt;p&gt;The BootCamp training running from November 20th to December 15th offers:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a month-long immersive learning experience, completely free for developers. The program covers Metaverse in general, NFTs, Gaming, and Token Economics.&lt;/li&gt;
&lt;li&gt;a chance to learn from technology experts, access the top-industry resources and connect with leading investment institutions.&lt;/li&gt;
&lt;li&gt;opportunity to meet the great minds in China's blockchain community.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Definition of Key Terms
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Metaverse&lt;/strong&gt;: &lt;/p&gt;

&lt;p&gt;Metaverse is a network of a virtual environment, parallel to the actual world where people behave like virtual characters or avatars and interact with one another as digital objects. Metaverse is a term coined by the science fiction writer Neal Stephenson in his 1992 novel &lt;a href="https://en.wikipedia.org/wiki/Snow_Crash"&gt;Snow Crash&lt;/a&gt; to describe an immersive reality mimicking that of the real world.&lt;/p&gt;

&lt;p&gt;Metaverse takes on a new meaning when it comes to referring to the most transformative morphology in human development as the age of the Internet has entered a new phase. Technologies of 5G, AI, cloud computing, and blockchain, including token economics and cryptocurrencies, have contributed to the emergence of the meta-universe community.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NFT&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;The non-fungible token or NFT is a unit of data added to a file stored in a digital ledger that creates a unique signature. It can be an image file, a song, a tweet, a text on a website, a physical item, or other digital formats of various kinds with characteristics of non-replicability and uniqueness. Lately, more and more crypto artists show particular interest in actualizing their sparkling ideas with NFT.&lt;/p&gt;

&lt;p&gt;In March of this year(2021), the auction of an NFT digital collage from the digital artist Beeple Crap ended with a purchase price of over $69 million. The impact of the NFT may have long-term effects on the industrial segments beyond the arts. It is highly likely that segments such as venture capital and finance should embrace NFTs as a trusted instrument for proclaiming and transferring proofs of ownership. The near future will undoubtedly witness an explosive boom of NFT.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Game Mechanics&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;Like the basic theorems and formulas in physics, gaming mechanics are the basic principles for blockchain gameplay. Generally speaking, the mechanics of board games and video games are designed to facilitate play. The interaction of mechanics and players determines the complexity and intensity in the experience of the game, which co-determines, with the construction of the environment and economic model, the durability of the game.&lt;/p&gt;

&lt;p&gt;Gameplay is essentially the creation and transmutation of rules to produce and stimulate a player's needs. A decent game comes from the combination of rational and logical gaming mechanics which subtly explores and innovates the rules for such a purpose. Therefore, the game is eventually the actualization of the gaming mechanics to provide the game player with a sense of participation to his/her fullest satisfaction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Token Economics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Token economics can be understood as a subset of economics that studies the economic institutions, policies, and ethics of the production, distribution, and consumption of goods and services that have been tokenized.&lt;/p&gt;

&lt;p&gt;Cryptographic tokens represent programmable assets or access rights, managed by a smart contract and an underlying distributed ledger such as a blockchain network. These tokens are often issued with just a few lines of code, using a simple smart contract running on a distributed ledger.&lt;br&gt;
The existence of tokens in general and digital tokens, in particular, is not new, but the speed with which these cryptographic tokens are being deployed and issued is an indicator that they might be the game-changing application of blockchain many people have been waiting for.&lt;/p&gt;

&lt;h3&gt;
  
  
  Topics to be Covered
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;part 1&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;From Blockchain to Metaverse&lt;/li&gt;
&lt;li&gt;Metaverse and Blockchain games&lt;/li&gt;
&lt;li&gt;Bridge between Web2, Web3, and MiddleWares
&lt;em&gt;part 2&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;How crypto changes art and what creators can learn from it&lt;/li&gt;
&lt;li&gt;Concise expressions on voxel art&lt;/li&gt;
&lt;li&gt;Entering the metaverse: Why NFTs are important
&lt;em&gt;part 3&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;ChaninIDE and dApp development&lt;/li&gt;
&lt;li&gt;Blockchain game design
&lt;em&gt;part 4&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Token economy&lt;/li&gt;
&lt;li&gt;Opportunities of Defi NFT in Metaverse&lt;/li&gt;
&lt;li&gt;GameFi: Building a sustainable game economy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;part 5&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Introduction to the master of blockchain game -game CreatorDX &lt;/li&gt;
&lt;li&gt;Architecture of blockchain game&lt;/li&gt;
&lt;li&gt;Hands-on experience: Master of Blockchain
&lt;em&gt;part 6&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;How Matrix World will change the way we work, play, and stay in the future&lt;/li&gt;
&lt;li&gt;How Blockchain Gaming is Taking the Crypto Ecosystem to the Next Level&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This was just an overview of the expected topics to be covered on the Metaverse BootCamp training and as the event happens I'll be writing the articles linked to the different parts to be covered by the speakers. Thanks for reading through my article you can leave a comment or we can connect on &lt;a href="https://twitter.com/SharonJebitok"&gt;Twitter&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>web3</category>
      <category>gamedev</category>
    </item>
    <item>
      <title>Global Metaverse Bootcamp: Part 1</title>
      <dc:creator>jebitok-dev</dc:creator>
      <pubDate>Mon, 06 Dec 2021 15:19:28 +0000</pubDate>
      <link>https://forem.com/jebitokdev/global-metaverse-bootcamp-part-1-400m</link>
      <guid>https://forem.com/jebitokdev/global-metaverse-bootcamp-part-1-400m</guid>
      <description>&lt;h2&gt;
  
  
  Blockchain to Metaverse
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;The session was taken through by Xiao Wu, the CEO of White Matrix, the organizers of this program. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Blockchain Innovation Today
&lt;/h3&gt;

&lt;p&gt;Cryptokitties was the first ERC-721-based blockchain game that allows users to collect and breed kitties. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;ERC721 is a standard for representing ownership of non-fungible tokens, that is, where each token is unique. ERC721 enables the creation and trading of NFTs on the ETH platform. ERC721 is a more complex standard than ERC20, with multiple optional extensions, and is split across a number of contracts.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;NFTs use-cases have risen over the past year for example:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://olympics.com/ioc/news/officially-licensed-olympic-nft-pins-announced"&gt;Olympic NFT - Tokyo 2020&lt;/a&gt; sold via USDC &amp;amp; Visa. The NFTs sold out within 24 hours.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://newsroom.tiktok.com/en-us/tiktok-launches-first-creator-led-nft-collection-powered-by-immutable-x"&gt;Tiktok Publish NFT&lt;/a&gt; first creator led NFT collection in collaboration with &lt;a href="https://tiktok.immutable.com/"&gt;Immutable X&lt;/a&gt; at the auctions made have been sold out.&lt;/li&gt;
&lt;li&gt;When Facebook renamed itself to Meta, it announced that their &lt;a href="https://www.coindesk.com/business/2021/10/28/facebooks-metaverse-will-support-nfts/"&gt;Metaverse&lt;/a&gt; will support NFTs&lt;/li&gt;
&lt;li&gt;Microverse released Windows 11 NFT during the launch of Windows 11, &lt;a href="https://www.theverge.com/2021/10/5/22711508/microsoft-windows-11-free-nft-launch-event-stream-6d-musical-experience"&gt;Microsoft&lt;/a&gt; describes its Windows 11 NFT as a “one-of-a-kind cryptographic token that lives in your digital wallet and unlocks valuable experiences and rewards.” &lt;/li&gt;
&lt;li&gt;Artists like &lt;a href="https://ew.com/music/justin-bieber-metaverse-virtual-concert-trailer/"&gt;Justin Bieber&lt;/a&gt; have been seen creating their metaverse experience on live performance and music videos.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why do we need Metaverse
&lt;/h3&gt;

&lt;p&gt;Metaverse is a term coined by the science fiction writer Neal Stephenson in his 1992 novel &lt;a href="https://en.wikipedia.org/wiki/Snow_Crash"&gt;Snow Crash&lt;/a&gt; to describe an immersive reality mimicking that of the real world. &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--REkaFFSQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1637852720566/T3Ipg6U4C.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--REkaFFSQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1637852720566/T3Ipg6U4C.jpeg" alt="snowcrash.jpeg" width="430" height="648"&gt;&lt;/a&gt;&lt;br&gt;
 The resources on earth are limited, with the increment market and boom of the internet we need to move from a limited to unlimited paradigm. With Metaverse we can avoid the battles in the stock market by creating an unlimited experience with a low marginal cost. The internet boom led to the global recession which was a result of the rise of companies like Google, Amazon, Microsoft which have gotten to the worldwide market.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Blockchain-Metaverse
&lt;/h3&gt;

&lt;p&gt;Metaverse is the promise of the blockchain. &lt;strong&gt;Metaverse&lt;/strong&gt; is a life-like virtual reality on the internet and there are two types of metaverse:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the one that is immersive &amp;amp; controlled i.e created by companies&lt;/li&gt;
&lt;li&gt;blockchain-based metaverse i.e everyone is connected, crypto transactions, dApps(decentralized applications), open, interactive, and connected&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  How to build Metaverse
&lt;/h3&gt;

&lt;p&gt;the genesis of the metaverse is based on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;perception&lt;/em&gt; i.e algorithms &amp;amp; interface&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;regulation&lt;/em&gt; i.e blockchain is open, connected &amp;amp; transparent&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;mass production&lt;/em&gt; i.e AI for a fantastic metaverse&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://forkast.news/headlines/tiktok-high-profile-entry-nft-market-ny-times/"&gt;Tiktok publishing&lt;/a&gt; made a high-profile entry into the NFT market by publishing an ad in New York Times thus decentralizing themselves by using NFT to create with more creators.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SgRC0d3s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1637852399412/cekUxCY5T.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SgRC0d3s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1637852399412/cekUxCY5T.jpeg" alt="tiktoknft.jpeg" width="880" height="1173"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.euronews.com/next/2021/11/10/seoul-to-become-the-first-city-to-enter-the-metaverse-what-will-it-look-like"&gt;Metaverse Seoul&lt;/a&gt; blockchain-driven metaverse i.e social journey(education and city life) Metaverse Seoul, a blockchain-driven metaverse that aims to make Seoul, South Korea a city of coexistence, a global leader, a safe city, and a future emotional city. The Seoul Metropolitan Government has invested about €2.8 billion on this project as part of the Vision 2030 plan and intends to create the virtual communication ecosystem for all areas i.e economic, cultural, tourism, educational, and civic service, in three stages from next year.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.citydao.io/"&gt;CityDAO&lt;/a&gt; is building a city on the Ethereum blockchain linked to a physical piece of land. Recently Vitalik Buterin bought NFT citizenship on CityDAO &amp;amp; Francis Suarez said Miami city would be giving a BTC yield to residents for staking MiamiCoin.&lt;/p&gt;

&lt;p&gt;The Flow blockchain from &lt;a href="https://dappradar.com/"&gt;Dapper Labs&lt;/a&gt;, the creators of CryptoKitties, chase &lt;a href="https://dappradar.com/blog/introducing-the-flow-blockchain-home-of-nba-top-shot"&gt;Flow Blockchain: Home of NBA TopShoot&lt;/a&gt;. With NBA TopShoot brands embracing blockchain, NBA teams, players, and history are minted into NFTs that are sold to fans. Over 100M in crypto-collectible NFT has been sold.&lt;/p&gt;

&lt;h3&gt;
  
  
  Blockchain-driven Metaverse use-cases
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.sandbox.game/en/"&gt;Sandbox&lt;/a&gt; is a virtual Metaverse where players can play, build, own, and monetize their virtual experiences. It empowers artists, creators, and players to build the platform they always envisioned, providing the means to unleash your creativity.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://decentraland.org/"&gt;Decentraland&lt;/a&gt; allows users to create(scenes, artwork &amp;amp; challenges), explore(land owned by users to experience incredible scenes &amp;amp; structures), and trade(land, estates, avatar wearables, and names) in the first-ever virtual world that they own.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.cryptovoxels.com/"&gt;Cryptovoxel&lt;/a&gt; Cryptovoxels is a virtual world and metaverse, powered by the Ethereum blockchain. Players can buy land and build stores and art galleries. It has editing tools, avatars, and text chat which are built-in.&lt;/p&gt;

&lt;h2&gt;
  
  
  Metaverse for Social Good: Thoughts from University Perspectives
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;session taken through by &lt;a href="https://twitter.com/0xWeiCai"&gt;Wei Cai, Ph.D.&lt;/a&gt; &lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Fundamentals of Metaverse
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Metaverse is virtual reality or a space where people can interact. &lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Virtual Reality(VR)&lt;/em&gt; and &lt;em&gt;Argument Reality&lt;/em&gt; are components of Metaverse and they already exist i.e virtual games and persistent games.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Cloud computing&lt;/em&gt;, &lt;em&gt;network&lt;/em&gt;, &lt;em&gt;electricity&lt;/em&gt; are needed to support the metaverse. &lt;/li&gt;
&lt;li&gt;&lt;p&gt;The metaverse is defined by tradable, negotiable, digital assets and user-generated content.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Metaverse's motivation originates from Vitalik Buterin's &lt;a href="https://about.me/vitalik_buterin"&gt;About me&lt;/a&gt; page:-&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;"I was born in 1994 in Russia and moved to Canada in 2000, where I went to school. I happily played World of Warcraft during 2007-2010, but one day Blizzard removed the damage component from my beloved warlock's Siphon Life spell. I cried myself to sleep, and on that day I realized what horrors centralized services can bring. I soon decided to quit."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  Solid Fundamentals for Metaverse
&lt;/h4&gt;

&lt;p&gt;centralized servers have limited digital access but blockchain support on metaverse allows change from centralized to decentralized servers with Defi, NFT, play-to-earn, GameFi(gaming world).&lt;/p&gt;

&lt;h3&gt;
  
  
  Reviewing Metaverse from Layers
&lt;/h3&gt;

&lt;p&gt;The virtual world intersection with the physical world is made up of three layers i.e ecosystem, interaction, and infrastructure:-&lt;br&gt;
&lt;strong&gt;Ecosystem&lt;/strong&gt; &lt;br&gt;
comprises:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;user-generated content i.e people are the consumers and creators&lt;/li&gt;
&lt;li&gt;economics&lt;/li&gt;
&lt;li&gt;artificial intelligence(AI)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Interaction&lt;/strong&gt; &lt;br&gt;
comprises:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;content creation interface&lt;/li&gt;
&lt;li&gt;immerse intersection&lt;/li&gt;
&lt;li&gt;digital twins 
N/B: Virtual Reality(VR), and Argument Reality(AR) as the brain interface of the computer for common UX and make it feel real.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;infrastructure&lt;/strong&gt; &lt;br&gt;
comprises:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;blockchain &amp;amp; storage&lt;/li&gt;
&lt;li&gt;computation power&lt;/li&gt;
&lt;li&gt;communication &amp;amp; network&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  History of the Metaverse
&lt;/h3&gt;

&lt;p&gt;Writes back to Snow Crash, a Novel written in 1992 and before 1992 car games played by people without computer support created an experience. After 1992 the internet was created to connect people i.e multiplayer world and players started discussing hence creating a narrative(GUI).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3D Graphics&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.reddit.com/user/mosiver"&gt;mosiver&lt;/a&gt; which had massive users and advanced virtual economies&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://secondlife.com/"&gt;Second Life&lt;/a&gt; game with no rules, rewards, open society which is virtual.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.roblox.com/discover/?Keyword=games"&gt;Roblox&lt;/a&gt; game which connects people &lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.epicgames.com/fortnite/en-US/home"&gt;Fortnite&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Features of Metaverse
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Text-based Games&lt;/li&gt;
&lt;li&gt;Virtual Open Worlds&lt;/li&gt;
&lt;li&gt;MMO Video Games&lt;/li&gt;
&lt;li&gt;Decentralized-virtual world&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Infrastructure Blockchain
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://axieinfinity.com/"&gt;Axie Infinity&lt;/a&gt; is not a metaverse but a play-to-earn gaming model with YGG Finance model, UGC blockchain game components unlike blockchain games based on metaverse like &lt;a href="https://www.cryptovoxels.com/"&gt;Cryptovoxel&lt;/a&gt;, &lt;a href="https://decentraland.org/"&gt;Decentraland&lt;/a&gt; and &lt;a href="https://www.sandbox.game/en/"&gt;Sandbox&lt;/a&gt; which still under development but has the same concept as &lt;a href="https://www.roblox.com/discover/?Keyword=games"&gt;Roblox&lt;/a&gt;and players create their own games.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--38nHyzRu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638773489423/_Uv1OVPVR.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--38nHyzRu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638773489423/_Uv1OVPVR.png" alt="Twitter post - 7.png" width="880" height="195"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The web eases accessibility via URL and unity makes access difficult&lt;/p&gt;

&lt;h3&gt;
  
  
  Metaverse For Social Good
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Accessibility&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/Blockeley#:~:text=Blockeley%20is%20a%20Minecraft%20server,reconstruction%20of%20the%20university%20campus.&amp;amp;text=The%20server%20was%20used%20by,during%20the%20COVID%2D19%20pandemic."&gt;Blockeley&lt;/a&gt;: UC Berkely Graduation Ceremony - Minecraft &lt;/li&gt;
&lt;li&gt;Concert of Travis Scott surreal &amp;amp; spectular concert- &lt;a href="https://www.theverge.com/2020/4/23/21233637/travis-scott-fortnite-concert-astronomical-live-report"&gt;Fornite&lt;/a&gt; (post-covid)
&lt;strong&gt;Diversity&lt;/strong&gt; based on limited resources&lt;/li&gt;
&lt;li&gt;Joe Biden's presidential campaign - &lt;a href="https://www.theverge.com/2020/9/1/21409727/biden-harris-animal-crossing-campaign-new-horizons-yard-signs-election"&gt;Animal Crossing&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Poster exhibition in virtual &lt;a href="https://exhibits.stanford.edu/"&gt;Standford University&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Equality&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Decentralized Autonomous Organization(DAO) - decentral and ability to vote, use unique crypto, and no bias based on skin color or languages.
&lt;strong&gt;Humanity&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Assassin's creed unity - &lt;a href="https://assassinscreed.fandom.com/wiki/Human"&gt;Human&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Forbidden city Minecraft - &lt;a href="https://www.planetminecraft.com/blog/how-to-build-the-forbidden-city-and-other-major-complex-building-projects/"&gt;Human Engineering&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Chinese University of Hong Kong, Shenzhen (CUHKSZ) &lt;a href="https://mypage.cuhk.edu.cn/academics/caiwei/paper/papers/metaverse.pdf"&gt;blockchain-driven Metaverse for Social Good - Prototype&lt;/a&gt; for creating content, sharing views, and liquidity tokens. instead of staking it delivered by location/rate of the token by decentralized smart contract e.g being in the dormitory instead of the library, lecture halls reduces tokens and vice versa spending more night hours studying instead of being in the dormitory for better behavior.&lt;/p&gt;

&lt;h3&gt;
  
  
  Perspective Fields
&lt;/h3&gt;

&lt;p&gt;Blockchain(crypto), user-generated content(UGC), interactive technology, finance, gaming/entertainment, social networks are parts of fields that will play a role in the metaverse. &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--lUho8_wu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638778655916/O6PARwOeo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lUho8_wu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638778655916/O6PARwOeo.png" alt="Twitter post - 8.png" width="880" height="237"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Resources&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.to355172308_All_One_Needs_to_Know_about_Metaverse_A_Complete_Survey_on_Technological_Singularity_Virtual_Ecosystem_and_Research_Agenda"&gt;Metaverse Research Paper - 2021&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.researchgate.net/publication/336050383_Blockchain_for_Gaming"&gt;Blockchain Game Research - 2018&lt;/a&gt;
&lt;strong&gt;Thoughts on Future of Metaverse (5-10 years)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;parallel metaverse trend&lt;/li&gt;
&lt;li&gt;interoperable token(DEX/AMM)&lt;/li&gt;
&lt;li&gt;interoperable NFTs (cross different games)
&amp;gt; “I cannot think of anything that can replace fibre optics. In the next 1,000 years, I can’t think of a better system. But don’t believe what I say, because I didn’t believe what experts said either.” &lt;a href="https://www.hello-signal.com/post/honouring-the-memory-of-the-sir-charles-kuen-kao"&gt;Sir Dr. Charles Kuen Kao&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  From Web2 to Web3
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Session by &lt;a href="https://twitter.com/suji_yan"&gt;Suji Yan, Mask&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Web 1.0&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Internet and digital evolution started 25 years ago in the 90s.&lt;/li&gt;
&lt;li&gt;Operating System with windows dominating in the 90s, Netscape browser built with windows OS. After the introduction of Javascript in 1995  to develop websites word to windows apps was replaced.
&lt;strong&gt;Web 2.0&lt;/strong&gt;
Today's infrastructure is based on:- data trackers, centralized IDs, social community likes of Twitter, Google, Microsoft, Facebook-Libra among others.
&lt;strong&gt;Web 3.0&lt;/strong&gt; 
Our solution&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Mask
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://mask.io/"&gt;Mask Network&lt;/a&gt; is built upon web 3.0 to grant networks i.e dApps, Web 3.0 projects. Mask acts as a bridge between Web 2.0 and Web 3.0.&lt;/p&gt;

&lt;h4&gt;
  
  
  Features of Mask Network
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;encrypted message(privacy)&lt;/li&gt;
&lt;li&gt;file service&lt;/li&gt;
&lt;li&gt;NFT&lt;/li&gt;
&lt;li&gt;ITO(Initial Twitter Offering)&lt;/li&gt;
&lt;li&gt;Trading - Twitter-enabled exchange&lt;/li&gt;
&lt;li&gt;Red Packet - for sending crypto/money
&lt;strong&gt;First Red Packet on Twitter&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;10 twitter influencers including makerDAO, Vitalik, dAppReviewer prior to covid in 2020 used it.&lt;/li&gt;
&lt;li&gt;low gas fees.
&lt;strong&gt;Directly buy and sell NFTs on Twitter&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Mask supports marketplaces like &lt;a href="https://opensea.io/"&gt;OpenSea&lt;/a&gt; and &lt;a href="https://rarible.com/"&gt;Rarible&lt;/a&gt;
&lt;strong&gt;Web3 Gallery&lt;/strong&gt;
This detects ENS/ERC20 address on your Twitter profile and automatically shows all NFTs owned to that address. It lets everyone know you own them. No more JPEGs. Enable NFT Avatar using MASK extension. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mbYF90tU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638786279613/0wN8mUyXk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mbYF90tU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638786279613/0wN8mUyXk.png" alt="maskavatar.png" width="624" height="532"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--BewcgtV4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638786299020/Rn03Zg7W9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BewcgtV4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638786299020/Rn03Zg7W9.png" alt="connectwallet.png" width="567" height="390"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TV4M4YH7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638786320714/RGD9jNDqw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TV4M4YH7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1638786320714/RGD9jNDqw.png" alt="wallets.png" width="584" height="434"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Mask x Cent&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://masknetwork.medium.com/mask-network-x-cent-buy-the-tweet-you-just-saw-on-twitter-6b3f697057d"&gt;Mask in collaboration with Cent&lt;/a&gt; enables buying the tweet you just saw on Twitter, mint tweets. Mask remains here to connect Web2 &amp;amp; Web3 on the Metaverse.&lt;/p&gt;

&lt;p&gt;Thank you for reading through my article this has been a long article with a lot of information based on Metaverse, blockchain-driven metaverse, features, fundamentals, and tech stacks relevant to metaverse and use-case of connecting web2 to web3 on Metaverse. This was a continuation of &lt;a href="https://jebitok.hashnode.dev/global-metaverse-bootcamp-ckwdphy1l05u6z0s11cxj5ijl"&gt;Global Metaverse Bootcamp article&lt;/a&gt; in the next article I'll cover NFTs and the relevance of art in the Metaverse.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>web3</category>
    </item>
    <item>
      <title>Take care of what you have now so that it takes care of you in future</title>
      <dc:creator>jebitok-dev</dc:creator>
      <pubDate>Sun, 02 Aug 2020 21:19:31 +0000</pubDate>
      <link>https://forem.com/jebitokdev/take-care-of-what-you-have-now-so-that-it-takes-care-of-you-in-future-47mp</link>
      <guid>https://forem.com/jebitokdev/take-care-of-what-you-have-now-so-that-it-takes-care-of-you-in-future-47mp</guid>
      <description>&lt;p&gt;In programming there's this policy of "take care of what you have now so that'll take of you tommorow".  I've been thinking of it in relation to the PCs or Macs we use no matter how fancy or even if it's not working properly as long as you can write code on it just keep it in best conditions possible in future you'll appreciate it .&lt;/p&gt;

&lt;p&gt;Attimes we wanna contemplate on the data subscriptions ,the prices of acquiring some paid courses, attending a bootcamp training among others that will help you master and improve our developer skills but if you choose to  focus on what you want to achieve in future you'll just be left complying to the policy of taking care of what you have now so that it takes care of you in future.&lt;/p&gt;

</description>
      <category>codenewbie</category>
    </item>
    <item>
      <title>C</title>
      <dc:creator>jebitok-dev</dc:creator>
      <pubDate>Sun, 19 Jul 2020 19:03:03 +0000</pubDate>
      <link>https://forem.com/jebitokdev/c-240p</link>
      <guid>https://forem.com/jebitokdev/c-240p</guid>
      <description>&lt;p&gt;Just six months into software development and the major lesson/advice I'll carry with me was "grow your developer community do not be limited to one dev community". I started with Bootcamp training at Lakehub Academy, Kenya;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;covered part of Freecodecamp curriculum and interacted with their community on twitter and general tech twitter influencers;&lt;/li&gt;
&lt;li&gt;joined hng internship and interacted with good number of designers , developers and mentors;&lt;/li&gt;
&lt;li&gt;I'll be joining WeJapa internship from tommorow hoping to gain and learn more from its community;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
