Official twitter account of the tech team at @store2be

Joined April 2018
13 Photos and videos
A 10x developer can approve one @github PR twice #10xdeveloper
7
In @store2be TIL: We learned that @webpack bundle splitting isn't beneficial without correct optimization config: #javascript #typescript #webpack #100DaysOfCode
5
7
It is beginning - #10xEngineer
4
Today, we had a special guest at our daily standup to lighten up our days! ❤️ Share your favorite remote moments with us :) #remote #remotework #store2be @store2be
2
12
store2be Tech retweeted
We're in week 2 of our first 6 week cycle and I can already feel the calm. The way @rjs and @basecamp run product work is what happens when people stop to think & question "common knowledge" and "best practices". Radically different. This book is too good to be free. Thank you!
13
95
Another gold from @rjs, @jasonfried and @basecamp - basecamp.com/shapeup We are pretty sure this would help us improve our processes. Thanks a bunch! Yelling it out once again, we are huge fans! 🤤

1
In @store2be TIL: React allows you to return arrays, but in TypeScript you'd need to assert it as any first else there will be a type error. #typescript #100DaysOfCode #javascript #react #TIL
3
2
A write up by our frontend think tank @brainlessdev on VIM macros on multiple files #100DaysOfCode #vim #javascript
1
2
At @store2be we are huge fans of the basecamp way. We have started using Hill charts to track our progress in our team! Thanks @rjs, for the free knowledge :)
1
3
In @store2be TIL series today: Kubernetes runs Docker containers but Docker can also run a Kubernetes cluster for testing and local development. More reading links: kind.sigs.k8s.io/ github.com/kubernetes-sigs/k… #tech #store2be #kubernetes #devops #docker #100DaysOfCode

3
9
.@store2be TIL: If you want to force hardware acceleration in any CSS animation, just throw a transform: translate3d(0,0,0) in. Thread ⏭ #javascript #css #frontend #100daysofcode #codingtips #store2be
1
4
3
Definitely not a silver bullet as hardware acceleration is not perfect by any means (browsers handle it differently and not all devices have the GPU power required), but an easy way to ensure that the browser tries to GPU accelerate your animations.
1
Google has open-sourced their robots.txt parser and it includes a CLI to test robots.txt files. opensource.googleblog.com/20…

TIL: We found this very useful website that calculates the size of npm packages. bundlephobia.com/ Applications: Build vs Use Decision making process made a lot easier. #react #javascript #til #store2be

1
4
We are starting a TIL series. Everyday at @store2be, our engineers learn new things. Things that you might know and not know. From silly and small to big findings. We will be sharing at least one learning everyday. Watch this space. #store2be
1
5
TWL: a neat vim trick. If you want to pipe a shell command's output into the current buffer you can use: :read !command With the help of macros it can automate a whole lot of repetitive tasks!
1
2