Skip to content
View calypsobronte's full-sized avatar
๐Ÿ‘ฉโ€๐Ÿ’ป
I may be slow to respond.
๐Ÿ‘ฉโ€๐Ÿ’ป
I may be slow to respond.

Block or report calypsobronte

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
calypsobronte/README.md

๐Ÿ‘‹ Hey, nice to see you!

I'm Lina Marรญa Montaรฑo Ramรญrez (calypsobronte)
Backend Developer with +5 years of experience | Google Women Techmakers Ambassador

Passionate about building scalable backend systems, clean architecture, and creating impact through technology and community.


๐Ÿš€ What I do

  • Backend Developer with experience at MercadoLibre and Sinapsis
  • Strong background in Go, Python, Node.js, TypeScript and Cloud (AWS, Azure, GCP)
  • Love clean code, Domain-Driven Design (DDD), and building secure, maintainable systems
  • Currently studying Software Development Technology at SENA (Remote or Colombia)

๐Ÿ› ๏ธ Tech Stack

Node.js Python Go TypeScript Docker AWS MongoDB PostgreSQL


๐ŸŒ Leadership & Community

  • Google Women Techmakers Ambassador
  • Organizer & Leader at NodeCo and Pioneras Devs
  • Mentor at Coderise
  • Co-founder & Podcaster at CaminoDev

๐Ÿ“บ Content Creation


๐Ÿ“ Find me online


๐Ÿ“Š GitHub Stats

Lina's GitHub stats


๐Ÿ’ฌ Open to opportunities in Backend Development, Cloud, and tech communities.
Currently looking for SENA paid internships and junior/mid-level positions.


My npm card inspired by bitandbang

Ejecutar Via npx

$ npx calypsobronte

Pasos

  1. Puedes hacer fork en el repo de bitandbang o simplemente ir creando tus archivos.
  • mkdir calypsobronte
  • cd calypsobronte
  • npm init Nota: iniciamos el package.json con tus datos despues:
  • npm i Nota: instalamos el node_modules para que nos cargen algunas dependencias que necesitamos despues creamos:
  • mkdir bin
  • touch card.js cuando ya creas el .js vas a copias este codigo
#!/usr/bin/env node
// ๐Ÿ‘† Used to tell Node.js that this is a CLI tool

// Pull in our modules
const chalk = require('chalk')
const boxen = require('boxen')

// Define options for Boxen
const options = {
  padding: 1,
  margin: 1,
  borderStyle: 'round'
}

// Text + chalk definitions
const data = {
  name: chalk.white('Tu nombre / '),
  handle: chalk.cyan('tuname'),
  work: chalk.white('donde trabajas'),
  twitter: chalk.cyan('tu cuenta de twitter'),
  github: chalk.cyan('tu cuenta de github'),
  linkedin: chalk.cyan('tu cuenta de linkedin'),
  web: chalk.cyan('tu pagina web (opcional)'),
  npx: chalk.white('npx tuejecutable'),
  labelWork: chalk.white.bold('      Work:'),
  labelTwitter: chalk.white.bold('   Twitter:'),
  labelGitHub: chalk.white.bold('    GitHub:'),
  labelLinkedIn: chalk.white.bold('  LinkedIn:'),
  labelWeb: chalk.white.bold('       Web:'),
  labelCard: chalk.white.bold('      Card:')
}

// Actual strings we're going to output
const newline = '\n'
const heading = `${data.name} ${data.handle}`
const working = `${data.labelWork}  ${data.work}`
const twittering = `${data.labelTwitter}  ${data.twitter}`
const githubing = `${data.labelGitHub}  ${data.github}`
const linkedining = `${data.labelLinkedIn}  ${data.linkedin}`
const webing = `${data.labelWeb}  ${data.web}`
const carding = `${data.labelCard}  ${data.npx}`

// Put all our output together into a single variable so we can use boxen effectively
const output = heading + newline + newline + working + newline + twittering + newline + githubing + newline + linkedining + newline + webing + newline + newline + carding

console.log(chalk.green(boxen(output, options)))

despues:

  1. Ejecutas
$ npm version major

asi miras que version tienes antes de darle publish debes de haber creado una cuenta en npm.org

  1. ejecuta esto
$ npm adduser 
  1. y despues
$ npm publish

y ya al fin puedel ejecutar tu

$ npx calypsobronte

Pinned Loading

  1. calypsobronte calypsobronte Public

    Mi npm card $ npx calypsobronte ๐Ÿค“๐Ÿฆ„๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ”ป

    JavaScript 1 1

  2. 1x.engineer 1x.engineer Public

    Forked from cutenode/1x.engineer

    The official website of 1x Engineers around the world

  3. fitrivalapp fitrivalapp Public

    FitRival App Beta Website

    CSS

  4. todoList todoList Public

    Vue