Programmers help
Advertise here
  • Basics
  • Cheatsheets
  • Code Snippets
  • Exercises
  • JavaScript
  • Programs
  • Tutorials
  • Programs
  • Videos
  • Node.js

    How to get yesterday’s date in JavaScript

    In this article we will show you how to get yesterdays date in javascript The first  step is to get the current date and subtract 1 from it and use …

    Read more
    0 FacebookTwitterPinterestEmail
  • Node.js

    JavaScript chalk example

    The Chalk module is a third-party module that is used for styling the format of text and allows us to create our own themes in a node.js project. You can …

    Read more
    0 FacebookTwitterPinterestEmail
  • Node.js

    Generating fake test data using Javascript

    In this article I take a look at a library which can be used to generate ‘fake’ data If your an application developer the more likely scenario is that you …

    Read more
    0 FacebookTwitterPinterestEmail
  • Node.js

    Test your internet speed using SpeedTest on the command line

    If you want to test your download and upload speeds then a common option is Speedtest.net Speedtest® by Ookla® is the definitive way to test the speed and performance of …

    Read more
    0 FacebookTwitterPinterestEmail
  • Basics

    JavaScript Date Object

    JavaScript has a built-in datatype that creates dynamic dates or stores current, previous, or future dates. Date objects can be created by using the new Date() method. Constructor You can use 4 …

    Read more
    0 FacebookTwitterPinterestEmail
  • Node.js

    Node.js DNS

    The dns module enables name resolution. For example, use it to look up IP addresses of host names. Syntax The syntax for including the DNS module in your application: var dns = require(‘dns’); …

    Read more
    0 FacebookTwitterPinterestEmail
  • Node.js

    Node.js OS Module

    OS is a node module which is used to provide information about the computer operating system. Syntax The syntax for including the OS module in your application: var os = require(‘os’); …

    Read more
    0 FacebookTwitterPinterestEmail
  • Node.js

    Node.js Command Line Options

    There are a variety of command line options for Node.js Lets take a look at the list of Node.js command line options: Option Description v, –version This is used to …

    Read more
    0 FacebookTwitterPinterestEmail
  • Tutorials

    Python tutorial : Exceptions

    Exceptions So far we have made programs that ask the user to enter a string, and we also know how to convert that to an integer. text = input("Enter something: …

    Read more
    0 FacebookTwitterPinterestEmail
  • Tutorials

    Python tutorial : strings

    Strings Python strings are just pieces of text. >>> our_string = "Hello World!" >>> our_string 'Hello World!' >>> So far we know how to add them together. >>> "I said: …

    Read more
    0 FacebookTwitterPinterestEmail
  • Tutorials

    Python tutorial : lists and tuples

    Lists and tuples Why should we use lists? Sometimes we may end up doing something like this. name1 = 'wub_wub' name2 = 'theelous3' name3 = 'RubyPinch' name4 = 'go|dfish' name5 …

    Read more
    0 FacebookTwitterPinterestEmail
  • Tutorials

    Python tutorials – variables

    Variables, Booleans and None Variables Variables are easy to understand. They simply point to values. >>> a = 1 # create a variable called a that points to 1 >>> …

    Read more
    0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Great Offers

Get 12 Generative AI and LLM eBooks worth £324.88 for £9.00

Get 15 Data science eBooks worth £426.85 for £14.15

Get 7 OOP eBooks worth £205.93 for £7.55

Get 9 quantum computing eBooks worth £261.91 for £8.49

Tutorials

  • C Tutorials
  • C# Tutorials
  • C++ tutorials
  • Go Tutorials

Recent Posts

  • How to Fix FileNotFoundException in C# – Beginner Guide with Examples
  • How to Fix DivideByZeroException in C# – Beginner-Friendly Guide
  • How to Fix IndexOutOfRangeException in C# – Simple Guide for Beginners
  • Tutorial: Structs in Rust Programming Language
  • How to Fix NullReferenceException in C# – A Beginner-Friendly Guide
  • How to Fix FileNotFoundError: [Errno 2] No such file or directory in Python
  • How to Safely Handle File Reading and Writing Errors in Python
  • How to Fix IOError: [Errno 13] Permission Denied in Python (Beginner Guide)
Advertise here

Donation Options

What its all for

PayPal


Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

  • Assembly
  • Basics
  • C
  • C#
  • C++
  • Cheatsheets
  • Code Snippets
  • Ebooks
  • Exercises
  • Game Development
  • Go
  • HTML
  • Java
  • JavaScript
  • Node.js
  • PHP
  • Programs
  • Python
  • Resources
  • Rust
  • Tips
  • Tutorials
  • Videos

Other sites

http://learnmicropython.com

http://learningjava.net

http://maxjavascript.com

http://maxpython.com


Back To Top
Programmers help
  • Basics
  • Cheatsheets
  • Code Snippets
  • Exercises
  • JavaScript
  • Programs
  • Tutorials
  • Programs
  • Videos