Overwhelmed or nervous about digging into your first large design effort? Have no fear. In this blog post series, I’ll cover my approach to design efforts with examples from the new datasource management administration page. My process varies slightly depending on the hat(s) I’m wearing, but for the most part I’ve found that the key…
Design Developer Productivity Software developmentCategory: Developer Productivity
by
Nikhila
A step-by-step guide to seamless design efforts
by
Eric Shull
A lesson for the backend from a front-end technology
In R52, our team launched a new licensed feature for users to create custom asset hierarchies. The UI is a familiar spreadsheet-like interface, and we kept the backend logic simple by borrowing a concept from the front-end library React. In the process, we gained some valuable insight into writing maintainable code. In this post, I’ll…
Developer Productivity Software development
by
[email protected]
My favorite keyboard shortcuts
Navigation Ctrl+shift+left/right arrow key Select the word to the left/right of your cursor. These are probably my most commonly used keyboard shortcuts both at work and on my personal computer. I highly recommend them to people who currently don’t use any keyboard shortcuts at all. Shift+up/down arrow key This one selects the line above or…
Developer Productivity Keyboard Shortcuts