Skip to content

Instantly share code, notes, and snippets.

View mihailo-misic's full-sized avatar

Mihailo Misic mihailo-misic

View GitHub Profile
@mihailo-misic
mihailo-misic / alert.js
Last active January 16, 2021 13:53
alert
alert();
@mihailo-misic
mihailo-misic / go-test-cover.sh
Last active March 8, 2018 14:17
One-liner for running tests and coverage with go
### version >= Go 1.10
go test -coverprofile=c.out ./... && go tool cover -html=c.out
### version < Go 1.10
go test -coverprofile=c.out && go tool cover -html=c.out
@mihailo-misic
mihailo-misic / webpack.config.js
Created November 24, 2017 19:47
Contents of my webpack config.
const path = require('path');
const glob = require('glob');
const webpack = require('webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const PurifyCSSPlugin = require('purifycss-webpack');
const OfflinePlugin = require('offline-plugin');
const isProd = process.env.NODE_ENV === 'prod';
const cssDev = ['style-loader', 'css-loader', 'sass-loader'];
{
"postulanteAbogadoId": 5,
"justificacion": null,
"estadoPostulante": null,
"idAbogado": null,
"votacion": "1571234",
"puntaje": "13023",
"observacion": "Apruebass",
"postulante": {
"postulanteId": 5,