{"componentChunkName":"component---src-templates-post-jsx","path":"/2019-in-a-blog-post","result":{"data":{"mdx":{"frontmatter":{"slug":"2019-in-a-blog-post","title":"2019 in a blog post","date":"23 December, 2019","image":{"childImageSharp":{"fluid":{"base64":"data:image/jpeg;base64,/9j/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wgARCAANABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAEDAgb/xAAVAQEBAAAAAAAAAAAAAAAAAAABAP/aAAwDAQACEAMQAAAB4hxQ7JEf/8QAGhABAAIDAQAAAAAAAAAAAAAAAgABAxESMf/aAAgBAQABBQIirNAayUSu1rpT2f/EABURAQEAAAAAAAAAAAAAAAAAABAh/9oACAEDAQE/AYf/xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAECAQE/AT//xAAaEAADAAMBAAAAAAAAAAAAAAAAAREQITEi/9oACAEBAAY/At2lrR55CVnXj//EABoQAQADAQEBAAAAAAAAAAAAAAEAESFhUTH/2gAIAQEAAT8hCtH0dORAViqPC9moKg7AKKvLmy7PYqrW2f/aAAwDAQACAAMAAAAQXP8A/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAER/9oACAEDAQE/ENK//8QAFREBAQAAAAAAAAAAAAAAAAAAEBH/2gAIAQIBAT8Qh//EABsQAQEAAwEBAQAAAAAAAAAAAAERACExQWGB/9oACAEBAAE/EHBdSIytjvjvmVQ1oDRCUN81DCIfF7KbOF37DC4R0Uhu6/d4s3QV+OY4UnVa5//Z","aspectRatio":1.5,"src":"/static/aa08ba5a1e22f02911362b8cc7023872/57238/2019.jpg","srcSet":"/static/aa08ba5a1e22f02911362b8cc7023872/5398f/2019.jpg 200w,\n/static/aa08ba5a1e22f02911362b8cc7023872/26a4d/2019.jpg 400w,\n/static/aa08ba5a1e22f02911362b8cc7023872/57238/2019.jpg 800w,\n/static/aa08ba5a1e22f02911362b8cc7023872/23dde/2019.jpg 1200w,\n/static/aa08ba5a1e22f02911362b8cc7023872/526a4/2019.jpg 1600w,\n/static/aa08ba5a1e22f02911362b8cc7023872/effa1/2019.jpg 5184w","srcWebp":"/static/aa08ba5a1e22f02911362b8cc7023872/240ac/2019.webp","srcSetWebp":"/static/aa08ba5a1e22f02911362b8cc7023872/04c4c/2019.webp 200w,\n/static/aa08ba5a1e22f02911362b8cc7023872/ebea1/2019.webp 400w,\n/static/aa08ba5a1e22f02911362b8cc7023872/240ac/2019.webp 800w,\n/static/aa08ba5a1e22f02911362b8cc7023872/823f0/2019.webp 1200w,\n/static/aa08ba5a1e22f02911362b8cc7023872/9e49e/2019.webp 1600w,\n/static/aa08ba5a1e22f02911362b8cc7023872/15342/2019.webp 5184w","sizes":"(max-width: 800px) 100vw, 800px"}}},"excerpt":"How my 2019 went - achievements, what I learnt and plans for 2020"},"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"slug\": \"2019-in-a-blog-post\",\n  \"date\": \"23 December, 2019\",\n  \"dateForSorting\": \"2019-12-23T19:32:02.260Z\",\n  \"title\": \"2019 in a blog post\",\n  \"tags\": [\"Personal\", \"Year Review\"],\n  \"excerpt\": \"How my 2019 went - achievements, what I learnt and plans for 2020\",\n  \"image\": \"/assets/2019.jpg\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"2019 is finally ending!\"), mdx(\"p\", null, \"It has been a great year, to be honest.\"), mdx(\"p\", null, \"I set a lot of goals at the beginning of 2019 some of which I accomplished and this post will be a recap of the what happened this year.\"), mdx(\"p\", null, \"Let's get started!\"), mdx(\"h2\", null, \"I finished my final exams!\"), mdx(\"p\", null, \"So this year I wrote the UTME and my final exam (WASSCE). It was a tough period but my mates and I were able to make it to the end. I didn't reach the target scores I set for myself but I was pretty close \\uD83D\\uDE05. I wanted to get a 350/400 and 9A1's but I had a 321 and 8A1's which is pretty close so I still feel fulfilled.\"), mdx(\"h2\", null, \"I graduated!\"), mdx(\"p\", null, \"After six long years of pain and joy, I finally graduated from secondary school. It feels good not to wear a school uniform again and I feel I have gained some \\\"life experience\\\" since I finished secondary school. I am not sure what to expect from whatever university I will attend but I'll try to make the time I'll spend there worthwhile.\"), mdx(\"h2\", null, \"I became a pro photographer!\"), mdx(\"p\", null, \"After my final exams, I enrolled at Shola Animashaun Photography Academy to learn photography. Before then, I had some experience in photography but my time at SAPA polished my technical and branding skills. I got involved in a lot of professional jobs and I gained hands-on experience working with various photography equipment. Furthermore, I had the opportunity to get mentored by famous people in the industry. I also made some great friends there. I highly recommend SAPA if you are hoping to learn photography. You can check out their website \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"http://sholaanimashaun.com/academy/\"\n  }), \"here\"), \".\"), mdx(\"h2\", null, \"Went on a photography trip to Olumo Rock!\"), mdx(\"p\", null, \"My friends and I went on a photography trip to the famous Olumo Rock courtesy of SAPA. It was a fun trip and I learnt a lot  especially about the origins of the rock. The most fun part was climbing the rock. To be honest, I thought I was going to fall off \\uD83D\\uDE02\\uD83D\\uDE02\\uD83D\\uDE02\\uD83D\\uDE02. We reached the top of the rock and took some photos and drone shots\\uD83D\\uDE0E\\uD83D\\uDE0E.\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"590px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/ade93959a43103bc972fa84aaf700aa3/0b11b/OlumoRock.jpg\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": [\"noopener\"]\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"66.23818525519849%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/jpeg;base64,/9j/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wgARCAANABQDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAYCAwX/xAAVAQEBAAAAAAAAAAAAAAAAAAACAf/aAAwDAQACEAMQAAABjrLFgTkLQb//xAAaEAADAQADAAAAAAAAAAAAAAABAgMEABES/9oACAEBAAEFAhXS3I31tFb6vKTBNCUzrVuv/8QAGBEAAgMAAAAAAAAAAAAAAAAAAAECETH/2gAIAQMBAT8Bp6KB/8QAFxEAAwEAAAAAAAAAAAAAAAAAAAECEv/aAAgBAgEBPwHSHR//xAAeEAACAQQDAQAAAAAAAAAAAAABAgAREiGBAzJCkv/aAAgBAQAGPwJqO9482iKVWupnhzAYUBOjOz/U/8QAHRABAAICAgMAAAAAAAAAAAAAAQARITFBYYGRsf/aAAgBAQABPyE7MOlErP8ANvR9Qpu8JywNPJALwcKFZuU/0T//2gAMAwEAAgADAAAAEGQ//8QAFxEBAQEBAAAAAAAAAAAAAAAAAQARMf/aAAgBAwEBPxAw0EgB2//EABkRAQACAwAAAAAAAAAAAAAAAAEAESExsf/aAAgBAgEBPxDJQstd8n//xAAdEAEAAgICAwAAAAAAAAAAAAABESEAMUFhUXGR/9oACAEBAAE/EAXQgpnUyz8xW6oEQyDpstV4wxcJlbt9OJUal1UNXPWDl8TISkPeRoJKbpeW7z//2Q==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Photos I took at Olumo Rock\",\n    \"title\": \"Photos I took at Olumo Rock\",\n    \"src\": \"/static/ade93959a43103bc972fa84aaf700aa3/59653/OlumoRock.jpg\",\n    \"srcSet\": [\"/static/ade93959a43103bc972fa84aaf700aa3/de1f9/OlumoRock.jpg 148w\", \"/static/ade93959a43103bc972fa84aaf700aa3/9963e/OlumoRock.jpg 295w\", \"/static/ade93959a43103bc972fa84aaf700aa3/59653/OlumoRock.jpg 590w\", \"/static/ade93959a43103bc972fa84aaf700aa3/2385e/OlumoRock.jpg 885w\", \"/static/ade93959a43103bc972fa84aaf700aa3/f35e0/OlumoRock.jpg 1180w\", \"/static/ade93959a43103bc972fa84aaf700aa3/0b11b/OlumoRock.jpg 2645w\"],\n    \"sizes\": \"(max-width: 590px) 100vw, 590px\",\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"h2\", null, \"Had my first photoshoot!\"), mdx(\"p\", null, \"Using the knowledge and experience I gained at SAPA, I was able to successfully organise my own photoshoot. This was with the great help of my friend. It was an amazing experience with an amazing model! You can check out the model's instagram \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://www.instagram.com/feyiii_/?hl=en\"\n  }), \"here\"), \" in case you want to contact her for bookings.\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"590px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/2cc7ba0d1243d4916cd9675cc038fabd/0b11b/MyFirstPhotoShoot.jpg\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": [\"noopener\"]\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"66.23818525519849%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/jpeg;base64,/9j/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wgARCAANABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAEEBQb/xAAUAQEAAAAAAAAAAAAAAAAAAAAC/9oADAMBAAIQAxAAAAHnJqEVmDEf/8QAHBABAAEEAwAAAAAAAAAAAAAAAgEAAwQSERMk/9oACAEBAAEFAjzupHYzG19KzlZ698KIr//EABYRAAMAAAAAAAAAAAAAAAAAAAEQUf/aAAgBAwEBPwExf//EABYRAQEBAAAAAAAAAAAAAAAAAAEQQf/aAAgBAgEBPwENn//EAB0QAQADAAEFAAAAAAAAAAAAAAEAAhGBIiMyYXH/2gAIAQEABj8C7zb6xrm12dApCw+5ZKhoOcTx3mf/xAAbEAEAAwADAQAAAAAAAAAAAAABABEhMUFRgf/aAAgBAQABPyFlNhPWCqNFjr9iHI2r3omQnKLDCzDKbL5xP//aAAwDAQACAAMAAAAQGM//xAAVEQEBAAAAAAAAAAAAAAAAAAABEP/aAAgBAwEBPxBgBn//xAAVEQEBAAAAAAAAAAAAAAAAAAABEP/aAAgBAgEBPxBkn//EABsQAQEAAwEBAQAAAAAAAAAAAAERACExQVGB/9oACAEBAAE/ED0Y2bQ0Vb4dxg70oOedc8x1IwHbGbMnQyBPTpOJrApQ4hEaCfcfzC6V+Gf/2Q==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Images from the shoot\",\n    \"title\": \"Images from the shoot\",\n    \"src\": \"/static/2cc7ba0d1243d4916cd9675cc038fabd/59653/MyFirstPhotoShoot.jpg\",\n    \"srcSet\": [\"/static/2cc7ba0d1243d4916cd9675cc038fabd/de1f9/MyFirstPhotoShoot.jpg 148w\", \"/static/2cc7ba0d1243d4916cd9675cc038fabd/9963e/MyFirstPhotoShoot.jpg 295w\", \"/static/2cc7ba0d1243d4916cd9675cc038fabd/59653/MyFirstPhotoShoot.jpg 590w\", \"/static/2cc7ba0d1243d4916cd9675cc038fabd/2385e/MyFirstPhotoShoot.jpg 885w\", \"/static/2cc7ba0d1243d4916cd9675cc038fabd/f35e0/MyFirstPhotoShoot.jpg 1180w\", \"/static/2cc7ba0d1243d4916cd9675cc038fabd/0b11b/MyFirstPhotoShoot.jpg 2645w\"],\n    \"sizes\": \"(max-width: 590px) 100vw, 590px\",\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"h2\", null, \"Started learning JavaScript!\"), mdx(\"p\", null, \"In 2018, I ditched android app development for Front-end web development. This year I started learning JavaScript, and after some months learning it, I had only one thing to say about it - I hated it!\"), mdx(\"p\", null, \"I was coming from a statically-typed background (Java) and so many things about JavaScript felt wrong to me. However, with time, I was able to adapt and my hate for JavaScript partly faded away.\"), mdx(\"h2\", null, \"Had my first Internship!\"), mdx(\"p\", null, \"I heard about the HNG Internship from a friend. It sounded like a great opportunity to improve my skills and it was really attractive. Improving my skills, working in teams, getting mentored and getting paid at the same time?! Who wouldn't want that?\"), mdx(\"p\", null, \"The internship started around September. Our preliminary task was to design a page using Figma. I had previous experience with Figma so this wasn't that much of a problem. From then on, we were grouped into teams and given weekly tasks. Failure to accomplish your task meant elimination or \\\"execution\\\". At the beginning of the internship, everything was too fast-paced. Deadlines were always around the corner and I had to work with people I wasn't familiar with. \"), mdx(\"p\", null, \"I think the most difficult part of the internship was working in a team. Everyone had different daily routines so it was difficult to organise team members. About halfway through the internship, the number of people in the Slack channel had reduced so it was not rowdy as it was. I also got to know some people especially those who were active in the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"random\"), \" channel which was by far the most fun channel (big shout-out to \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"random\"), \" guys). \"), mdx(\"p\", null, \"I learnt a lot of things during the internship: how to use Slack, Git and Github, Pivotal Tracker and how to work in teams.  I quit during the 8th stage because I was too busy with other things but it was definitely one of my best experiences this year.\"), mdx(\"h2\", null, \"Started Using React!\"), mdx(\"p\", null, \"At the beginning of my JavaScript journey, I decided that I would learn React in 2020. This was mainly because I wasn't very confident in my JavaScript skills and partly because a lot of front-end web developers highly suggested that beginners should have a very solid background in JS before learning how to use a framework or library. During the HNG internship, however, I decided to learn a little of React so I would not be short of skills. I started with this very nice course by Chris@scotch.io. You should check \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://scotch.io/starters/react/getting-started-with-react-2019-edition\"\n  }), \"it\"), \" out. \"), mdx(\"p\", null, \"The tutorial was very straightforward and I was convinced I could learn React before 2020 so I downloaded a \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://www.youtube.com/watch?v=DLX62G4lc44\"\n  }), \"five-hour crash course\"), \" by Bob Ziroll on React.\"), mdx(\"p\", null, \"After finishing the course, I read through the React Docs and I was able to build some projects. The first project was an Anime Search app which you can find \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://nodejss.github.io/AnimeSearch/\"\n  }), \"here\"), \". \"), mdx(\"p\", null, \"React is an amazing library and it made me love and get better at JavaScript.\"), mdx(\"p\", null, \"I also used other technologies related to React such as Gatsby.\"), mdx(\"h2\", null, \"Built my blog!\"), mdx(\"p\", null, \"Again, I intended to do this in 2020 but after learning React and taking \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://twitter.com/jlengstorf\"\n  }), \"Jason Lengstorf\"), \"'s Gatsby course on Frontend Masters, I was able to build this blog using Gatsby. Now I can share technical knowledge and personal experiences here.\"), mdx(\"h2\", null, \"What's the plan for 2020?\"), mdx(\"p\", null, \"In 2020, I hope to gain more experience and work with more technologies like Tailwind CSS, GraphQL and so on. I'm also planning to make a return to the App development field so I'll learn either of React Native or Flutter. \"), mdx(\"p\", null, \"I plan to write more technical articles. Technical articles have been a huge help throughout my learning process so I want to \\\"give back\\\" to the community. It's also a way for me to keep notes on concepts I find difficult.\"), mdx(\"p\", null, \"Personally, I plan to be more positive from 2020 and beyond!\"), mdx(\"p\", null, \"Let's see what 2020 brings! \\uD83D\\uDD25\\uD83D\\uDE80\\uD83D\\uDD25\\uD83D\\uDE80\\uD83D\\uDD25\\uD83D\\uDE80\"), mdx(\"p\", null, \"We'll go beyond! PLUS ULTRA!\"), mdx(\"p\", null, mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"https://res.cloudinary.com/dqcsk8rsc/image/upload/v1577652386/Go_beyond_Plus_Ultra_yzabx1.gif\",\n    \"alt\": \"A gif related to an anime\",\n    \"title\": \"In 2020, let's go beyond! PLUS ULTRA!\"\n  }))));\n}\n;\nMDXContent.isMDXComponent = true;"}},"pageContext":{"isCreatedByStatefulCreatePages":false,"slug":"2019-in-a-blog-post"}}}