Skip to content

Instantly share code, notes, and snippets.

View MonteLogic's full-sized avatar
♂️

Monte Logic MonteLogic

♂️
View GitHub Profile
@MonteLogic
MonteLogic / scripts.sh
Last active July 25, 2024 19:22
Starting files
sudo apt-get update
sudo apt-get install curl
sudo apt-get install php php-curl
curl -sS https://getcomposer.org/installer -o composer-setup.php
@MonteLogic
MonteLogic / api-layer-bug-wordpress-1.md
Last active July 25, 2024 15:52
api-layer-bug-wordpress

Start: Wed 24 Jul 2024 04:20:29 PM CDT

Goal, reproduce the bug.

Find the logic which is creating the bug.

HubSpot has a good system for adding add-ons to HubSpot.

We could stop the flow automatically unless changed it setting but that could not be considered a real fix.

@MonteLogic
MonteLogic / hp-work-notes.md
Last active July 26, 2024 19:03
hp-work-notes

Health Care Profiler Work Notes

Wed 17 Jul 2024 07:20:11 AM CDT

Managed to get it to run with a different .env.

Okay,

I would say the mathematics of it is going to be the toughest part, so I need to focus. I need to get this from working with the mathematics part because It might overrun, we need to like, run like like Phoenix. If It gets out of bounds and doesn't look good.

Ideally this diagrammer would just be a VS code extension. You can easily add files and paths with drag and drop functionality.

The diagram could also export the components as well as the functions and on the diagram view of the extension clicking on the function would bring up it's description as well as it's change history.

Ideally this would be a freemium model as this extension would take a lot of work.

The good thing and problem with ai is that it works fast. So you add this code fast be you may not notice the architectural issue which arise.

...

@MonteLogic
MonteLogic / cb-todo-area-5.md
Last active July 17, 2024 23:01
Part 5 - Contractor Buddy Work Notes

todo-chamber-cb-work-notes-5

Read

Make sure you understand the tasks before starting it to understand the scope of the task.

When you are done with the tasks, write the branch name, the task id and the date accomplish, so

schedule-page, 0x2 Thu 23 May 2024 10:35:27 AM CDT

@MonteLogic
MonteLogic / readme-cb.md
Last active May 23, 2024 15:17
Contractor Bud README

About Contractor Bud

Contractor Bud is a app for managing contractors concerns. These concerns include scheduling, timecards, route management and time management.

This easy to use app will make truck drivers and route managers working lives much easier.

The goal is to have users manage their contracting company easily, these include timecards, schedules, hours and more.

To see the live project vist:

@MonteLogic
MonteLogic / contribute-to-contractor-bud.md
Last active May 20, 2024 14:34
Contributing to Contractor Bud guide

Contribute to Contractor Bud

Only one feature thing per Pull Request.

Okay so once you wrote you code you would have to diagram it using Mermaid.js .

https://mermaid.js.org/syntax/examples.html

Excalidraw has a mermaid adapter.

@MonteLogic
MonteLogic / delegate-work-upwork-nextjs.md
Last active May 19, 2024 19:58
How I dole out my coding for on Upwork

How we delegate work to Upwork - Draft 1

It would be to load up a bank or a case of milestones. So you would load up your bank and each in the briefcase has say 10 tasks and they would have to get to the end of the tasks.

Avoid hourly rate, hourly rates are bad.

I think we would have to work on diagramming software, I like obsidian with Excalidraw but it may be too hard to install.

The best thing is to keep it dev notes.

@MonteLogic
MonteLogic / writing-work-notes-1.md
Created May 16, 2024 17:25
Writing work notes, how to improve these notes, how I write them, etc.

Writing work notes

It would be dope if the plugin I am using on VS code had some functionality to update WordPress posts or at least send in to queue.

Useful vim commands:
Insert the date but this date would be in the format of MM/DD/YY
:r !echo -n $(date +\%m/\%d/\%y)