Merge branch 'dev-ayo' of github.com:fullhacker/fullhacker.github.io into dev-ayo

This commit is contained in:
Ayo 2018-04-22 00:22:42 +08:00
commit cdc075f299
6 changed files with 82 additions and 21 deletions

View file

@ -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.
<!--more-->
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.

View file

@ -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: ""
---

View file

@ -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."
---

View file

@ -1,24 +1,24 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}"> <html lang="{{ page.lang | default: site.lang | default: " en " }}">
{% include head.html %} {% include head.html %}
<body> <body>
<div id="fb-root"></div> <div id="fb-root"></div>
<script>(function(d, s, id) { <script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0]; var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return; if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id; js = d.createElement(s);
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12'; js.id = id;
fjs.parentNode.insertBefore(js, fjs); js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12';
}(document, 'script', 'facebook-jssdk')); fjs.parentNode.insertBefore(js, fjs);
</script> }(document, 'script', 'facebook-jssdk'));
</script>
<div class="site-container"> <div class="site-container">
{% include header.html %} {% include header.html %} {% if page.type == "home" %}
{% if page.type == "home" %}
<div class="jumbotron"> <div class="jumbotron">
<div class="jumbotron-content"> <div class="jumbotron-content">
<!-- div id="logo-div" class="float-left"> <!-- div id="logo-div" class="float-left">
@ -55,9 +55,9 @@
<div class="site-body"> <div class="site-body">
<main class="page-content float-left" aria-label="Content"> <main class="page-content float-left" aria-label="Content">
<div class="wrapper"> <div class="wrapper">
{{ content }} {{ content }}
</div> </div>
</main> </main>
<nav id="side-nav" class="float-left"> <nav id="side-nav" class="float-left">
{% if page.type != "about" %} {% if page.type != "about" %}
@ -87,9 +87,33 @@
</div> </div>
{% if page.type != "home" %} {% if page.type != "home" %}
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us17.list-manage.com","uuid":"85102052c447ce8a8bba06f24","lid":"2366f7f35a"}) })</script> <script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">
require(["mojo/signup-forms/Loader"], function(L) {
L.start({
"baseUrl": "mc.us17.list-manage.com",
"uuid": "85102052c447ce8a8bba06f24",
"lid": "2366f7f35a"
})
})
</script>
{% endif %} {% endif %}
</body> <!-- Default Statcounter code for Fullhacker.com
http://fullhacker.com -->
<script type="text/javascript">
var sc_project = 11689667;
var sc_invisible = 1;
var sc_security = "4710ea45";
</script>
<script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/11689667/0/4710ea45/1/" alt="Web
Analytics"></a></div></noscript>
<!-- End of Statcounter Code -->
</html> </body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB