
FakeClients
GoodBrief
Sharpen Design Generator
Briefbox
Logo Foundry
Logo Rank
Logo Dust
Designercize
GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
FakeClients.com is an easy-to-use, free tool for beginning logo designers to practice their logo design skills. Using the logo design brief generator you can generate prompts that you can work on as if they were real clients. Use these prompts to practice, fill up your portfolio or prepare for a job interview. To generate your first prompt, simply click the "Start" button. A randomly generated design brief will be generated for you. Because of the huge amount of potential combinations, no brief is the same. Click the button as much as you want until you get a design brief you would like to work on. Try to work on the fake client briefs just like you would when working on a real client's request and go through your whole design process to get as much practice and the best result.
FakeClients
GitHubNo FakeClients videos yet. You could help us improve this page by suggesting one.
Based on our record, GitHub seems to be a lot more popular than FakeClients. While we know about 2469 links to GitHub, we've tracked only 10 mentions of FakeClients. 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.
So, assuming youโre going to apply to design programs, be proactive and start designing stuff on your own. You can find design briefs at goodbrief.io, fakeclients.com, and sharpen.design. Source: about 3 years ago
Are design contests worth entering? If your hope is that a company will see your contest entry and decide to hire you, probably not. Contests may be helpful, though more for developing a designer's skills and giving them a winning or placing entry that they can use to promote as opposed to gaining organic notoriety from the contest itself. It is true, though, that being able to promote oneself as an... Source: about 4 years ago
โข use sites like https://dailylogochallenge.com, https://goodbrief.io, https://www.briefbox.me, and https://fakeclients.com to develop projects for fictional clients (more on which types of fictional clients and pieces to include is in the next section). Source: over 4 years ago
Work/Portfolio โ Basicsโข do not overload your portfolio with too much of one type of client, application/use (brochure, signage, packaging, etc.), or style โ showing a hiring manager your ability to adapt to the needs of different types of clients and projects is a key in getting hiredโข avoid rebranding existing companies, especially large, household name entitiesโข thumbnails tend to work best when they are filled... Source: over 4 years ago
But yeah, logos should fill a need, send a message. Try generating a brief on https://fakeclients.com and test your design skills from the description it gives you. Source: over 4 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 / 1 day 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 / 5 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
GoodBrief - A random generator for design 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