Ralph
Introduction The javascript library jsPDF, is a Client-side JavaScript PDF generation for everyone. With a npm-Module, you can integrate this functionality into your Ionic App. This Git Repository with the code for this blog is here. Preparation Create your empty app Install npm Module oder Start Editor and serve your […]
First steps The following steps are based on a summary of the Django Tutorial Create project Create view Create view in app_base/views.py Add view to app_base/urls.py Add urls to project main/urls.py Create admin user Create data and database Create database model in app_base/models.py Activating models in main/settings.py Make app modifiable […]
Create App Additional modules Install jsPDF for creating PDF documents with JavaScript Demo Page Create demo page Add demo page to routing src/app/app-routing.modules.ts Add PDF functionality Modify pdf.component.html src/app/pages/pdf/pdf.component.html Modify pdf.component.ts src/app/pages/pdf/pdf.component.ts Add import for jsPDF
Readings PureScript PureScript Git Repository Documentation PureScript Book Spago – PureScript package manager and build tool Pulp – Build Tool for PureScript Projects Recommended tooling for PureScript in 2019 Recommended tooling for PureScript in 2020 Links Try PureScript Halogen – A declarative, type-safe library for building user interfaces
Readings Haskell https://www.haskell.org/ Wiki Learn You a Haskell for Great Good 10 Reasons to use Haskell Glasgow Haskell Compiler https://www.haskell.org/ghc/ GHC User’s Guide The Haskell Tool Stack Setting up Haskell in VS Code with Stack and the IDE Engine Installation Download and Install Haskell here On Windows Haskell with other […]
Readings https://github.com/talos-systems/talos Kubectl autocomplete BASH You can also use a shorthand alias for kubectl that also works with completion: ZSH Kubectl context and configuration Set which Kubernetes cluster kubectl communicates with and modifies configuration information. See Authenticating Across Clusters with kubeconfig documentation for detailed config file information. Kubectl apply apply manages applications through files defining Kubernetes resources. […]
Excel AddIns https://docs.microsoft.com/en-us/office/dev/add-ins/tutorials/excel-tutorial Machine Learning You don’t code? Do machine learning straight from Microsoft Excel | VentureBeat What is the difference between supervised and unsupervised machine learning? – TechTalks (bdtechtalks.com) Formulas and Functions https://techcommunity.microsoft.com/t5/excel-blog/announcing-lambda-turn-excel-formulas-into-custom-functions/ba-p/1925546 https://techcommunity.microsoft.com/t5/excel/ct-p/Excel_Cat
Matter.js is a 2D physics engine for the web. If you want to learn the basioc steps to creating an angular app with pages using matter.js , please skip to Angular | Getting Started with matter.js and then come back :). The complete code is here. Create starter app First, create […]
Matter.js is a 2D rigid body physics engine for the web written in JavaScript. Creating an angular app with pages using matter.js is easy. Complete code is here. For a more details post, please take a look at here: Angular | Working with matter.js Create starter app First, create a default […]