One point of interest for Tesla is their projected YoY growth rate. Elon Musk has stated 40-50% YoY. Some analysts will point out that Tesla is unlikely to be the > 50% main player because 0% of anybody has ever been the main player for any length of time that would matter. In 2018 ~80M […]
Uncategorised Blog Posts
Dev CEO’s
It's not an accident that Elon, Zuck, Bezos, Gates, Sergi, Larry Page & Elison are all developers. When a Dev runs the co. they tend to have a great handle on where things are, and when things can be achieved. The further away you move from that, the more *hope* plays a factor. — DevElevation […]
Tesla Batteries – The Ramp Has Begun
Concerned by Elon’s statements that batteries will take 2 years to see good ramp? Don’t be. If batteries were in final stages of optimization, then Tesla still wouldn’t be able to drop them in to all the Gigafactories. The original thought behind Gigafactory 1 Nevada was to make it enormous to produce more batteries than […]
Query Planning Experience
I was super fortunate to learn Database Design from Jason Lee and Dan Van Staal Duinen at iSTORM in 2005. Learning from them was way better than SQL class. Beyond what I learned from them, I have really only added 2 major things. INNODB (We were using MYISAM @ iSTORM) and the JSON dataype. As […]
Utilizing Well-Known Design Patterns
You: What are some well-known design patterns? Me: Well, I am glad you asked. Let me get back to you on that. I want to make sure I understand what you mean by “Design Patterns”. If by “Well-Known Design Patterns” you mean “code that works”, then I am good at “Utilizing Well-Known Design Patterns”.
Domain Driven Design
Hmm, I am trying to figure out what this would mean without looking it up. Domains I know as sites, but I would think that Tesla.com would be the only domain. Subdomains would be departments within sites, so subdomain driven design might make more sense. How else can Domains be interpreted? Domain Driven Design sounds […]
OOP&D
So I had this problem. I need to get 17++ variations of CSV files for price/inventory updates. Perfect place to make a parent class with most of the common functionality and child classes where each child overrides functions: loadCSVFile() //uniquely fetches inventory/price file from FTP, Email Attachment, SFTP, HTTP, etc. updateProducts() //parses files specific fields, […]
Experience with PHP
I have made at least 1 of each of the following in PHP: Admin Panel Punch Clock Mass Mailer Affiliate Program Admin Tools Admin Reports Contract PDF Generation Lease Program Search Engine Inventory Management System Price Management System Inbound Payment System Outbound Payment System Cron Scheduler Support Ticket System/CRM Ad Tracking System Web crawler Backup […]