Skip to content

Instantly share code, notes, and snippets.

View devinschumacher's full-sized avatar
🦩
stayin' funky

Devin Schumacher devinschumacher

🦩
stayin' funky
View GitHub Profile
@devinschumacher
devinschumacher / software-testing-agencies.md
Created May 23, 2024 15:46
What to Look for in a Software Testing Agency & Who We Recommend

What to Look for in a Software Testing Agency and Why It's Important to Hire One

In today's fast-paced digital world, ensuring that your software is flawless and user-friendly is more crucial than ever. That's where a professional software testing agency comes into play. Whether you're a startup or a well-established enterprise, hiring the right software testing agency can make a significant difference in your product's success. But what exactly should you look for in a software testing agency, and why is it so important to hire one? Let's dive in.

Why Hiring a Software Testing Agency is Crucial (Seriously You Should)

1. Quality Assurance

A software testing agency ensures that your product meets the highest quality standards. They detect bugs, glitches, and inconsistencies before your customers do, saving you from potential backlash and loss of reputation. For instance, imagine launching a financial app with a critical bug that miscalculates transactions—such an oversight could be disastrous.

@devinschumacher
devinschumacher / opus-clip-review.md
Last active May 22, 2024 16:17
Opus Clip Review: The Best AI Social Media Repurposing App

OpusClip Pro Review: Long video, 10 viral clips. Create 10x faster.

Screenshot 2024-05-22 at 08 58 17

OpusClip is an innovative tool that leverages advanced technologies to simplify and enhance video repurposing for social media. In this article, we delve into the core technologies that power OpusClip, exploring how AI, machine learning, and other cutting-edge techniques enable the creation of engaging short videos from longer content.

@devinschumacher
devinschumacher / text.md
Created April 30, 2024 10:08
How to add files to .gitignore to be ignored by git after already committing them on local and remote

How to .gitignore previously comitted files step by step

For this example I will use "removing all .csv files" but replace that with your file type or pattern of choice.

  1. Open the .gitignore file in your local repository. If it doesn't exist, create a new file named .gitignore in the root directory of your repository.

  2. Add the following line to the .gitignore file:

*.csv
@devinschumacher
devinschumacher / application-process.md
Created April 18, 2024 04:41
Job application process // hiring / careers

APPLICATION PROCESS:

If you're interested in this job, here is the application process:

Phase 1:

  1. Read/watch the job description in its entirety. Both the written content + video (if supplied)
  2. Record a loom video discussing your relevant experience to this position and how you would approach this project.
  3. Include your hourly rate, timezone, working hours & availability.
  4. Include an estimate on how many dev hours you think we would need to bring this to MVP.
@devinschumacher
devinschumacher / command.md
Last active April 16, 2024 22:26
How to create a directory at the command line & cd into with one command - and without having to re-type the directory name
mkdir <your-long-ass-directory-name-you-dont-feel-like-retyping> && cd $_
@devinschumacher
devinschumacher / example.md
Created April 14, 2024 00:41
public example

example

@devinschumacher
devinschumacher / seo-bots-web-crawlers-list.md
Last active March 22, 2024 03:28
SEO Bots List (web crawlers, etc.)
  • AhrefsBot
  • AhrefsSiteAudit
  • Alexa Crawler
  • Archive.org_bot
  • AspiegelBot
  • Baiduspider
  • Bingbot
  • Botify
  • Botscraper
  • Catchpoint
@devinschumacher
devinschumacher / nginx.conf
Last active April 9, 2024 01:45
current NGINX config file
# --------------------------------------------------
# SERVER CONFIGURATION
server {
# http -> redirect https
listen 80;
listen [::]:80;
server_name daft.fm www.daft.fm;
@devinschumacher
devinschumacher / file.md
Last active April 16, 2024 22:11
Team Collaboration - Our Tools & How We Work "asynchronously"

Our Tools

  • Github
  • Github projects
  • Github discussions
  • Loom
  • Slack
  • Google Drive
@devinschumacher
devinschumacher / syntax.md
Created February 24, 2024 23:43
Markdown Syntax to Embed Video with Clickable Image Thumbnail

Syntax

  • [![<alt text goes here>](<URL of hosted image goes here>)](<URL of video goes here>)

Parts

  1. [!
  2. [<alt text goes here>]
  3. ()