169 Followers
277 Following
596 Posts

Full Stack Web Dev - Focusing in #MERN (#MongoDB, #ExpressJS, #React, #Nodejs).

Architectural Technology BSc

Enjoys #Photography (more of a viewer these days)

Aston Villa fan #UTV

Plays #Dota2 and #4X games

Location: #Pembrokeshire #Wales

Websitehttps://tedward.net
@orbitalmartian seems i dont know how to do code blocks on here...🤔

@orbitalmartian yes you can and its the recommended way. You define your colors as variables in :root, then just change the variable values inside the media
```/* 1. Default colors */
:root {
--text-color: #222;
--bg-color: #fff;
}

/* 2. Override for dark mode */
@media (prefers-color-scheme: dark) {
:root {
--text-color: #eee;
--bg-color: #121212;
}
}

/* 3. Use them everywhere! */
body {
color: var(--text-color);
background-color: var(--bg-color);
}```

time to dust off the old social medias... do i bother with the other ones?
Got a new phone. I was kind of looking forward to peeling the screen cover off but was not given the joy. The down side of plastic free packaging...
@davidwilkins @MarSolRivas I always used to see the "home made" versions with people painting their panels but never an original
@joe Douglas Adams
does preach to "always bring a towel"!😂
i am also currently volunteering for two organisations to get more experience.

This is about 1/4 of the spreadsheet of the jobs I have applied for this month.

#ghosted #frontend #fullstack #webdev #jobhunting #suffering

A 2nd stage interview required me to create a web application from scratch to show off my skills as a front end developer. So I made a football tactics board using React and Typescript. Quite happy with it for less than a weeks work.

#react #typescript #frontend

@joe @erica didn't go for a swim?