Comprehensive Tutorials

Time to open up a new chapter in life.

Free Tutorials

Web Development

Web Development

Web Development

Programming

Programming

Programming

Machine Learning

Machine Learning

Machine Learning

Computer Science

Computer Science

Computer Science

Mobile App Development

Mobile App Development

Mobile App Development

Database

Database

Database

Big Data

Big Data

Big Data

Microsoft

Microsoft

Microsoft

Latest Technologies

Latest Technologies

Latest Technologies

Hot Articles

GUI with Tkinter in Python

  • Zoran Graham
  • 19 Feb

GUI can help you to connect with the computer systems and enriches your experience of giving a command to your code. Python has a great deal of GUI frameworks, but Tkinter is the only one that's developed into the Python standard library. It offers many controls, like buttons, labels and text boxes.

HTML5 Number Input Type

  • Steven Keller
  • 25 Apr

Among HTML5 input types, there is a "number" type. It is simple to understand, "number" type is a form field which allows numeric input. You can have a number input field as a spinner which you have up and down arrow at the right of the textbox to increase or reduce the number worth.

jQuery UI DatePicker

  • Sean Longfellow
  • 7 August

DatePicker is commly used which has an easy to use interface for selecting date. It is tied to a simple text field which when focused on by clicking or by using tab key. DatePicker presents an interactive calendar which allows a date to be chosen. If a date is selected, the date is then inserted into the text field.

How to Mark Images as Spoiler in Discord

  • Austin Carter
  • 11 May

Can you make an image a spoiler in Discord? What are the rules around going over Spoilers? This tutorial will introduce you spoilers, as well as how to mark text or a photo a spoiler in Discord.

How to Pass a Date Parameter in a Restful Way

  • Mark Weaver
  • 23 June

How to pass a date parameter in a restful way? On this page, you will get the detailed guide for how to accept Date, LocalDate and LocalDateTime parameters in Spring REST requests, both at the request and application levels.

How to Count the Number of Messages in WhatsApp

  • Gabriel Rice
  • 10 Dec

The current version of WhatsApp likewise bring couple of latest functions which enables you to start voice and video calling. Do you know how to count the number of messages sent out to an individual in WhatsApp?

How to Rename Files to Numbers in a Series

  • Gerard Smith
  • 3 Aug

Whether you want to include sequential numbers, change case or transform areas, include folder names or each file's time to its name, or change particular text in filenames, see this page.

Verify Your WhatsApp Business Number

  • Ricardo Abla
  • 14 July

WhatsApp Business is a free to download app available on iPhone and Android devices. If you want to verify WhatsApp business account, you may read this article.

Introduction to Git Cherry Pick

  • Owen Brook
  • 30 Mar

Typically, cherry selecting in git implies to choose a specific devote from one branch and used it onto another. On the other hand, combine or rebase use normally lots of dedicates onto another branch.