Pinned Repositories
JavaScript-Stores
🏪 Simple implementation of a Subscription object that notifies when the value changes.
portfolio
💽 Personal portfolio of Robert Todar created using Svelte
resume
📰 My own personal resume created in ReactJs.
VBA-Arrays
😎 Array functions that are similar JavaScript functions. Example: Push, Pop, Shift, Unshift, Sort, length, toString.
VBA-Boilerplate
VBA boilerplate for VBA code. Analytics, JSON, Console logging, LocalStorage, testing.
VBA-Material-Design
Two Class modules that are used to format a VBA Userform using the material design
VBA-Modern-Userform
A way of creating windows 10 tile grids in Userforms.
VBA-Style-Guide
🎮 Style guideline for writing clean and maintainable VBA.
VBA-Userform-Animations
Tools to have transitions and animations with Userforms and Userform controls
VBA-Userform-EventListener
🎉 A very easy way to add event listeners to a userform.
todar's Repositories
todar/VBA-Arrays
😎 Array functions that are similar JavaScript functions. Example: Push, Pop, Shift, Unshift, Sort, length, toString.
todar/VBA-Material-Design
Two Class modules that are used to format a VBA Userform using the material design
todar/VBA-Boilerplate
VBA boilerplate for VBA code. Analytics, JSON, Console logging, LocalStorage, testing.
todar/VBA-Modern-Userform
A way of creating windows 10 tile grids in Userforms.
todar/VBA-Userform-EventListener
🎉 A very easy way to add event listeners to a userform.
todar/VBA-Style-Guide
🎮 Style guideline for writing clean and maintainable VBA.
todar/VBA-Strings
String functions Libary including: StringSimilarity, Inject (StringInterpolation), LevenshteinDistance
todar/VBA-Version-Control
VBA Version control using Git
todar/VBA-Analytics
Way of tracking code analytics and metrics such as runtime, username, date, time, and codename. Useful when multiple users are running code within a shared network.
todar/VBA-FileSystem
FileSystem functions created for ease of use in Excel VBA.
todar/VBA-Resource-Guide
A complete list of links to helpful resources for anything VBA
todar/vba-localStorage
🗃 Local Storage for VBA!
todar/VBA-String-Interpolation
Custom Function For injecting variables into strings
todar/VBA-Composition-game
Trying to learn how to do composition in VBA. This is a testing example of what I have come up with so far.
todar/vba-project
💾 A Template for exporting VBA code into source folders. This makes integrating VBA with GIT version control a breeze.
todar/vba-project-with-packages
🚀 A template for writing VBA code. This includes exporting Source code, and a bunch of standard libraries.
todar/Local-Server-App
🤯 Template to create a desktop app using an NodeJS local server! Uses your own browser for the UI 🧙♂️ Who needs Electron? 🙄
todar/VBASpec
Test-Driven Development (TDD) platform for VBA.
todar/JavaScript-Stores
🏪 Simple implementation of a Subscription object that notifies when the value changes.
todar/nextjs-netlify-blog-template
todar/react-components
My own react component library. Want some wobbly words, you came to the right place!
todar/todar.github.io
Something that needs to be repurposed lol
todar/westongibson.com
Weston Gibsons Real Estate Site
todar/portfolio
💽 Personal portfolio of Robert Todar created using Svelte
todar/resume
📰 My own personal resume created in ReactJs.
todar/design-resources-for-developers
Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
todar/friday-night-update
todar/javascript
JavaScript Style Guide
todar/React-todo-app
A practice project using react. Trying to make a todo list similar to google keep list!
todar/todar