All posts tagged “basics

Learn Git in 30 Minutes
comment 0

Got 30 Minutes to Spare? Learn to Git!

Git, you’ve heard of it but likely not gotten into it. The thing is that it can really help out with the work of web development, by documenting all of changes we have made. Since it is well documented, it is much easier to pass the development process to another developer. Besides that, Git also allows us to revert back to last change we have made, just like a check point. That is the basic function of it does.

Read More

JavaScript without jQuery
comment 0

JavaScript without jQuery

The majority of web developers are dependent on jQuery as their go-to JavaScript framework. It is flexible and evolving with every version. The community is also very huge, so you can always find a solution with a Google search.

Read More