- If you are a Web Developer, don't miss out on these 67 useful tools, libraries and resources!

If you're a Web Developer, don't miss out on the 67 useful tools, libraries and resources to speed up this process!
- How to create web crawlers with Selenium

Site crawling is useful for automating certain tasks that are performed regularly on websites. You can write a crawler to interact with a website.
- Synthesis of Pascal exercises has prizes, from easy to difficult

Below is a summary of some basic to complex Pascal exercises that TipsMake.com has gathered, hoping your learning will be a little easier.
- 200 common Java interview questions, with reference answers

If you are going to a Java interview, preparing for Java programming language questions is necessary. These Java interview questions are compiled from Tutorialspoint and are
- Hands-free with 5 VB scripts that automate the use of Windows computers

VB Script is scaled from Visual Basic programs used as Windows scripts can do anything from collecting important information about computer hardware to stopping and starting the
- How to send Email with Windows PowerShell

Sending email is a simple task that most people can do. Open the email application, enter the message, the recipient and press the send button. Operation is not too difficult,
- Download and install Java on the computer

To program Java on your computer, you need to install the Java environment, this tutorial will show you how to download and install Java on your computer.
- Form a way of thinking like a programmer

Programmers are people who design, build and maintain computer software programs. In order to work as a programmer, you first need to form a way of thinking like a programmer.
- 5 free online HTML editing tools that test the best code

If you ask someone how to become web developers, they will tell you about JavaScript, Python, web programming, etc. and of course HTML.
- Beginners of computer programming need to focus on what?

Programming is very interesting and extremely useful. So what should beginners learn about computer programming? Let's find out in the article below!
- What is Java? Why choose Java?

What is Java? Java is a high-level programming language, developed by Sun Microsystem and released in 1995. Java runs on a variety of platforms, such as Windows, Mac and various
- Basic Java exercises, with sample decoding

To serve your Java learning needs, TipsMake.com has synthesized some Java exercises from many sources, including sample code (for some articles). Hopefully it can be helpful to
- 4 ways to write multi-threaded code in Java

Multithreading is a method of writing code to execute multiple tasks in parallel. Java offers great support for multi-threaded code writing right from Java 1.0 version. Recent
- 13 important SQL statements Programmer needs to know

13 important SQL commands that you will have to use frequently when manipulating data tables. If you are a programmer, you need to memorize these SQL statements.
- Top 10 HTML tags that each blog and website owner should know

Web in the world is coded in many different languages. However, there is a language that can be found on all those sites, HyperText Markup Language, commonly referred to as HTML.
- 17 simple HTML codes you can learn in 10 minutes

Although modern web pages are often built with user-friendly interfaces, it's good to know some basic HTML . If you know the following 17 tags, you can create a basic web page from
- Website construction: HTML and XHTML tricks

This article will introduce you to some of the widely used HTML and XHTML tricks.
- Basic about Git

Git is the name of a distributed version management system (Distributed Version Control System - DVCS) is one of the most popular distributed version management systems today.
- Git environment settings

Before you can use Git, you must install and make some configuration changes. Here are the steps to install Git client on Ubuntu and Centos Linux.
- Git life cycle

In this chapter, we will discuss Git's life cycle. And in the following chapter, we learn through Git commands for each activity.