βͺΌ Made with π by Polyglot.
- Business :: Ideas
- Content Creation :: Content :: Calendar
- Personal Brand :: About :: Brand Statement
- Personal Brand :: Social Media :: LinkedIn :: Newsletter :: ShowerThought :: Editions :: Ideas
- Software Engineering :: Web :: Development :: UI :: Component :: Sidebar :: Inspiration :: GitButler
- Personal Brand :: Social Media :: Instagram :: Inspiration
- Personal Brand :: Social Media :: LinkedIn :: Content Calendar
- Personal Brand :: Social Media :: LinkedIn :: Post
Count:
30
/30
- retry strategies
- Software Engineering :: Web :: Development :: API :: Web Components :: Example :: Copy To Clipboard Button
- Personal Brand :: Social Media :: LinkedIn :: Article :: About :: Me :: Everyday PostgreSQL
- CTRL+{N,P} & CTRL+{J,K}
- Software Engineering :: Programming :: Languages :: JavaScript :: Promise :: Async-Await :: PromiseToResolve
- Automate Your Clients' Processes and Watch the Cash Flow ππ°
- Unlock the Power of LinkedIn for Your Brand π
- I like making money
- How to write a good linkedin post
- What's the point of automation anyway?
- reading and taking action on this post will result in you making money if you take action
- product management skills
- How I find missing automations
- How scripting out my day helps me be more productive and less anxious (increases dopamine)
- How To Build Raycast Extensions
- Keyboard Shortcuts for macOS You May Not Know You Need...
- What Is "Emacs-Like Navigation" and Why Should You Care?
- My Income-Generating Method for Effective Learning at YouTube University
- Why I don't use git aliases
- Income Sources :: Books :: Everyday Keyboard Shortcuts
- Everything You Need To Know To Debug & Troubleshoot Web Applications
- Opinion: you can't really do anything too useful these days in a programming language without an HTTP Client.
- printf
- A typescript browser extension boilerplate
- My Browser Keyboard Shortcuts
- Novelty - we're all looking forward to a bit of novelty each day
- AI :: Generative AI :: Content Creation :: Video
- setup multiple languages and verify they work
- dictionaries in X languages (define, add, remove)
- create a new git repo with
gh
- git open
- security(1)
- env.sh
- You'll never guess what I've wroute...opinionated, functions,
- Software Engineering :: Web :: Development :: Design :: Template
- The real reason we use password managers (if the current site's passwords get stolen, someone has access to your X account)
- Software Engineering :: Date & Time :: date(1)
- Software Engineering :: Security :: Secret :: Management :: Platform
Interview Prep, Data Structures & Algorithms, Resume Optimization, React, JavaScript, TypeScript, Node, Developer Productivity (Keyboard Shortcuts), Chrome Extensions, Developer Tools
- How to make the web a little nicer for yourself as a developer: simplest thing that can work strategy. problem: issues with size of quick search. locating the fix using devtools. making a note. starting the simplest chrome extension. a boilerplate. loading it.
- How I manage SSH Keys (GitHub/OpenSource, 9-5 Work, Contract Client Projects, Side Projects, Experiments)
- asdf (node, ruby, python, go)
- contracting, agencies, etc...
- What it's really like to be a software engineer (pager duty, 12 - 16 hours of work trying to solve a hard problem)
- Layoff
- Job Search
- Where to look for jobs?
- My portfolio...but, I want to build real products
- Upskilling; YouTube, ChatGPT, Notion (issues: no offline support, need paid plan to get version history), Evernote (issues: search sucks, lack of code snippet support, need Premium subscription to get version history) , GitHub Gists (issues: no ability to share securely, no offline support)
- Apps I have on my computer (
brew install notion
) - Command-Line Programs
- macOS programs: screenshots of program, settings, how to use (developer setup guide, but sprinkle here too) -> promote the guide
- Browser Settings: Chrome extensions, Chrome extension settings (other browsers?)
- ...
- ...
- ...
- The Ultimate Developer Setup Guide for Mac ($0) - In Exchange for e-mail address
- The Ultimate LinkedIn Banner Template Pack ($100)
- The Ultimate Command-Line Reference Guide ($0) - In Exchange for e-mail address
- ... ($1,000)
- The Ultimate LinkedIn Profile Optimization Handbook ($0) - In Exchange for e-mail address
- ... ($10,000)
Keyboard Shortcut for Today
I've learned that one of the best ways to learn new things is to consume online video courses, including those on YouTube and LinkedIn learning. I like to be as efficient as possible when consuming online videos, so, I typically have my markdown notes ready to go and my fingers on the keyboard ready to take notes. I've noticed that the more videos I've consumed, the more efficient my note taking process has gotten. I've come to rely on keyboard shortcuts a lot more. In order to help others become as efficient as I've become, I'll be sharing one new keyboard shortcut per day. Why One? I'm glad you asked. The reason I'm sharing one at a time is, it takes time for keyboard shortcuts to really sink in. I don't believe we learn keyboard shortcuts all at once. I believe we get used to relying on one keyboard shortcut at a time. We use it a little bit at first, then, we use it some more. Then, we kind of forget about it. Then, once we notice the lack of efficiency, we start to consider using the keyboard shortcut again.
-
command + shift + [
(or{
): Go to the tab 1 spot to the left of the current tab (or go to the last tab if you're currently on the first tab) -
command + shift + }
(or}
): Go to the tab 1 spot to the right of the current tab (or go to the first tab if you're currently on the last tab)
- command + Left Arrow: Jump to beginning of current line
- command + Right Arrow: Jump to end of current line
- option + Left Arrow: Jump to beginning of previous word
- option + Right Arrow: Jump to end of next word
- shift + Left Arrow: Highlight/Select one letter to the left of the current cursor position
- shift + Right Arrow: Highlight/Select one letter to the right of the current cursor position
- option + shift + Left Arrow: Highlight/Select from current cursor position up to beginning of previous word
- option + shift + Right Arrow: Highlight/Select from current cussor position up to end of next word
- command + shift + Left Arrow: Select (Highlight) from cursor to beginning of line
- command + shift + Right Arrow: Select (Highlight) from cursor to end of line
- command + shift + Down Arrow: Highlight/Select from current cursor position down to the end of the document
- command + shift + Up Arrow: Highlight/Select fromt the current cursor position up to the beginning of the document
- option + delete: Deletes from the current cursor position through the previous word
- command + delete: Deletes fromt the current cursor position through the beginning of the line
- command + z: undo the last command (i.e. if you deleted the entire line with
command +z
, pressingcommand + z
restores the line) - ...
- command + shift + T
-
option + command + j
: open/close developer tools console
-
shift + ?
: Show Keyboard shortcuts -
shift + >
: Increase Speed -
shift + <
: Decrease Speed -
t
: toggle theater mode -
f
: toggle full-screen mode -
i
: toggle mini-player
- ...
- (Morning) 1 Keyboard Shortcut
- (Mid Day) 1 Unix/Linux Command-Line Program Breakdown (common usages) - save the deep dive for newsletter
- (Evening) LinkedIn Profile Optimization Tip
Probably want to focus on niche: Job Search/Resume/LinkedIn Profile, Building Production Apps, JavaScript/TypeScript Tips, LeetCode Style Problems, Other Interview Problems, System Design Breakdowns
- Monday: ...
- Tuesday: ...
- Wednesday: ...
- Thursday: ...
- Friday: ...
- Saturday: ...
- Sunday: Sunday SQL
- The various types of diagrams (Database Schema Diagram, Sequence Diagram, ...)
- Keyboard Shortcuts: macOS text editing, macOS navigating the operating system, Chrome Web Browser, YouTube in Browser, GitHub in Browser
- Cron Cheat Sheet
- Unicode Cheat Sheet
- How To Quit Vim (
:q
,β§zz
,β[
,esc
,esc :wq
) -> So, you really only need to know two concepts. The concept of escape which you can do two ways: You can press theESC
key, or you can presscontrol+[
. That takes you back to normal mode, even if you press it multiple times. Now that you're in normal mode, you can can type a colon command:wq
or you can just type the equivalentZZ
(hold shiftβ§
while pressing thez
key twice). You can also just do:q!
if you don't care about saving anything. - How Timezones Work
- How Regular Expressions Work
- How Unicode Works
- How Big O Notation Works
- The Secret Hack To Efficiently Learning Data Structures & Algorithms
- How Software Interviews Work
- Autocomplete & Prefix Search (Trie, N-Grams...)
- Get your ideas out
- Sometimes the code spike is what you needed to figure out the next piece of the functionality
I know it's time to refactor similar to the way I know when it's time to sweep the floor...I know when it's time to sweep the floor because I keep stepping on things; and, it's annoying.
Similarly, when I go to read the codebase, I know it's time to refactor when I find it hard to read. If it doesn't read well, or, I look at a filename, a class, a method, or a function and the name doesn't immediately tell me what it's doing or it's a bit confusing, it's time to refactor.
Wait, what about "If it ain't broke, don't fix it"? Yeah, that's all well and good, until things need to change. "If it ain't broke, don't fix it" sounds good, until you need to add functionality or requirements change.
No, yelling at the product owner and telling them to go away isn't a satisfactory answer. Sorry, but, not sorry.
- Side-by-Side React JSX Component vs Web Component
- Web Component in JavaScript
- Web Component in TypeScript
- CTRL + l (clear screen)
- Generating
- Naming Convention (Why I never use ida_{rsa|dsa} as the name of my key
- Default Terminal
- Terminal Options (iTerm, Alacritty, ...)
- Tmux
- readline & keybindings (emacs, vi, search forward/backward, fzf)
...but I would learn vim's basic keybindings
I've been fascinated for a while with the trend of building things in public. I've been wanting to participate; however, I've stood on the sidelines for quite a while waiting for the best time to double-dutch into the game. It's hard to admit, but, I think it's partially imposter syndrome and partially a bit of perfectionism; and, I'm starting to think they have a lot to do with one another. Perhaps imposter syndrome is a bit narcissitic. If it is, then, all the better for me to start doing something about it.
I am committed to sharing my experience building things.
- For me.
- For you. So you can see that's actually pretty easy.
I build the products that I wish existed. Building in public is hard. There are probably lots of other reasons, but, the ones that hit the dome immediately are:
- It's a super vulnerable act. The possibility of failure is real and it's not easy to be open with a bunch of strangers on the internet.
- Someone might steal your idea.
- ...
- When I have an idea for a chrome/browser extension, I typically do something called "Feature Primitive". A "Feature Primitive" is the smallest unit of functionality possible to make a feature a reality. I "Feature Primitives" when prototyping or spiking a feature out. When it comes to chrome/browser extensions, I typically spike out "Feature Primitives" in the devtools console. It's a way to think through a feature's implementation to (1) see if it's possible (2) decide if it's even worth building. When I was spiking through the idea of building "Conversation Titles for ChatGPT", the first "Feature Primitive" I worked though was to simply see if I could locate a good parent element to insert the title into. This meant,
document.querySelector('some css selector')
.
- What tech I used to code my new Browser Extension in 2024
- Not sure where to start when building a program? I've learned that the best way to start, whether building a chrome extension, mobile app, command-line program, or library is to start with the cold hard facts. Wait...What? What facts? Yeah, the facts are the immutible laws that govern how the thing you're build for operates. Say it's a Chrome Extension...How does the target website currently operate? I take notes on all the tiny bits of information that website gives away for free. (1) What is the URL structure? (2) How does the UI look before and after user input? (3) What happens if I replace a lowercase letter for an uppercase equivalent in the URL? (4)
- What can we assert about this page using just this URL-based regular expression? src/core/url.ts
- Naming Things Is Hard; Unless ... I still feel the pain from that period in time in tech when it was super popular to name shiney new tech things with names like
- Creating an extension icon using Midjourney
- I believe with all my heart that the best software is built when the developer (1) is completely in touch with the problem at hand (2) ...
- DSA
- Big-O Notation
- System Design
- Database Design
- Color Choices
- Fonts / Typography
- Spacing
- I don't see the point in having a non-optimized profile photo, then, yet another photo of your face in the banner. Why not completely max out the profile photo and then use as much space as possible in the banner displaying how you add value? Of course, for public speakers, I can see how adding a stage photo might be a good look.
- PostgreSQL
- Redis (Low Latency)
NOTE: Use these content drops as an opportunity to update notes and further research the topic. For example, the initial drop can be a simple list of architectural styles. It can be a text-post with a carousel; then, all of a sudden, you're doing a quick screencast of how to consume an API, then a screencast on how to create one for others to consume, how to document one, etc. Clips from the longer form content can be dropped as reels and tiktoks.
- REST
- SOAP
- GraphQL
- gRPC
- WebSocket
- Webhook
- chsh
- I changed my shell, but, homebrew (
brew
) isn't working anymore... (~/.zshrc
)
wilmooreiii@innersOnly-MacBook-Pro Downloads % cat ~/.zshrc
eval "$(/opt/homebrew/bin/brew shellenv)"
. /opt/homebrew/opt/asdf/libexec/asdf.sh
- X ways to define a JavaScript function
- X retry strategies
- A Console.* reference
- Why I use
console.debug
more thanconsole.log
(I used to use console.log or debug) - set log level - users likely wont have this log level set - Why I Almost Always Use Function Parameter Destructuring Over Positional Arguments
- ...
- GoFullPage: Full Page Screen Capture
- Taste
- Conversation Titles for ChatGPT
- Teal
I recently learned that that Bluetooth got its name and logo from a Scandinavian king named Harald Gormsson
In order to stay well-rounded as a Full-Stack Software Engineer, I follow these top performers in Data Engineering
on LinkedIn
- ...
What I've learned through building and shipping lots of web apps, apis, chrome extensions, and mobile apps
- Build Production-Level Software in Public
- Stack (TypeScript, CRXJS, Vite, Visual Studio Code, Figma, ...)
- Project Directory Structure


- Microsoft Teams Admin Center Integration into Lens Rooms - 2024-03-05
- Teams Admin Center Demo :: 2023-11-13
- Manual Testing for Integrations Popup Blocking
- Dissecting GraphQL Queries :: Schema Navigation
- Optionalize
- Quick Demo of the db Command
- Microsoft Teams Admin Center Integrations
- Verifying LENS-9424 & LENS-9425: Display password complexity requirements
- LENS-9522: Submit Updated Password To Backend Service & Update Page Password State
- Local Lens UI GraphQL Errors and Unable To Interact with Visual Analytics Enable/Disable Toggle
- Code - ModalPasswordInput.tsx β glass - 24 January 2023
- Input Error Message Does Not Show Up Until The Input Loses Focus
- Implementing Updated Error Message Component
- Password meets all requirements
- Use lots of software
- Take lots of notes on software
- Keep a list of ideas
- asdf
"How I use ChatGPT to save time on my video note-taking process β³π See how I efficiently create markdown checkbox lists from YouTube timestamps with ease and steal my prompt"
Here are X software tools that I use to generate hard passwords
- ...
- ...
- tests
- translations
- feature toggles
- telemetry for usage metrics
- tests
- translations
- feature toggles
- telemetry for usage metrics
- CJS Module to ESM Module format
- TSConfig
- Type Safety via Generics:
selectn("path.to.retrieve", withinThisDataObject) vs selectn<String>("path.to.retrieve", withinThisDataObject)
- Video Notes
- Screenshots (use preview to ensure pasting into Gist is a markdown img vs HTML image tag)
- Software Engineering :: Source Control :: VCS :: Git :: Managed Hosting Platform :: GitHub :: README
- There are no shortcuts and there are no rules that fit every situation
- Below are the sections I add at minimum to every library I publish
AKA: You Might Not Need
- Text Expander => Text Replacements
- This is how to make your portfolio projects stand out.
- You've been lied to about portfolio projects.
- ...
- ...
- How to land your first 5 clients.
- How to pay yourself as a freelance developer.
- Invoicing
- ...
- How to onboard like a pro
- Organizing your job search
- Imposter syndrome
- How I setup my macbook
- asp.net core programming on a MacBook
- side hustle ideas I've tried and failed
- side hustle ideas I've tried that made me $$$
- a tour of my personal method for software engineering upskilling (take a course, set a schedule for learning, build a course for yourself while you are taking the course, this is better than note taking, sell them the platform)
- Why you aren't getting enough software engineering interviews
- Why you aren't getting enough callbacks
- How to track your job hunt progress as a software engineer
- six-figure software engineer fundamentals (you can make well-over six figures as a software engineer if you start doing these things)
- my Polyglot MacOS software development setup
- Never build portfolio apps like this, build these instead
- How to build SaaS apps with relatively little experience that generate at least $$$ per month in passive income
- Your email list is losing you $$$ per month in passive income; do this instead ...
- My YouTube video setup
- Why I don't own
- You're losing time and $$$ because you don't know how to use your computer effectively
- How to make a killer YouTube video intro
- How to make $$$ writing software development articles
- How to write a software development book in a week for at least $$$ per month in passive income
- How to use JavaScript to write an Electron notes app that is better than the MacOS notes app for at least $$$ per month in passive income
- How to eat a semi-vegan diet