Skip to content
Technology Guides, Tutorials and Travels

Technology Guides, Tutorials and Travels

  • Parsing Command Line Arguments in Bash

    Parsing Command Line Arguments in Bash

    February 21, 2023
    bash, programming
    Sebastian

    What are Command Line Arguments? Command line arguments are parameters that are passed to a program when it is executed. They are used to provide additional information to the program, such as the name of a file to be processed or a configuration setting. In…

    Read more

    bash, case statement, command line arguments, getopt, getopts

  • What is the Difference Between LocalStorage, SessionStorage, Session and Cookies?

    What is the Difference Between LocalStorage, SessionStorage, Session and Cookies?

    February 20, 2023
    data storage, Web Development
    Sebastian

    LocalStorage vs SessionStorage vs Session vs Cookies When it comes to web development, there are a lot of different technologies and techniques that can be used to store data. LocalStorage, SessionStorage, Session, and Cookies are all popular methods of storing data, but they each have…

    Read more

    cookies, data storage, localstorage, session, sessionstorage, web development

  • How to Check if a String Contains a Substring in Bash

    How to Check if a String Contains a Substring in Bash

    February 20, 2023
    bash, programming, scripting
    Sebastian

    Introduction Bash is a powerful scripting language that can be used to perform a variety of tasks. One of the most common tasks is to check if a string contains a substring. This can be done using the built-in string manipulation functions in Bash. In…

    Read more

    bash, case statement, check, if statement, string, substring

  • How to Create Your First React App Tutorial

    How to Create Your First React App Tutorial

    February 20, 2023
    programming, Web Development
    Sebastian

    Introduction React is a popular JavaScript library for building user interfaces. It is used by many companies and developers around the world to create powerful web applications. In this tutorial, we will show you how to create your first React app and get started with…

    Read more

    javascript, react, tutorial, web development

  • How to Get the Size of the Screen, Current Web Page and Browser Window in JavaScript

    How to Get the Size of the Screen, Current Web Page and Browser Window in JavaScript

    February 20, 2023
    javascript, Web Development
    Sebastian

    Introduction Knowing the size of the screen, current web page and browser window can be useful for many web development tasks. In this article, we will look at how to get the size of the screen, current web page and browser window in JavaScript. Getting…

    Read more

    browser window, javascript, screen, size, web page

  • How to Delete Merged Git Branches

    How to Delete Merged Git Branches

    February 20, 2023
    git, Software Development
    Sebastian

    Introduction Git is a powerful version control system that allows developers to track changes in their codebase. It also allows developers to create multiple branches of their codebase, which can be used for different purposes. However, when a branch is no longer needed, it should…

    Read more

    branches, git, merged branches, unmerged branches, version control

  • How to Delete a File from a Git Repository

    How to Delete a File from a Git Repository

    February 18, 2023
    git, Version Control
    Sebastian

    Introduction Git is a version control system that is used to track changes in computer files and coordinate work on those files among multiple people. It is primarily used for source code management in software development, but it can be used to keep track of…

    Read more

    delete file, git, git mv, git rm, version control

  • How to Set a Default Parameter Value for a JavaScript Function

    How to Set a Default Parameter Value for a JavaScript Function

    February 18, 2023
    javascript, programming
    Sebastian

    Introduction Default parameter values are a great way to make your JavaScript functions more flexible and easier to use. By setting a default value for a parameter, you can make sure that the function will always have a value to work with, even if the…

    Read more

    default parameters, es6, functions, javascript

  • How to Scroll to an Element without jQuery

    How to Scroll to an Element without jQuery

    February 18, 2023
    javascript, Web Development
    Sebastian

    Introduction jQuery is a popular JavaScript library that is used to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is widely used in web development, but it is not always the best choice. In some cases,…

    Read more

    javascript, jQuery, scrollintoview, smooth animation

  • File Manipulation in Node.js – Ultimate Guide

    File Manipulation in Node.js – Ultimate Guide

    February 18, 2023
    node.js, programming, Web Development
    Sebastian

    Introduction to File Manipulation in Node.js Node.js is a powerful JavaScript runtime environment that allows developers to create server-side applications with ease. It is a popular choice for web development due to its scalability and flexibility. Node.js also provides a wide range of APIs for…

    Read more

    file manipulation, fs module, javascript, node.js, web development

←Newer Posts Older Posts→

Technology Guides, Tutorials and Travels

Privacy Policy