Skip to content

Instantly share code, notes, and snippets.

View TebelloX's full-sized avatar
💭
Can I haz cheezburger?

Tebello Namo TebelloX

💭
Can I haz cheezburger?
  • Johannesburg, South Africa
View GitHub Profile
@TebelloX
TebelloX / sass-7-1-pattern.scss
Created August 21, 2022 11:10 — forked from rveitch/sass-7-1-pattern.scss
Sass 7-1 Pattern
sass/
|
|– base/
| |– _reset.scss # Reset/normalize
| |– _typography.scss # Typography rules
| ... # Etc…
|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Stevey's Google Platforms Rant

I was at Amazon for about six and a half years, and now I've been at Google for that long. One thing that struck me immediately about the two companies -- an impression that has been reinforced almost daily -- is that Amazon does everything wrong, and Google does everything right. Sure, it's a sweeping generalization, but a surprisingly accurate one. It's pretty crazy. There are probably a hundred or even two hundred different ways you can compare the two companies, and Google is superior in all but three of them, if I recall correctly. I actually did a spreadsheet at one point but Legal wouldn't let me show it to anyone, even though recruiting loved it.

I mean, just to give you a very brief taste: Amazon's recruiting process is fundamentally flawed by having teams hire for themselves, so their hiring bar is incredibly inconsistent across teams, despite various efforts they've made to level it out. And their operations are a mess; they don't real

{
"name": "fcc-learn-npm-package-json",
"author": "foobar",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
{
"author": "Tebello Namo"
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>QR Codes</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="main.css">
<style>
img{
width: 100%;
@TebelloX
TebelloX / .gitignore Java
Created November 5, 2019 07:12 — forked from dedunumax/.gitignore Java
A complete .gitignore file for Java
##############################
## Java
##############################
.mtj.tmp/
*.class
*.jar
*.war
*.ear
*.nar
hs_err_pid*