Skip to content

Instantly share code, notes, and snippets.

View oshingc's full-sized avatar
🎯
Working on AI projects

María Alejandra Gómez C. oshingc

🎯
Working on AI projects
  • FIS
  • Lima, Perú
  • 05:57 (UTC -05:00)
  • Instagram alecoding
View GitHub Profile
@oshingc
oshingc / app.js
Created December 1, 2017 21:28
Node running Angular
var express = require('express');
var compression = require('compression');
var proxy = require('express-http-proxy');
var session = require('express-session');
var app = express();
var user = {uid: 'user', name: 'user A', role: '[{"portal":"worker","roles":["app_worker]}]'};
var proxySetting = {
@oshingc
oshingc / debug
Created March 23, 2024 16:28
debug oshingc
<html>
<head>
<script>
var numero1 = "3";
var numero2 = "4";
console.log("suma", suma(numero1, numero2));
function suma(a, b){
return a + b;
}
@oshingc
oshingc / prompts
Created May 28, 2025 15:12
Stitch App - Prompts
Prompts
Prompt 1:
Design a mobile app for songwriters and vocal artists that looks elegant, clean, and inspiring — like a mix between Notion, Bear App, and Day One, but tailored for musicians. The app is for capturing song ideas in a minimal yet beautiful creative space.
Core features: Home screen with a soft, artistic dashboard layout and large buttons: New Idea, My Songs, Inspiration, Favorites. A lyrics editor with elegant typography where users can: Write verses, choruses, and bridges with rich formatting. Add chords aligned above the lyrics. A floating record button to capture melody or vocal snippets as voice memos. Ability to attach reference files (like audio clips or PDFs). A tag system for each idea: Ballad, Pop, Draft, Final, Inspiration. Song detail view styled like Notion: clean layout, spacing, icons, and a subtle aesthetic.
Visual style: Use a neutral, soft color palette: light beige, soft gray, lavender, sage green. Artistic fonts — modern serif or minimalist sans-serif (nothing default).