Skip to content

Instantly share code, notes, and snippets.

View amysutedja's full-sized avatar

Amy Sutedja amysutedja

View GitHub Profile
# Catalyst UI Take Home Test
Here are a list of guidelines for the take-home test.
An app is required to display the weather conditions and forecast for any given zip code or city (US only).
The app must include:
* Weather data from https://openweathermap.org/api
* Search to get data for any given zip code or city
* Chart the 5-day forecast
Purpose
-------
The purpose of this project is to get a quick snapshot of how you build real-world software. Please
build this as if it was going to be deployed to production and users were really going to use it.
That said, do not worry about operational issues. Assume load-balancing, auto-scaling, sharding, or
any other issue related to running the product has been solved for you, or can be solved later.
Project
-------
@amysutedja
amysutedja / History|-490229bf|QEHU.json
Last active August 13, 2022 00:30
Visual Studio Code Settings Sync Gist
[
{
"name": "cae-app-subscription",
"entitlementName": "system.app_registry.cae_customer",
"appClientId": "0oac0nwhjsl83cnnL357",
"description": "Cloud Admin Experience (CAE) Status Page",
"status": "enabled",
"valueTemplate": "{\"appName\": \"cae.customer\" }"
},
{
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="steeef"
plugins=(brew git github jira jruby osx rails rake redis-cli vagrant)

TotalDiscovery is looking for a creative and experienced web developer who’s interested in joining our team as a full-stack contributor. As part of a honed and talented team, you’ll work on a standard-setting legal industry app that channels floods of big data into a simple, searchable experience.

You'll be responsible for:

  • Working with the product team to design new features, and then implementing them
  • Managing the timeline and deliverables of sets of features
  • Cooperating with our backend teams to expose new functionality
  • Providing developer support for our customers
  1. A linked list is a data structure composed of a line of nodes, each pointing to the next node of the line.

    function Node (value, node) {
        this.value = value;
        this.next = node; // must be a Node object
    }
    

    Write a function reverseLinkedListInPlace(headNode) that takes a Node representing the head (i.e., the first node) of the

### Keybase proof
I hereby claim:
* I am amysutedja on github.
* I am amysutedja (https://keybase.io/amysutedja) on keybase.
* I have a public key whose fingerprint is 6167 658C AF9C CEAC DDB9 8952 ED13 035E 9B04 3946
To claim this, I am signing this object: