Skip to content

Instantly share code, notes, and snippets.

View sandeep1995's full-sized avatar
🏠
Working from home

Sandeep Acharya sandeep1995

🏠
Working from home
View GitHub Profile
@steve981cr
steve981cr / How-to-Release-an-Electron-App-on-the-Mac-App-Store.md
Last active April 29, 2024 17:00
Step by step instructions on how to release an Electron app on the Mac App Store. Uses Electron-builder to package the app.
@sandeep1995
sandeep1995 / index.html
Last active April 2, 2019 04:14
Convert Callbacks to Promise to Async/Await
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style media="screen">
html,body{
font-family: monospace;