JavaScript is one of the most popular programming languages.
Very often you see new JavaScript frameworks that make your
life easier as a software developer, but being able to learn
the language itself, not just the latest framework, can also
be quite helpful.
If you are reading this, chances are that you use GitHub on a
regular basis.
Maybe that’s because you need to create new repositories for
your personal side projects, or simply because you have to
push your latest changes in a work project.
If you are a game developer, you probably do not need an
introduction to Unity. Basically, it is a cross-platform game
engine that allows you to develop games for more than 25
platforms such as iOS, Android, Windows, Mac, Linux, etc.
When you start programming, the first thing you usually do is
you start by printing something. If you have started to learn
from a book, or a tutorial, chances are that the string used
in the example was “Hello World”.
One
repository
on GitHub is dedicated to collect as many such printing
examples in as many programming languages as possible. It
includes a lot of languages.
I recently prepared a list of how you can do those prints in
the top 12 most programming languages (based on GitHub and
Tiobe) that you can go and read
here.
It includes examples in Java, C, Python, C++, C#, Visual Basic
.NET, JavaScript, PHP, Objective-C, SQL, Ruby and Matlab.
If this is something that grabs your interest, you can go and
read the article
here.
Sometimes you may be curious about the subdomains of a
particular domain. Sometimes, you may need to see all the URLs
that are hyperlinked on a website. If that’s the case,
JSFinder is a helpful tool that can help you with that.
One of the first things that you are instructed to do when
you start to learn to programme, or when you are simply
learning a new programming language, is doing something
really simple. One of the first steps that you do is print a
simple text. As you are reading this, you probably may know
which text is the most common and the one that I am
referring to.Continue reading
If you are curious to see the first commit that has been
done to some preferred GitHub repository of yours, then you
do not need to spend minutes just to navigate to that
particular commit. You can now see it using a new Chrome
plugin.Continue reading
Have you ever wanted to know how a particular user of
Github sees his timeline? Who does he follow, and what are
the projects that he is starring? You can find out the
answers to these questions using a really cool web
application.Continue reading
Git is one of the best tools that we use to save up our
work throughout time and make it easier to collaborate with
others and track the changes that have happened. Its
usefulness is especially special when you realize the
numerous functionalities that it has. One functionality that
you may not be aware of is the ability to rename the author
of a project.