Skip to content

Software tools and Terminology

  • Python
  • Cyber Security Basics
  • AI Terminology
Software tools and Terminology
  • n8n

    Google Sheets in n8n – Read, Append, Update, Filter & Delete

    Byadmin August 20, 2026

    How to Automate Google Sheets in n8n: A Beginner’s Guide (Read, Append, Update, Filter & Delete) If you have spent any time looking at automation or freelance platforms like Upwork, you know that Google Sheets integration is one of the most highly requested skills. From extracting data out of PDFs to logging daily web scraping…

    Read More Google Sheets in n8n – Read, Append, Update, Filter & DeleteContinue

  • http request node in n8n
    n8n

    HTTP Request node in n8n

    Byadmin August 18, 2026August 18, 2026

    The HTTP Request node is arguably the most powerful and versatile core node in n8n. While n8n has hundreds of dedicated app nodes (like Slack, Google Sheets, or Salesforce), the HTTP Request node acts as a universal connector. As long as a system, software, or custom backend exposes a REST API, you can use this…

    Read More HTTP Request node in n8nContinue

  • Edit filed node in n8n
    n8n

    What is Edit filed node in n8n , and use cases for it

    Byadmin August 18, 2026August 18, 2026

    In n8n, the Edit Fields node (formerly known as the “Set” node) is a core data manipulation tool. It allows you to modify the JSON data passing through your workflow before it reaches the next node. You can think of it as a transformation checkpoint: it takes the incoming data, alters it exactly how you…

    Read More What is Edit filed node in n8n , and use cases for itContinue

  • json data types with example
    API Basics | DellBoomi

    json data types with examples

    Byadmin August 14, 2026

    JSON (JavaScript Object Notation) supports six basic data types. They are divided into two categories: primitive (simple values) and complex (structures that can hold multiple values). Here is a breakdown of each JSON data type with examples. Primitive Data Types 1. String A string is a sequence of characters used to represent text. In JSON,…

    Read More json data types with examplesContinue

  • Json-Syntax-telugu.jpg
    API Basics | DellBoomi | n8n

    Understanding JSON Syntax: The 7 Core Rules

    Byadmin August 13, 2026August 13, 2026

    Understanding JSON Syntax: The 7 Core Rules When writing JSON (JavaScript Object Notation), following the correct syntax is crucial to ensuring your data is well-formatted and valid. Regardless of the data types you are working with, building a JSON file relies on seven fundamental rules. File Extension Basics Before diving into the syntax itself, always…

    Read More Understanding JSON Syntax: The 7 Core RulesContinue

  • Python

    Number Guessing Game

    Byadmin August 13, 2026

    Here is the code for the “Number Guessing Game” mini-project. It combines a while loop, the break statement, and basic if-elif-else conditions. Python How It Works:

    Read More Number Guessing GameContinue

  • Python

    break and continue

    Byadmin August 13, 2026

    In Python, break and continue are loop control statements. They allow you to alter the standard flow of a loop (whether a for loop or a while loop) based on specific conditions. Here is a detailed breakdown of how each statement works, along with examples. The break Statement The break statement is used to completely…

    Read More break and continueContinue

  • Python

    For Loop in Python

    Byadmin August 13, 2026August 13, 2026

    A for loop in Python is used to iterate over a sequence (such as a list, tuple, dictionary, set, or string) or any other iterable object. Unlike a while loop that runs as long as a condition is true, a for loop runs a specific number of times—once for each item in the sequence. The…

    Read More For Loop in PythonContinue

  • Python

    While loop

    Byadmin August 13, 2026August 13, 2026

    A while loop in Python is used to repeatedly execute a block of code as long as a given condition remains True. It is particularly useful when you don’t know beforehand how many times the loop needs to run. Before every iteration, Python evaluates the condition. If it evaluates to True, the code inside the…

    Read More While loopContinue

  • What is JSON?
    API Basics | DellBoomi

    What is JSON?

    Byadmin August 11, 2026August 12, 2026

    What is JSON? JSON stands for JavaScript Object Notation. It is a lightweight, text-based data interchange format designed to be easy for humans to read and write, and simple for machines to parse and generate. Although derived from a subset of JavaScript’s object syntax, JSON is completely language-independent. Virtually every modern programming language (Python, Java,…

    Read More What is JSON?Continue

Page navigation

1 2 3 … 32 Next PageNext

© 2026 Software tools and Terminology - WordPress Theme by Kadence WP

Scroll to top
  • Python
  • Cyber Security Basics
  • AI Terminology