Giter VIP home page Giter VIP logo

sails-blueprint-generate's Introduction

Hi there! 👋

I’m Nanang, your friendly neighborhood Self-Taught Front-End Engineer 🚀. I’ve been on this wild coding adventure since 2008, and let me tell you, it’s been a rollercoaster of curly braces, semicolons, and late-night debugging sessions. But hey, that’s where the magic happens, right? ✨

journey

🧰 What’s in My Toolbox?

  • Front-End Sorcery: I weave pixel-perfect spells with CSS and Javascript. Whether it’s crafting responsive layouts or conjuring interactive UIs, I’ve got you covered.
  • Alchemy Beyond Hype: While others chase the latest buzzwords and trends, I delve deeper. I seek practical magic —the tools that fit the project like a well-worn cloak. Whether it’s a mystical Svelte incantation or a Cloudflare Workers enchantment, I choose wisely.
  • Code Compass: My compass doesn’t point north; it points to the most suitable solution. Front-End? Serverless? I’ve danced with them all. JavaScript and TypeScript are my trusty wands, and Svelte & SvelteKit? Ah, they’re my favorite spells.
  • Serverless Enchantments: Ever seen a server vanish into thin air? That’s my specialty! I wield the power of Cloudflare Workers, Vercel, Firebase, and Supabase to create cloud-native wonders.

🏹 Join Me on This Quest!

Feel free to explore my repositories, peek at my code incantations, and maybe even drop a star or two. Let’s build magical software together! 🌟

Disclaimer: No dragons were harmed during the creation of this introduction. But a few bugs might have been squashed. Remember, bugs are just mischievous gremlins testing our resolve. Happy coding! 🧙‍♂️✨

Magic Wands

typescript logo javascript logo svelte logo react logo html5 logo css3 logo tailwindcss logo bootstrap logo nodejs logo express logo nextjs logo intellij logo figma logo git logo jira logo github logo gitlab logo docker logo appwrite logo firebase logo googlecloud logo heroku logo postgresql logo graphql logo mongodb logo jquery logo less logo lua logo markdown logo npm logo yarn logo sass logo aftereffects logo illustrator logo slack logo vscode logo arduino logo

Social Links

🐞🐞🐞


languages graph   stats graph
Snake animation

sails-blueprint-generate's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jlertle

sails-blueprint-generate's Issues

Add Foundation Components Macro

Add Foundation components macro (http://foundation.zurb.com/docs/components) to help users when using the template.

Macro Usage Sample

<form action="">
  {{ comp.textinput('First Name', 'firstname', 'fit rounded') }}
</form>

and resulting:

<form action="">
  <div class="row">
    <div class="large-12 columns">
      <label>First Name
        <input type="text" id="firstname" name="firstname" class="fit rounded" placeholder="Enter First Name" />
      </label>
    </div>
  </div>
</form>

Add Bootstrap Components Macro

Add Bootstrap components macro (http://getbootstrap.com/components) to help users when using the template.

Macro Usage Sample

<form action="">
  {{ comp.textinput('First Name', 'firstname', 'fit rounded'') }}
</form>

and resulting:

<form action="">
  <div class="form-group">
    <label for="firstname">First Name</label>
    <input type="text" id="firstname" name="firstname" class="form-control fit rounded" placeholder="Enter First Name">
  </div>
</form>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.