Skip to content

Instantly share code, notes, and snippets.

View arpitjacob's full-sized avatar

Arpit Jacob arpitjacob

View GitHub Profile

Coding Challenges SevenX : June 13

🎯 Challenge Objectives

Choose ONE of the following challenges to complete:

1. 📝 Personal Blog Platform

Build a Personal Blog Application where users can write, publish, and manage their blog posts with basic analytics.

Core Features:

@arpitjacob
arpitjacob / netsuite-setup.md
Last active May 5, 2022 14:07
Setup Netsuite SDK on Mac OSX

arpitjacob Arpit Jacob

Keybase proof

I hereby claim:

  • I am arpitjacob on github.
  • I am arpitjacob (https://keybase.io/arpitjacob) on keybase.
  • I have a public key ASAjFz3IrW2-eKyeVnpnJMwaHtrgMi8_OvzCh5wlFAMyHwo

Install Sqlite

npm install sqlite3

Install Prisma

npm install prisma --save-dev

Initialize & Setup Prisma

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'answer_prayer.data.gql.dart';
// **************************************************************************
// BuiltValueGenerator
// **************************************************************************
Serializer<GanswerPrayerData> _$ganswerPrayerDataSerializer =
new _$GanswerPrayerDataSerializer();
/* File: gulpfile.js */
var config = {
htmlpath : './dev',
jadePath : './source',
sassPath : './source/scss',
bowerDir : './bower_components'
,
bootStrapDir : './bower_components/bootstrap-sass-official/assets/stylesheets',
bourbonDir : './/bower_components/bourbon/app/assets/stylesheets'
}
@arpitjacob
arpitjacob / gulp
Last active August 29, 2015 14:23
/* File: gulpfile.js */
var config = {
htmlpath: './public',
jadePath: './source',
sassPath: './source/scss',
bowerDir: './bower_components'

}
var gulp = require('gulp'),
/* File: gulpfile.js */
var config = {
jadePath: './source',
sassPath: './source/scss',
bowerDir: './bower_components'

}
var gulp = require('gulp'),
jshint = require('gulp-jshint'),
<!doctype html>
<html>
<head>
<title>Binu's BBC</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="styles.css">
@arpitjacob
arpitjacob / jade
Last active August 29, 2015 14:16
binu jade
doctype html
html(lang="en")
head
title= pageTitle
script(type='text/javascript').
if (foo) {
bar(1 + 5)
}
link(rel="stylesheet" type="text/css" href="style.css")
link(href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet")