
GoodBrief
FakeClients
Sharpen Design Generator
Briefbox
Uxcel
Daily UI
ImJustCreative
UI Coach
GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
GoodBrief
GitHubGoodBrief is recommended for freelance designers, design students, and agencies seeking an efficient method to generate initial project briefs. It is particularly beneficial for those who need to quickly establish project guidelines without extensive consultation or resource allocation.
Based on our record, GitHub seems to be a lot more popular than GoodBrief. While we know about 2469 links to GitHub, we've tracked only 56 mentions of GoodBrief. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
It depends on what sort of clients/industry you are targeting, use this to generate ideas: (https://goodbrief.io). Source: about 3 years ago
Take a look at the kind of company youd want to work at as a junior designer. Then go over to https://goodbrief.io/ and try to do a full project. Source: about 3 years ago
Hi - I personally like your personal brand work and your Digimune piece. As a young designer, you're doing a good job of showing your thought process..if im looking for a mid-level designer thats what I'm looking for. The porfolio is a bit light...So I would use some off time to add personal projects. Some great tools out there can help you speed up the process. I use https://goodbrief.io/ on occasion to help me... Source: about 3 years ago
So far I've been working with Good Brief, https://goodbrief.io, for logo design but find the briefs are limited with information. Source: about 3 years ago
It's been a while that I wanted to make my own portfolio but of course, I needed some work first so I worked on this fictional project, Wine. (I took a brief from that site goodbrief.io) Wine is a company that has a chain of stores where they sell second-hand clothing, they stand out for their quality and uniqueness, they want to communicate innocence and at the same time being fresh. Also, their main target is a... Source: about 3 years ago
The real fragility is in trying to constrain arguments. The docs are explicit that a pattern like Bash(curl http://github.com/ *) fails to do what it looks like it does. It won't match curl -X GET http://github.com/... (option before the URL), curl https://github.com/... (different protocol), curl -L http://bit.ly/xyz (redirects to GitHub), URL=http://github.com && curl $URL (variable), or curl http://github.com... - Source: dev.to / about 21 hours ago
Fallback chains โ og:title โ twitter:title โ- SSRF protection โ if you fetch user-supplied URLs, you MUST block
localhost, RFC-1918 ranges, and internal hostnames, or your preview endpoint is a proxy into your own infrastructure- Caching โ you do not want to re-fetch a URL on every render
- Rate limiting โ a public...
- Source: dev.to / 3 days ago
$ git pull Remote: Repository not found. Fatal: repository 'https://github.com//.git/' not found. - Source: dev.to / 4 days ago
// ==UserScript== // @name GitHub -> Obsidian Task // @namespace obsidian // @version 1.0 // @match https://github.com/*/*/issues/* // @match https://github.com/*/*/pull/* // @grant GM_setClipboard // ==/UserScript== (function () { 'use strict'; function getTitle() { return document.querySelector("bdi")?.textContent.trim(); } function copyTask() { ... - Source: dev.to / 7 days ago
Import requests From bs4 import BeautifulSoup From datetime import datetime Def fetch_github_trending(): url = "https://github.com/trending?since=daily" response = requests.get(url) soup = BeautifulSoup(response.text, 'html.parser') repos = [] for article in soup.select('article.Box-row'): repo_link = article.select_one('h2 a')['href'] stars_today =... - Source: dev.to / 8 days ago
FakeClients - Practise logo design using random generated client briefs
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
Sharpen Design Generator - Challenge yourself with original design prompts
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
Briefbox - Quick design briefs for aspiring creatives
VS Code - Build and debug modern web and cloud applications, by Microsoft