Helmis widely used for managing deployments on a Kubernetes cluster. In this section, let’s learn how to use thehelmcommand to pass down an environment variable to a Kubernetes deployment. First, let’s start by using thehelm createcommand to create thefrontend-nginxhelm chart: $ helm create...
This allows developers to focus on the core business and building the frontend without worrying about the underlying backend and infrastructure. The frontend is usually developed via specialized APIs and SDKs offered by the BaaS vendor. This makes apps less complex and easier to maintain. BaaS give...
Use frontend-maven-plugin to handle NPM, Node, Bower, Grunt, Gulp, Webpack and so on :)If you’re a backend dev like me, this Maven plugin here https://github.com/eirslett/frontend-maven-plugin is a great help for you - because, if you know Maven, that’s everything you need!
Last week, I showed youhow to build and deploy a Go Web application(or API backend for a frontend framework like React or Vue) to a cloud provider, using Docker as a process manager. In this post, which is part of two of this series, I will show you a second method of deploying a...
Let’s create a new blueprint in a different file to demonstrate this example: # blueprints/jinja_demo/__init__.py from flask import Blueprint, render_template, request jinja_bp = Blueprint('jinja_bp', __name__) @jinja_bp.route('/jinja_template') def jinja_example(): top = ...
The SaaS business model must be resilient and adaptable. So, it is essential to continuously reassess and refine the revenue streams, pricing strategies, and value propositions. Ignoring shifts in the competitive landscape or technological advancements can render a once-promising business model outdated...
importpuppeteerfrom'puppeteer';constbrowser=awaitpuppeteer.launch({headless:false});constpage=awaitbrowser.newPage();awaitpage.goto('https://github.com/topics/javascript');// Wait for the Load more button to render// on the page and click it.constbuttonSelector='text/Load more';awaitpage.wait...
Add a PowerPoint (PPT, PPTX) document you want to display to the public directory. You can use ourdemo documentas an example. Now that everything is set up, you’ll render a PDF using the Nutrient SDK. Basic usage inApp.tsx:
Theindex()view function returns the result of callingrender_template()withindex.htmlas an argument, this tellsrender_template()to look for a file calledindex.htmlin thetemplates folder. Both the folder and the file do not yet exist, you will get an error if you were to run the applicat...
Deploy your frontend applications from GitHub usingDigitalOcean App Platform. Let DigitalOcean focus on scaling your app. Prerequisites If you would like to follow along with this article, you will need: A local development environment for Node.js. FollowHow to Install Node.js and Create a Local...