Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
••••
IT NachrichtenLidl verkauft ein Adventure-Motorrad zum Schnäppchenpreis(25.09.2026 um 07:34 Uhr)
••••••••••
IT NachrichtenLidl verkauft ein Adventure-Motorrad zum Schnäppchenpreis(25.09.2026 um 07:34 Uhr)
••••••
Intelligence View
⚡ tsecurity.de Intelligence

I Used to Think Coding Was Only for Programmers

For a long time, I believed coding was only for people who studied computer science or worked as professional developers. Whenever I saw a screen filled with code, it looked like a completely different language. There were brackets,…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

For a long time, I believed coding was only for people who studied computer science or worked as professional developers.



Whenever I saw a screen filled with code, it looked like a completely different language. There were brackets, symbols, functions, and terms I did not understand. I assumed learning it would require years of study before I could create anything useful.



That changed when I encountered a repetitive task at work.



I was regularly copying information from a spreadsheet, checking each row, preparing an email, sending it, and updating the status manually. The work was manageable, but completing the same process repeatedly took time and left room for mistakes.



I started wondering if the spreadsheet could do some of the work for me.



That question led me to Google Apps Script.



At first, I did not even know where to begin. I understood the result I wanted, but I did not know how to translate it into code. I could explain the process clearly to another person, but explaining it to a computer felt different.



AI became my starting point.



I described the task and asked it to create a script. Within seconds, it gave me several lines of code. I copied them, ran the script, and immediately received an error.



My first reaction was frustration. I had expected the code to work because it looked complete. But I soon realized that generated code was not automatically working code.



I went back and explained the error. AI suggested a change, so I tested it again. Another issue appeared. I repeated the process until the automation finally worked.



The moment it worked, something changed in the way I viewed coding.



I did not suddenly become a programmer, but I had created something useful. A task that previously required several manual steps could now happen automatically.



I became curious about what else I could build.



I started experimenting with confirmation emails, timestamps, form submissions, missing-data checks, and automatic reports. Each project introduced me to a new concept. I learned about variables because I needed to store information. I learned about conditions because the script needed to make decisions. I learned about triggers because the automation needed to know when to run.



Instead of learning these concepts only through definitions, I learned them while solving actual problems.



There were still many mistakes. Sometimes I used the wrong column number. Sometimes a script worked during testing but failed when another person used the spreadsheet differently. Sometimes I spent hours fixing a problem caused by one missing character.



Those experiences taught me to read error messages, test different situations, and ask more specific questions.



They also taught me not to rely completely on AI.



AI can provide a starting point, explain unfamiliar code, and suggest possible fixes. However, I still need to understand what the script is doing. If I copy code without understanding it, I will not know what to do when the workflow changes or something stops working.



I am still learning, and there is a lot I do not know. But I no longer see coding as something reserved only for professional developers.



Coding can also be a practical tool for people who want to solve everyday problems, improve workflows, and save time.



Sometimes, learning does not begin with memorizing a programming language. It begins with noticing a problem and becoming curious enough to ask:




Is there a better way to do this?


1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Vulnerability Remediation & Verification
Syntax validiert (0 Fehler)
title: Detect Exploitation - I Used to Think Coding Was Only for Programmers
id: ece0c197-d32a-4148-8bc8-6ad50ac4cb6f
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-25
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-25"
        description = "YARA Signature for "
    strings:
        $str = "I Used to Think Coding Was Onl" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("I Used to Think Coding Was Only for Prog")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*I Used to Think Coding Was Only for Prog*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "I Used to Think Coding Was Only for Prog"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich I Used to Think Coding Was Only for Prog.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten I Used to Think Coding Was Only for Programmers

Thematisch verwandte Begriffe: Used, Think, Coding, Only · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-97647 | A security vulnerability has been detected in ningzichun student-managem…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag