RSSAmplifier

Blog

Sabe

Sabe.io is a collection of tutorials and articles to help you learn web development.

sabe.ioRSS feed ↗375 posts

Latest posts

How to Truncate a String in JavaScript

Learn how to truncate a string in JavaScript.

How to Create a Horizontal List using CSS

Learn how to create a horizontal list using CSS.

How to Extract Numbers from a String in JavaScript

Learn how to extract numbers from a string in JavaScript.

How to get Details of a File using Python

Learn how to get details of a file using Python.

How to Compare Arrays in JavaScript

Learn how to compare arrays in JavaScript.

How to fix "command not found: nvm" in Node

Learn how to fix "command not found: nvm" in Node.

In vs hasOwnProperty in JavaScript

Learn the difference between in and hasOwnProperty in JavaScript.

How to get the Class Name of an Object in Python

Learn how to get the class name of an object in Python.

How to use an if shorthand without an else in JavaScript

Learn how to use an if shorthand without an else in JavaScript.

How to Center the Text in an HTML Table Row using CSS

Learn how to center the text in an HTML table row using CSS.

How to Rotate Images using JavaScript

Learn how to rotate images using JavaScript.

How to Initialize a List in Java

Learn how to initialize a list in Java.

How to get the Sum of Array of Objects in JavaScript

Learn how to get the sum of array of objects in JavaScript.

How to Pretty Print JSON in PHP

Learn how to pretty print JSON in PHP.

How to Split a String and get Last Array Element in JavaScript

Learn how to split a string and get the last array element in JavaScript.

How to use the "in" and "not in" Operators in Python

Learn how to use the "in" and "not in" operators in Python.

How to use the for in loop in JavaScript

Learn how to use the for in loop in JavaScript.

How to Write to a Text File using Python

Learn how to write to a text file using Python.

How to Add a Google Translate Button using JavaScript

Learn how to add a Google Translate button using JavaScript.

How to Get Values from a Dictionary in Python

Learn how to get values from a dictionary in Python.

How to Style Console Messages using CSS in JavaScript

Learn how to style console messages using CSS in JavaScript.

How to Embed YouTube Videos using iframe in HTML

Learn how to embed YouTube videos using iframe in HTML.

How to Replace the First Occurrence of a Character in a String in JavaScript

Learn how to replace the first occurrence of a character in a string in JavaScript.

How to Fix "SyntaxError: Cannot use import statement outside of a module" Error in Node

Learn how to fix "SyntaxError: Cannot use import statement outside of a module" error in Node.

How to Capitalize a Word in JavaScript

Learn how to capitalize a word in JavaScript.

How to Change String Cases in Python

Learn how to change string cases in Python.

How to Replace White Space in Strings using Regex in JavaScript

Learn how to replace white space in strings using regex in JavaScript

How to Check if a String contains a Substring in Python

Learn how to check if a string contains a substring in Python.

How to Convert a String to HTML using JavaScript

Learn how to convert a string to HTML using JavaScript.

How to Round Numbers in Python

Learn how to round numbers in Python.

How to Escape Quotes in a String in JavaScript

Learn how to escape quotes in a string in JavaScript.

How to use the <br> Line Break Element in HTML

Learn how to use the line break element in HTML.

How to Find Min/Max from Array of Arrays in JavaScript

Learn how to find the min/max from an array of arrays in JavaScript.

How to Remove Substring from a String in Python

Learn how to remove a substring from a string in Python.

How to use Immediately Invoked Function Expressions (IIFE) in JavaScript

Learn how to use immediately invoked function expressions (IIFE) in JavaScript.

How to Join a List of Strings with a Delimiter in Java

Learn how to join a list of strings with a delimiter in Java.

How to add Line Breaks in a Textarea using JavaScript

Learn how to add line breaks in a textarea using JavaScript.

How to Make Bullets Square on Unordered Lists using CSS

Learn how to make bullets square on unordered lists using CSS.

How to Create a Timer using JavaScript

Learn how to create a timer using JavaScript.

How to add Rounded Corners using Border Radius in CSS

Learn how to add rounded corners using border radius in CSS.

How to use Object Destructuring in JavaScript

Learn how to use object destructuring in JavaScript.

How to Highlight Text using Mark tag in HTML

Learn how to highlight text using the mark tag in HTML.

How to use querySelectorAll() with Multiple Classes in JavaScript

Learn how to use querySelectorAll with multiple classes in JavaScript

How to Set Background Opacity in CSS

Learn how to set background opacity in CSS.

How to Change Text on HTML Pages using JavaScript

Learn how to change text on HTML pages using JavaScript.

Learn how to Access and Use Data Attributes in CSS

Learn how to access and use data attributes in CSS.

How to Get and Set Data Attributes using JavaScript

Learn how to get and set data attributes using JavaScript.

How to Read Files using readFile method in Node

Learn how to read files using the readFile method in Node.

How to Round a Number in JavaScript

Learn how to round a number in JavaScript.

How to Concatenate Strings in C

Learn how to concatenate strings in C.