No, you can't use React, GreenSock, GitHub, or...šŸ˜±

Pardon the provocative title! :stuck_out_tongue:

My latest newsletter just went out where I talk about the challenges you may face trying to build something in a large organization:

1 Like

Nice article :slightly_smiling_face:
It kind of sounds like an article you would get your team to readā€¦ :stuck_out_tongue_winking_eye:

What do you use for version control at Firebase?
Did they reinvent the wheel or just fork Git?
Does Firebase utilize Golang?

Are you going to do a ā€œsecrets of Firebaseā€ episode? :stuck_out_tongue_winking_eye:

Even better! We use Github for large parts of it! :zap:

1 Like

Great article.
(just a quick sidenote: I read it in the email and I wanted to give you the ā€œgreatā€ feedback. I did find it but the ā€œreplyā€ options where very discreet - specially in this rushy days:
ā€œdo send me a tweet or post on the forums to let me know!ā€
I think they deserve a button : )

1 Like

That is great feedback! Iā€™ll see if Substack will allow me to do that next time! :slight_smile:

1 Like

I think you covered this all pretty well; I enjoyed reading it.

Iā€™m sort of envisioning someone saying ā€œI want to write my code (step A) and run it (step B)ā€, but there are lots of intermediate steps you might not imagine, so it ends up being that a bunch of letters are inserted in the middle (systems, processes, libraries, etc. like you mentioned), so itā€™s really step A ā€¦ step Z.

One of the funniest examples from an old job is that there was (intentionally) no network connection between my office and the place where I wanted to run some code, so the most expedient solution was to burn new commits to a DVD and carry it to a different floor with the relevant computer(s).

Maybe part of the art of it is that for any given task, thereā€™s some flexibility about which of the alphabet of steps youā€™re considering actually matters, and maybe it turns out that instead of a Boolean ā€˜yesā€™ this is required or not, itā€™s a floating-point scale of importance, and oh, actually some of the steps are not strictly ordered, so D can happen before B, etc.

2 Likes

I ran in to a bit of a relevant situation recently. I was applying for jobs and found that many contractors for the government need to publish for the browser only, because installing any new software is considered out of bounds, as you call it.

Because of this, many of them have legacy flash content they need ported. Believe it or not the flash background actually got me a job offer as a unity developer :smile:

I ended up going with a different job though (unity dev non flash) even I didnā€™t want to bust out the old flash drives lol

2 Likes

Also mildly relevant, Iā€™ve been given my choice of version control (fairly small company).

Obviously GitHub is safe-ish, though has had breaches apparently, but this combined with unity usually managing large files, its not ideal for me. Yes git LFS is used but i already hit my limit and need to buy storageā€¦which they will but, Iā€™m thinking merge over to Gitea. Iā€™ve used it locally in the past, its a clone of the old github layout. Full control, and no storage limits. I actually prefer it.

What i have not done is hosted it remotely in probably a docker containerā€¦I had it setup locally on a drive, and that drive backed up automatically to a serverā€¦weird perhaps, but so am i i guess.

or maybe i just pay GitHub for more storage and donā€™t bother since its not my money anyway and Iā€™m just complicating things for myself.

edit: relevancy to the post is me potentially hosting private client data on github, which doesnā€™t sit well w me

1 Like

Have you considered GitLab? A lot of large companies use them. I havenā€™t done a deep look into why GitLab is used, especially in enterprises, but that maybe something to consider if you havenā€™t already explored it :robot:

I have not, but i see the free tier is 5GB so i will give it a trial run thanks!

1 Like

I had a play with Bitbucket a while ago. It seemed alrightā€¦

Iā€™m super surprised that Google hasnā€™t got its own version controlā€¦

2 Likes

Google does! :earth_americas:

https://source.cloud.google.com/onboarding/welcome

2 Likes

:open_mouth:
Cloud Source Repositories is free for up to 50 GB of storage per month.

Well then. I will be giving this a go tomorrow

1 Like