shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

270
active users

#softwaredevelopment

12 posts11 participants0 posts today

Do you want to help testing @badgefed and provision your local test instance?

Easy

docker pull ghcr.io/tryvocalcat/badgefed:latest &&
docker run -v `pwd`/data:/app/data \
-p 8080:8080 \
-e SQLITE_DB_FILENAME=/app/data/badges.db \
-e AdminAuthentication__AdminUsers__0__Id=your-mastodon-username \
-e AdminAuthentication__AdminUsers__0__Type=Mastodon \
-e MastodonConfig__ClientId=your-mastodon-client-id \
-e MastodonConfig__ClientSecret=your-mastodon-client-secret \
-e MastodonConfig__Server=your-mastodon-server \
ghcr.io/tryvocalcat/badgefed

And then open a browser and go to http://localhost:8080 or http://localhost:8080/admin

Is your subconscious mind sabotaging you?

Your subconscious mind holds onto beliefs that could be unhelpful.

They might reflect another time in your life or a completely different context than the one you’re in now…

Causing you to doubt your skills and accomplishments unnecessarily…

Affecting your confidence and contributing to imposter syndrome…
#developers #coding #softwaredevelopment #softwareengineering #wellbeing #mindset #mentalhealth

8 Light writer Taylor Keazirian argues in favor of maintaining a set of "living" documents as part of software development project efforts. Common misconceptions about software documentation are addressed and refuted with insights on what a minimal technical set of documents for a software project should look like.

"Mastering Technical Documentation"

8thlight.com/insights/masterin