Remove Framework Remove Guidelines Remove Naming Remove Software Engineering
article thumbnail

Guide to the Software Engineer Career Path

PMLesson's Ace the PM Interview

Trying to better understand the software engineer career path? Want to know what your next steps are as an engineer as you make your way to CTO? An engineering career can go in many different directions depending on your technical skill set and what you want out of a job. We've got your covered.

article thumbnail

How a multinational insurance company is managing design at scale through a design system

UX Planet

Each team had its own interpretation of the brand’s digital guidelines to support their business, product, and user needs. Without a unified design library, it was evident that there was no front-end kit or library capable of effectively supporting the engineers. “In Today, it has transcended beyond being merely a designer tool.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Bottoms Up With OKRs | Whitney O’Banner, Medium | BoS USA 2019

Business of Software Conference

Whitney O’Banner (Software Engineering Manager, Medium) – Bottoms Up With OKRs from Business of Software Conference. My name is Whitney. The year 1999 and a guy named John borrowed from a guy named Andy this goal setting methodology called OKRs. Video, Slides, Sketch Notes, and Transcript below.

article thumbnail

How to Create a Product Content Strategy

Department of Product

I chuckled a little at the naming but then paused to think. Who actually came up with this name, and how? No single one of these activities will decide on your tone of voice, but using these activities your content team can draw up a series of branding principles and guidelines that inform the language and vocabulary used.

article thumbnail

MongoDB Interview Questions and Answers For Experienced and Beginner Developers

PMLesson's Ace the PM Interview

db.createCollection(name,options) // create collection in MongoDB db.collection.drop() //drop collection in MongoDB How do you perform Insertion or Creation operations in MongoDB? The combination of a database name with a collection or an index name using the (.) database-name].[collection-or-index-name]