Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
YouTube Security VideosGoogle Cloud Tech: Gemini is coming to your city(24.09.2026 um 15:00 Uhr)
AI & KI NachrichtenGoogle’s latest moonshot to put machine learning in space(24.09.2026 um 15:12 Uhr)
Windows Tipps & SecurityPoll: What's your favorite Surface of 2026?(24.09.2026 um 14:58 Uhr)
Sichere ProgrammierungStreaming Materialized Views for Live Read Models (2026)(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungA Day Is Not 86400 Seconds: The DST Bug in Your Date Math(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungSetting up Traefik: reverse proxy with automatic HTTPS(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungA 200 OK response does not prove a secret leak(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungHow hot do you like it?(24.09.2026 um 15:05 Uhr)
YouTube Security VideosGoogle Cloud Tech: Gemini is coming to your city(24.09.2026 um 15:00 Uhr)
AI & KI NachrichtenGoogle’s latest moonshot to put machine learning in space(24.09.2026 um 15:12 Uhr)
Windows Tipps & SecurityPoll: What's your favorite Surface of 2026?(24.09.2026 um 14:58 Uhr)
Sichere ProgrammierungStreaming Materialized Views for Live Read Models (2026)(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungA Day Is Not 86400 Seconds: The DST Bug in Your Date Math(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungSetting up Traefik: reverse proxy with automatic HTTPS(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungA 200 OK response does not prove a secret leak(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungHow hot do you like it?(24.09.2026 um 15:05 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

1 - Setting Up A Client Website

Client I am making a website for a mobile detailing business. I start with a simple roadmap when making a website for a client. First, I talk with the client about what they want. Then, I make a list of questions about their business.…

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




Client



I am making a website for a mobile detailing business. I start with a simple roadmap when making a website for a client. First, I talk with the client about what they want. Then, I make a list of questions about their business. This is to create the content for the website, and I place it in my notes or in Google Docs. I then interview the business owner and write down the answers to all my questions. This interview allows me to form the paragraphs for the different sections and pages.



I learned from The Website Architect to only begin forming the layout and design after getting the content. This allows you to make the design custom-fit to the content.






Design And Ideation



I make a mood board on Figma to gather inspiration for the website. I find websites everywhere I can, like from Awwwards.





My wireframing was done on my iPad, and the basic components were created there with the document from earlier. The iPad gives me the ability to quickly edit my big ideas, like changing the layout, without having to gather content and then erase it. I move everything to Figma once I have a feel for the website.



I form the theme according to the business. This is a site for a mobile detailing business, so I make it car- and retro-themed with checkered icons and colors.








Setup



When I move on to coding, I follow what I call "maps," and these guide me through the repetitive procedures of each project. I first make the repository and copy the first three lines GitHub provides when making a new repo:




echo "# 05-garcia-auto-detailing" >> README.md
git init
git add README.md






I paste them into the terminal, which initializes the project on my local computer. Next, I copy and paste the next four, making my first commit:




git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/cecilionavarro/05-garcia-auto-detailing.git
git push -u origin main






I chose Vite to start my site and paired it with Tailwind CSS. I originally went with ShadCN to learn it, but since ShadCN uses Tailwind, I decided to get a strong foundation in Tailwind first.



I used the documentation to install Tailwind CSS with Vite and followed the instructions. I erased everything from my index.css and added @import "tailwindcss"; at the top. Here is where I would build my themes and add custom fonts.



I got stuck when making variables for Tailwind the old way, by using a tailwind.config file, but with Tailwind v4 all we have to do is:




@theme {
--color-brand: #A52A2A;
--font-neue: "NeueMontreal", sans-serif;
...
}






Once done with installing Tailwind, I installed React Router DOM for my navigation. This makes Single Page Applications and makes the website pages load faster by not resetting the entire page.






Small Details



Sometimes we don’t take the time to figure out simple things. When I was first learning to code, I thought ternary operators were difficult, and seeing them made me think a piece of code was complex—until I Googled it and found the structure was just a one-line if-else statement.



While setting up this project, I realized something obvious that I had not paid attention to: copy path and copy relative path. I thought about it for two seconds and realized that the relative path is relative to the original workspace folder, while copy path copies your entire path from the root folder. I normally would click either one when importing assets, until I thought about it for a second.



Sometimes we don’t take the time to think through very obvious things, and perhaps that “laziness” is comparable to the saying about how fear is a mile wide and an inch deep.

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
SOC Incident Playbook: Vulnerability Remediation & Verification
title: Detect Exploitation - 1 - Setting Up A Client Website
id: dc03a058-70ed-4ac0-b728-bb51b50bbf76
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
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
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "1 - Setting Up A Client Websit" ascii wide
    condition:
        any of them
}
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich 1 - Setting Up A Client Website.... 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 1 - Setting Up A Client Website

Thematisch verwandte Begriffe: Setting, Client, Website · 6 Treffer

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-97152 | Nanomsg versions 0.5-beta through 1.x before 1.2.3 has a remotely exploi…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
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
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick