EUNO.NEWS EUNO.NEWS
  • All (21701) +125
  • AI (3284) +10
  • DevOps (975) +3
  • Software (11335) +62
  • IT (6052) +48
  • Education (54) +1
  • Notice
  • All (21701) +125
    • AI (3284) +10
    • DevOps (975) +3
    • Software (11335) +62
    • IT (6052) +48
    • Education (54) +1
  • Notice
  • All (21701) +125
  • AI (3284) +10
  • DevOps (975) +3
  • Software (11335) +62
  • IT (6052) +48
  • Education (54) +1
  • Notice
Sources Tags Search
한국어 English 中文
  • 1 week ago · software

    New scripting language

    Overview I'm currently working on a scripting language that aims to “make developers' lives a little sweeter”. It's called Amai, runs on a bytecode VM, and is...

    #scripting language #Amai #bytecode VM #static typing #language design #programming language #loops #if-else #expressions
  • 2 weeks ago · software

    C# Conditional Statements (if, else, switch)

    Originally published at if Statement The if statement executes a block when the condition is true. csharp int number = 10; if number > 5 { Console.WriteLine'Num...

    #c# #conditional statements #if-else #switch #programming tutorial #decision structures #code examples
  • 1 month ago · software

    Day 6: Understanding Java’s if, else if, and else Statements

    What Are Conditional Statements? Conditional statements in Java are used to control the flow of a program only when a condition is true. This is very useful wh...

    #java #conditional statements #if-else #programming basics #tutorial
  • 1 month ago · software

    Getting Started with Python (Part 7): Conditional Statements

    Using Conditional Statements in Python In this article, we’ll learn about conditional statements. By using conditional logic, you can control the flow of your...

    #python #conditional statements #if-else #boolean #programming tutorial
  • 1 month ago · software

    Stop Writing Spaghetti if-else Chains: Parsing JSON with Python’s match-case

    Introduction If you work in data science, data engineering, or as as a frontend/backend developer, you deal with JSON. For professionals, its basically only dea...

    #python #json #match-case #pattern-matching #code-refactoring #if-else
EUNO.NEWS
RSS GitHub © 2026