Skip to content

Instantly share code, notes, and snippets.

View jessenaiman's full-sized avatar

Dice Wizard jessenaiman

  • Free Agent of Omega
  • Canada
View GitHub Profile
DELETE FROM [Catalyst.Models.DataContext].[dbo].[transactions]
WHERE id = '36833'
GO
DELETE FROM [Catalyst.Models.DataContext].[dbo].[items]
WHERE id = '36833'
GO
@jessenaiman
jessenaiman / app.js
Created October 21, 2014 15:55
yeoman angular-fullstack
/**
* Main application file
*/
'use strict';
// Set default node environment to development
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
var express = require('express');
@jessenaiman
jessenaiman / gist:c82e1b5d511e6c3f44b25acd191db7ce
Last active July 13, 2022 23:51
Hubble Community Code Gist
Hi everyone. Over at Hubble we've started a campaign to create a commmunity coding space where we showcase and help teach others how to get started with coding in defi. The primary goals is to dive into projects that are of interest to the hubble community, and help onboard future aspiring developers and builders to get more involved.
Would any dev or community members like to co-ordinate a live event where we discuss how to build your product.
We would love to have host a walkthrough with a dev, or community member, with knowledge of your code or sdks.
If you have any education resources, or setup tips we're looking to create a friendly space to share them in the newly formed #community-code space in the hubble discord group.
Please let us know if your're interested, or and feel free to share any thoughts or ideas about this project.
@jessenaiman
jessenaiman / gist:1196514a05f6e15468aeebe385f2fe7c
Created July 14, 2022 00:34
Community Code Marketing Promo
## Community Code
* Learn, Grow, Build
* Weekly adventures in coding within the Solana solar system
* Visit the hubble discord channel [#coding-school](https://discord.gg/tEeM9C7wVz) and get involved
### Episode #1: Building the Launchpad
* Follow along as we install all the required tools to code in Solana
* Create a base project that can host any future building
**Contact [Jesse Naiman](https://twitter.com/NaimanJesse) if you want to participate in future episodes**