Skip to content

Instantly share code, notes, and snippets.

View emeka-osuagwu's full-sized avatar
🔥
Working from home

Emeka Osuagwu emeka-osuagwu

🔥
Working from home
View GitHub Profile
@emeka-osuagwu
emeka-osuagwu / Login.php
Last active March 12, 2024 13:22
User Service implimentation
<?php
namespace App\Http\Controllers\V1\Auth;
/*
|--------------------------------------------------------------------------
| Illuminate Namespace
|--------------------------------------------------------------------------
*/
use Illuminate\Http\Request;
@emeka-osuagwu
emeka-osuagwu / AdbCommands
Created February 22, 2024 17:43 — forked from ernestkamara/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell
@emeka-osuagwu
emeka-osuagwu / js
Created October 17, 2019 18:49
Vuejs show and hiding password input for users
<template>
<div>
<div class="wrapper fadeInDown">
<div id="formContent">
<!-- Tabs Titles -->
<h2 class="active"> Sign In </h2>
<!-- Icon -->
<div class="fadeIn first">
<img style="width: 100px" src="https://devgrill.com/wp-content/uploads/2019/08/download.png" id="icon" alt="User Icon" />
package com.company;
import java.util.Scanner;
public class Main {
private static boolean quit = false;
private static Scanner scanner = new Scanner(System.in);
private static Grocery grocery = new Grocery();
package com.company;
import java.util.ArrayList;
// Grocery Class contains and extends all method require to perform CURD operations on our app
public class Grocery {
// assign grocery to a Java ArrayList type
private static ArrayList<String> grocery = new ArrayList<String>();
"scripts": {
...
"js-server": "json-server --watch db.json",
"dev": "nodemon server.js"
},
@emeka-osuagwu
emeka-osuagwu / interviewitems.MD
Created February 28, 2016 10:22 — forked from amaxwell01/interviewitems.MD
My answers to over 100 Google interview questions

##Google Interview Questions: Product Marketing Manager

  • Why do you want to join Google? -- Because I want to create tools for others to learn, for free. I didn't have a lot of money when growing up so I didn't get access to the same books, computers and resources that others had which caused money, I want to help ensure that others can learn on the same playing field regardless of their families wealth status or location.
  • What do you know about Google’s product and technology? -- A lot actually, I am a beta tester for numerous products, I use most of the Google tools such as: Search, Gmaill, Drive, Reader, Calendar, G+, YouTube, Web Master Tools, Keyword tools, Analytics etc.
  • If you are Product Manager for Google’s Adwords, how do you plan to market this?
  • What would you say during an AdWords or AdSense product seminar?
  • Who are Google’s competitors, and how does Google compete with them? -- Google competes on numerous fields: --- Search: Baidu, Bing, Duck Duck Go