Skip to content

Instantly share code, notes, and snippets.

View dbilovd's full-sized avatar
💭
#StartingOver

David Lartey dbilovd

💭
#StartingOver
View GitHub Profile

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

<template>
<Page class="page">
<ActionBar class="action-bar"
flat="true"
title="Home">
<android>
<NavigationButton
icon="res://ic_menu_black_24dp"
@tap="showSideMenu"
text="Menu"></NavigationButton>
<template>
<div>
<Button>{{ text }}</Button>
<div>
</template>
<script>
export default {
props: {
text: {