Build A Simple Website With ExpressJS & Nunjucks Using API Endpoint's

preview_player
Показать описание
@Okay Dexter
#expressjs #nodejs #tutorials #templating #html #web #okaydexter #series #api #javascript

You've been looking for a more sophisticated templating engine for JavaScript. Here it is.
-Rich Powerful language with block inheritance, autoescaping, macros, asynchronous control, and more. Heavily inspired by jinja2
-Fast & Lean High-performant. Small 8K gzipped runtime with precompiled templates in the browser
-Extensible Crazy extensible with custom filters and extensions
-Everywhere Available in node and all modern web browsers, with thorough precompilation options

API Endpoints Used In Project:

Middleware Doc Of Express

---------------------------------------Other tkinter videos for GUI reference ------------------------------------------

--------------------------PyQt5 Videos------------------------------------------------------------

Thanks for watching !!!!
Like, Share, Comment and Subscribe the channel for more technical content.

Instagram : OkayDexter
Reddit : OkayDexter
Github :@ abhishek305
Рекомендации по теме
Комментарии
Автор

Thank you very much. enjoyed the tutorials.

async.parallel solves my multiple api call problem caused by blocking.

Is data.data saved in an array called success[]? Also, whatis the scope of the success variable within axios func, async.parallel function?

Latsly, I'm wondering if req.xx or res.xx variables are per request or are persistent throughout a session?

chriskay-tech