Personal Brand :: Social Media :: LinkedIn :: Newsletter :: ShowerThought :: Editions :: Ideas
⪼ Made with 💜 by Polyglot.
const NodeB = {
data: "NodeB",
next: null
};
const NodeA = {
data: "NodeA",
next: NodeB,
};
console.assert(NodeA.next.data === NodeB, "%o", { NodeA, NodeB });
- The AI Assisted Software Development Guide
- Models, Embeddings & Batches: From Pilot to Production with Enterprise GenAI
- A Recipe for Fine-tuning with Direct Preference Optimization
- Building Something Real with Retrieval Augmented Generation (RAG)
- Synthetic Data and Model Tracing in an Enterprise AI Environment
- WANIX: A WebAssembly Operating and Development Environment
- Securing Generative AI in the Enterprise: Overcoming the Data Privacy Hurdle
- ReactJS Quiz
- JavaScript :: Functions
- manipulating pdfs from the command-line
- Keyboard Shortcut of the day
- How do I find my WAN IP address?
- macOS Network Device Scanner
- Angry IP Scanner (Network Troubleshooting) -> Looking for some hardware device on your network, find it using Angry IP Scanner
- OAuth Terminology Reference (Opaque in OAuth Context): OAuth terminology trips up even veteran software engineers. It's important to be clear when communicating, so, here's a reference.
- Income Sources :: Books :: Everyday Markdown
- Using Grep & Regular Expressions to Search for Text Patterns in Linux
- reverse a string
- Expose a localhost express API to the Internet
- JavaScript :: TypeScript :: TypeSpec
- JavaScript :: TypeScript :: Using
- UTF8 Postgresql Create Database Like MySQL (including character set, encoding, and lc_type)
- Can I run a command from package.json bin script?
- Software Engineering :: Career :: Interview :: Coding Challenges :: Fizz buzz
- implementing intrinsic JavaScript functions in TypeScript
- Add Token to Keychain
- SSH
- Product & Software Ideas
- The EXTREMELY helpful guide to merge conflicts
- AI :: Courses
- How To Automate ChatGPT through the REST API
- Software Engineering :: Data Structures & Algorithms :: Courses
- console: assert() static method
- Date & Time Programming
- Income Sources :: Keyboard Shortcuts Tutorials
- server-sent events are just HTTP requests
- GraphQL Subscriptions: Why we use SSE/Fetch over Websockets
- postman alternatives
- list of most popular http clients for api testing
- stackoverflow
- JavaScript :: Array :: Reduce
- JavaScript :: JSON :: JSON Tools
- Containers :: Docker :: Plugins
- Loop (for each) over an array in JavaScript
- Node: Authentication
- Income Sources :: eMail Newsletters :: Code Brew
- Optionalize
- workspaces
- react custom hooks - demystified in 5 simple steps ⚡️
- How to test custom React hooks
- You can use the ref attribute of the component
- Personal Finance Tips
- daily.dev - where developers grow together
- The nine best recommendations in the new React docs
- Developer Experience
- Here's my gift to anyone starting on LinkedIn in 2024
Your first day as an everyday developer ...
- why learn to code using javascript ... why not python?
-
let uniqueArray = [...new Set([5,5,2,2,2,4,2])]; // [5,2,4] - Setup Vim (spaces, tabs, tab stop, etc)
- $SHELLS (fish, bash, sh, csh)
-
cd: tip => when you use thecdcommand with projects, use the fully qualified path so it's easy to autocomplete later to go directly to the command.cd ~can also be used a a prefix before using the up arrow to cycle through prefix matches. You can also use $CDPATH - vi, vim, neovim, keybindings
- vscode
- tmux
- iterables in JavaScript
- Environment Variables
-
fetch('/graphql', { body: JSON.stringify({ query: '{ foo { bar baz } }' }) }) - Loops in JavaScript (while, for, do, for...in, for...of, forEach, map)
- Programatically Sending Emails
- Email Plus Addressing:
To: "wil.moore+oregon@wilmoore.com" <wil.moore+oregon@wilmoore.com> - Makefile
- Containers
- JavaScript/TypeScript Function Signatures, Parameters, Positional Arguments, Object Destructured Argument)
- Containers :: Docker :: Plugins
- JavaScript :: Array :: Reduce (How
Array.prototype.reduceworks) - DNS, Domain Names
- NodeJS :: NPM :: workspaces
-
date -v +1y +"%Y-%m-%dT%H:%M:%SZ"(add a year) - NodeJS :: NPM :: Link
- If you don't know what to do, build a tool or write a document or diagram
- JavaScript :: Date & Time
- SQL (DDL, DML), SELECT, INSERT, JOIN/REFERENCES
- Intro To Computer Vision
- Exit Signals
- Writing a test suite
- eCards
The complete roadmap for frontend development <>
Ever wanted a step-by-step guide for learning frontend engineering? This is for you.
I often get asked questions like:
- ...
- ...
- ...
Even when I was ... I always wondered waht else I needed to learn to get to the next level in my engineering skills.
Unfortunately ... many of us don't know where to start, or we get overwhelmed/confused taking courses and watching endless youtube videos.
Here is a list of 26 skills you'll need to develop as you pursue mastering frontend development.
⪼ Made with 💜 by realpolyglot.com
- How I stay organized while taking online courses
- How I publish JavaScript packages
- How I come up with ideas for chrome extensions
- Why I workout everyday
- Why "Technical Jargon" is good
- How I attract the attention of recruiters and hiring managers
- How I start every chrome extension --> chrome extension starter template
- How I got good at data structures and algorithms
- What I look for in a new tech job
- How I structure my LinkedIn profiles for maximum impact
- Why I take a walk every morning, even if I wake up late
- Why I plan out my entire day, down to the half hour
- How I structure my GitHub profile for maximum visibility