Pinned Repositories
completely-suggest.js
A fresh take on autocompletion for a wonderful user experience
node-finjector
Injects given string to file between two delimiters.
node-loadit
Asynchronously loads (requires) all files in the given directory and all recursive subdirectories that match the given regular expression.
node-tasker
Tasker allows you to queue simultaneous and asynchronous tasks based on the system's CPU usage, and/or memory usage and/or the amount of tasks running simultaneously.
NodeBasicFFmpeg
Basic node.js FFmpeg wrapper.
serverless-aws-crud-starter
Starter kit enabling near-instant spawning of serverless projects that are 100% version controlled.
serverless-mono-example
Example repo on how to use yarn workspaces together with the serverless framework.
startup-boilerplate
A startup CTO's opinionated JAM stack boilerplate for quickly bootstrapping a statically typed Serverless monorepo. 🚀
tommedema's Repositories
tommedema/serverless-mono-example
Example repo on how to use yarn workspaces together with the serverless framework.
tommedema/startup-boilerplate
A startup CTO's opinionated JAM stack boilerplate for quickly bootstrapping a statically typed Serverless monorepo. 🚀
tommedema/serverless-aws-crud-starter
Starter kit enabling near-instant spawning of serverless projects that are 100% version controlled.
tommedema/completely-suggest.js
A fresh take on autocompletion for a wonderful user experience
tommedema/le-store-s3-no-fs
fork of le-store-s3 that does not access the local file system
tommedema/absolution
Accepts HTML and a base URL, and returns HTML with absolute URLs. Great for generating valid RSS feed entries.
tommedema/analytics
📈 Lightweight extendable analytics library
tommedema/awesome-serverless
Curated list of resources related to serverless architectures and the Serverless Framework
tommedema/css-absolutely
Pass in CSS from stylesheets or inline css tags and receive back CSS with all urls resolved to an absolute url.
tommedema/css-grid
Starter Files + Solutions to my CSSGrid.io Course
tommedema/css-razor
css-razor uses cheerio.js to parse static html to remove unused selectors in CSS.
tommedema/grapesjs
Temporary fork of GrapesJS that allows injection of full html documents
tommedema/grapesjs-preset-webpage
GrapesJS Plugin Webpage Preset
tommedema/html-absolutely
Insert html and receive back html with all relative urls resolved to an absolute url.
tommedema/html-clean-embedded-css
Expects html, removes redundant css within style tags, and returns html.
tommedema/html-embed-stylesheets
Insert html and receive back html with all stylesheets embedded. Can resolve relative urls inside stylesheets to a given root url.
tommedema/i-replace
Convenient case insensitive string replace for node.
tommedema/node-html-chunk-process
html-chunk-process chunks HTML to a collection of the largest possible blocks of code, processes these chunks by a custom processor, and then returns the processed chunks after stitching them back together
tommedema/node-mstranslate-soap
Microsoft Translator API module for node.js; simplified and based on SOAP
tommedema/Nominatim-partialmatch
Open Source search based on OpenStreetMap data
tommedema/osx-workstation
Personal repo to version control my workstation configuration.
tommedema/Polyfiller
Never worry about polyfills again.
tommedema/pptr-gpt
This Node.js module allows you to interact with the ChatGPT website(https://chat.openai.com) using Puppeteer
tommedema/serverless
Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
tommedema/strip-js
NPM Module which strips out all JavaScript code from some HTML text
tommedema/styles-from-html
Given html, will return all css styles from style tags as a concatenated string, as well as the resulting html with these style tags removed. Useful when you need to pass in css that is separated from html to another library while having declared css rules within embedded html documents (e.g. for request performance optimization).
tommedema/tslint-yarn-workspaces
Illustrates an issue with custom type definitions depended on indirectly and tslint
tommedema/url-is-protoless
An incredibly simple utility to check if a given url does not have a protocol, while still representing a path.
tommedema/web-resource-inliner
Inlines img, script and link tags into the same file
tommedema/yarn-nohoist-react-scripts-bug
steps to reproduce for a yarn workspaces nohoist bug