1. Purchase the domain name using AWS Route53 (perhaps you’d need to setup an IAM role for the website to access your pre existing AWS acct)
2. Setup frontend, API, and CDK infra repos. All in TypeScript.
3. Frontend react, backend Api gateway backed by lambda functions. Have a graphql endpoint that talks to an Amazon auroradb. CI for backend and frontend is defined by a CDK package that is also deployed to the AWS account that also sets up the networking and database for you.
4. Have a basic layer of application code for setting up user authentication and storing user data in the aurora db.
Basically my idea is it kinda sucks that everyone has to do all of this setup yourself if you want to start a new project. Or you have to rely on no-code tools like Squarespace etc which may not be what most engineers are looking for. Having something that can go from simply entering the domain name you want to scaffolding out a fully functional full stack web app with CI and serverless infra defined by code that can scale from day 1 seems both incredibly useful and doable.
Curious to hear other people’s thoughts on this!
The interactive map in the articles shows SF to be "overvalued" (but not "significantly overvalued") and it states SF home values are down 7.8% between May and August of this year.
It does point out, however, that tech hubs are still struggling due to reasons other than local affordability:
1) higher cost homes are more rate sensitive
2) tech companies and their corresponding stock compensation are experiencing a downturn
3) tech companies have leaned in to remote work more than in other industries, which means employees don’t need to stay in expensive tech hubs for their career opportunities. (this is from my own understanding of the market, not the article. Also, I personally think there’s still some career networking benefits being located near a tech hub)
Side note: One of my favorite authors Michael Pollan recently published a short audiobook on the effects of caffeine, some of the history behind it, and his experience going cold turkey for a few months. Really quick and interesting 2 hour listen. It's called Caffeine.
Thought I'd share since I found out about his last book "How to Change your Mind" on HN and found it fascinating.
The lyrics are meant to be ironic since they condemn plagiarism while praising Wilde and consciously containing bits of plagiarism itself. Morrissey, the lyricist and vocalist, was well known for plagiarizing and even ripped some lines off of Oscar Wilde in a few songs.
Im trying it out right now and the Android app told me to use an identifier that starts with a '9'. I typed `notify -r <my_identifier>`. When I try running `notify` however, it gives me this:
[notify] Encountered an error: ParseError { code: 141, message: 'Error 112: Channel name must start with a letter: <my_identifier>' }
[1] http://www.finebyte.co.uk/?page_id=9
EDIT: FWIW, I don't use Google Now on my phone itself, so I admit that some of the novelty or utility of what it can do from your Android Wear device might be lost on me.
That being said, if you have the skill set and time as a developer to be able to implement all of those features and a server/db component, I would. It may not be as robust or clean as the Parse API but hey if its your code it shouldn't be terrible to work with. If you do it yourself, then you get the added benefit of just having to pay for hosting of your server and db.