Open in app

Sign in

Write

Sign in

Andrew Musholt
Andrew Musholt

9 Followers

Home

About

Jul 6

Magento 2 — Cron Job to Update Inventory from Another Database (Simple Example for Smaller Store)

In Magento 2, anytime you want to write custom PHP code, you must first create a “module” — which is where your PHP code will live. For this example, our module shall be named “MyCompany\MyStockModule” and our PHP code will be written in the UpdateInventory.php file. Create this folder structure…

Magento 2

3 min read

Magento 2 — Cron Job to Update Inventory from Another Database
Magento 2 — Cron Job to Update Inventory from Another Database
Magento 2

3 min read


Jul 2

Magento 2 — Custom Magento Command (Simple Example)

In Magento 2, anytime you want to write custom PHP code, you must first create a “module” — which is where your PHP code will live. For this example, our module shall be named “MyCompany\MyCommandModule” and our PHP code will be written in the MyCommand.php file. Create this folder structure…

Magento 2

2 min read

Magento 2 — Custom Magento Command (Simple Example)
Magento 2 — Custom Magento Command (Simple Example)
Magento 2

2 min read


Jun 18, 2022

Google Maps HTML Embed with Multiple Locations and Custom Markers (Free!)

While the regular Google Maps feature will not let you do multiple locations and the Google Maps API costs money, there is a 3rd alternative that is FREE and very easy to set up. Here is how you can obtain a custom Google Maps HTML embed with multiple locations and…

Google Maps

4 min read

Google Maps HTML Embed with Multiple Locations and Custom Markers (Free!)
Google Maps HTML Embed with Multiple Locations and Custom Markers (Free!)
Google Maps

4 min read


Jun 14, 2022

Complete Guide to Inventory/Supply Chain Labels

Whether it’s retail, manufacturing, wholesaling, or any supply-chain organization that ships/receives product, labels are a huge part of how things get done. When I first started in manufacturing, I was a little overwhelmed by the number of different labels, barcodes, numbers, etc. …

Label

4 min read

Complete Guide to Inventory/Supply Chain Labels
Complete Guide to Inventory/Supply Chain Labels
Label

4 min read


May 1, 2022

How I Read 40+ Books Last Year

Last year I read 42 books…..all hard/paperback books. How I accomplished this was extremely simple….I truly believe anyone can do this. Here is a summary of how I did it, and how you can do it too! Microhabits I will start with the most useful tip: microhabits. If you don’t…

Reading

4 min read

Reading

4 min read


May 1, 2022

How Software is Made in 2022

(For Non-Technical People) Software development can be an incredibly mysterious and frustrating process...not only for the developers making it, but also the end users who use it. My goal today is to explain the two most common ways that we build software, and why one of them is terrible and the other is…

Agile

4 min read

How Software is Made in 2022
How Software is Made in 2022
Agile

4 min read


Apr 2, 2022

Motivation Fails Me Always

Motivation, even in its greatest moments, is a sugar-high. I think software developers know this more than anyone….because motivation alone will never ship large projects. The first few weeks of a large project are tons o’ fun. Nonstop caffeine, diagrams, and clacking mechanical keyboards. But towards the end, when the…

Motivation

4 min read

Motivation Fails Me Always
Motivation Fails Me Always
Motivation

4 min read


Jan 8, 2022

SSH Key for GitHub (How-To)

Quick-and-Easy Reference: (If you’ve done this before, and just need a quick reference) Run these 3 commands: ssh-keygen -t rsa -b 4096 -C “you@yourEmail.com” eval “$(ssh-agent -s)” ssh-add ~/.ssh/id_rsa Go to Github.com. Click your profile icon (top-right), select “Settings”. On the left, click the “SSH and GPG Keys” tab. Click “New SSH…

Git

3 min read

SSH Key for GitHub (How-To)
SSH Key for GitHub (How-To)
Git

3 min read


Dec 19, 2021

These are the Best Keyboard Shortcuts for Programmers

Is it really worth it? For most jobs, I would argue it is worth it to learn keyboard shortcuts. For programmers, the productivity boost is undeniable. Not only does it save time, but the keyboard is actually more precise than the mouse. In addition to saving time, it takes less mental energy/focus. The idea is…

Programming

5 min read

These are the Best Keyboard Shortcuts for Programmers
These are the Best Keyboard Shortcuts for Programmers
Programming

5 min read


Dec 16, 2021

PHP — Combining Parallel Arrays

Combining Parallel Arrays (in PHP) I was today years old when I discovered you can pass multiple arrays to PHP’s array_map() function. 😶 For example, lets say you have two parallel arrays: $firstNames and $lastNames. You can use array_map() to combine them into a single array of $fullNames. Here’s how: …

PHP

1 min read

PHP — Combining Parallel Arrays
PHP — Combining Parallel Arrays
PHP

1 min read

Andrew Musholt

Andrew Musholt

9 Followers

Full-time web developer, part-time business owner.

Following
  • Tom Smykowski

    Tom Smykowski

  • Sanjay Priyadarshi

    Sanjay Priyadarshi

  • Lucy Mitchell

    Lucy Mitchell

  • Medium

    Medium

  • Charles The Scientist

    Charles The Scientist

See all (19)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams