diff --git a/_drafts/2018-04-21-git-and-github-guide.md b/_drafts/2018-04-21-git-and-github-guide.md new file mode 100644 index 0000000..daabfe9 --- /dev/null +++ b/_drafts/2018-04-21-git-and-github-guide.md @@ -0,0 +1,21 @@ +--- +title: "How To Start Using Github for Learning Development Technologies" +permalink: "/git-and-github-guide" +description: "I strongly believe that every developer should know Git and Github. Here's why." +keywords: "" +image: "git-github.jpg" +image-attrib: "Photo stock by Tim Gouw from Pexel." +--- + +If there's something that would greatly jumpstart your growth as a developer, I would say that's learning Git and exploring projects on [Github](https://github.com). + +Github hosts [all sorts of projects](https://github.com/explore) from Desktop apps to Web apps, and would most likely have examples for any technology you want to learn. + + +Github is basically a website for opensource communities. It is sort of the place in the Web where developers get together to collaborate on projects. + +It is not just the best place to contribute or start an opensource project, but also a good starting point to see and learn how other developers write their code and communicate with each other to resolve issues. + +To cut the long story short, Github's a good place to start learning how to be a developer... and more. + +Let's go through the steps on creating an account on github and creating your first project repository. \ No newline at end of file diff --git a/_drafts/2018-04-21-reasons-to-join-github.md b/_drafts/2018-04-21-reasons-to-join-github.md new file mode 100644 index 0000000..068d50a --- /dev/null +++ b/_drafts/2018-04-21-reasons-to-join-github.md @@ -0,0 +1,8 @@ +--- +title: "Reasons to Join Github" +permalink: "/why-join-github" +description: "Let's talk about some reasons why joining Github is crucial for every developer." +keywords: "" +image: "git-github.jpg" +image-attrib: "" +--- diff --git a/_drafts/2018-04-21-thoughts-on-building-an-ecommerce-site.md b/_drafts/2018-04-21-thoughts-on-building-an-ecommerce-site.md new file mode 100644 index 0000000..501bcab --- /dev/null +++ b/_drafts/2018-04-21-thoughts-on-building-an-ecommerce-site.md @@ -0,0 +1,8 @@ +--- +title: "Thoughts on Building My Own eCommerce Website" +permalink: "/thoughts-on-ecommerce" +description: "If you have been wanting to start an online store, here I talk about the many things you have to consider." +keywords: "" +image: "ecommerce-thoughts.jpg" +image-attrib: "Photo stock by Lukas from Pexel." +--- diff --git a/_layouts/default.html b/_layouts/default.html index 5c6cc05..46bbbc5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,24 +1,24 @@ - + - {% include head.html %} +{% include head.html %} -
- - + if (d.getElementById(id)) return; + js = d.createElement(s); + js.id = id; + js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12'; + fjs.parentNode.insertBefore(js, fjs); + }(document, 'script', 'facebook-jssdk')); + -