{"componentChunkName":"component---src-templates-blog-post-tsx","path":"/blog/hello-world/","result":{"data":{"post":{"body":"var _excluded = [\"components\"];\n\nfunction _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/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"slug\": \"hello-world\",\n  \"title\": \"My First Post\",\n  \"description\": \"Hello! Welcome to my blog. I hope you get to learn a lot from my written out thoughts\",\n  \"date\": \"2021-08-04\",\n  \"published\": true\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Writing was on my list of new year resolutions. Though we're 8 months into the year, I figured it's still not too late to start.\\nI'm interested in topics around software design patterns and architecture. As I read about topics around these terminologies,\\nI will be putting together my learnings on the various topics and make them available via these blog posts.\"), mdx(\"p\", null, \"There are definitely great resources out there around these topics and great books like Design Patterns, Designing Data-Intensive Applications\\nand the like which provide great insights. Martin Fowler's website is also a great place I've been reading about these topics.\"), mdx(\"p\", null, \"My plan is to use these articles as a way of structuring my learning around the various topics with the added benefits\\nof making them available for other engineers to read.\"), mdx(\"p\", null, \"I'll be writing also about solutions to technical challenges I face while working on projects and the thinking process behind the strategies used.\"), mdx(\"p\", null, \"Also, I signed up for \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://twitter.com/monicalent\"\n  }, \"@monicalent\"), \"'s \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://bloggingfordevs.com/\"\n  }, \"grow your blog as a developer course\"), \" to get some insights on this writing journey \\uD83D\\uDE0A\"), mdx(\"p\", null, \"Hopefully, this will not be the only article post I write this year \\uD83D\\uDE05\"), mdx(\"p\", null, \"See you in my next post!\"));\n}\n;\nMDXContent.isMDXComponent = true;","timeToRead":1,"frontmatter":{"title":"My First Post","description":"Hello! Welcome to my blog. I hope you get to learn a lot from my written out thoughts","date":"August 04, 2021"}}},"pageContext":{"slug":"hello-world/"}},"staticQueryHashes":["88918594"]}