Your projects written under different technologies and frameworks like angularjs, angular 2, react.js, vue.js etc. can running without any problems with pure and not changed index.html file by @body and @layout tags. In this way we simplifier automatic deployment process for instance with using webpack, react and angular 2, where we generate destination bundled and […]
Read MoreTotal.js for run pure html files – index.html without @body and @layout
In this article I will focus on Angular2 and socket.io integration on Total.js platform. Logic of solution in case of total.js and socket.io will be the same like in previous article http://maxprog.net.pl/real-time-io/total-js-socket-io-realtime-communication/ and we will focus only on angular2 part. Socket.io (www.socket.io) is one of the most famous and professional library to real time communication. Socket.IO enables real-time bidirectional […]
Read MoreAngular2 and socket.io integration on Total.js platform
Many times in case of released new changes on client side functionality in javascript files, browser on client side needs refresh stored old java script files and refresh content by new one.. This situation causes a lot of issues / problems: 1. user in case of publishing new java script files has to refresh browser, […]
Read MoreAutomatisation process of refreshing storage and cache in browser on client side in case of deployment new version
Auth0 (www.auth0.com) is one of the most famous and professional systems authentication. In below article will be presented consolidation Auth0 module with the latest version Angular2 on Total.js platform. In first part we will focus on integration client side: Angular2 and Auth0, and next on start up on Total.js platform. Assumptions and Benefits our project: Main objective: integration […]
Read MoreTotal.js and Angular2 with Auth0 = Iron Gate of Security
During my Phd studies on Polish Academy of Science I conducted researches associated with the use of AI (Artificial Intelligence) in medicine to analyse microarrays gene expression in case of fight with children cancer called as Neuroblastoma. During my studies on Military Academy School in Warsaw I acted with AI in robotics. But my first […]
Read MoreTotal.js + Server R Platform = Artificial Intelligence in practice – part I
In the last part we focused on integration Total.js with Auth0. All presented solutions are using in practice by Agrippa Solutions from Norvey (www.agrippa.no) and JRB System (www.jrbsystem.com) from Poland. Total.js uses his own modules for security to protect restricted routing path of our REST API. Total.js has a simple authorization mechanism. It’s built on one delegate function framework.onAuthorize(). […]
Read MoreTotal.js + Auth0 = Iron Gate of Security – part 3/3
If You received JSHint parse error or syntastic complaining about ES6 module syntax in any Studio for Software Developer like Visual Studio Code or another, then You have to add in root directory .jshintrc file that contains: { “esversion”: 6 } like in attached below screen. For sure please reload Your developer studio and warnings […]
Read MoreSolved: React.js and JSHint parse error or syntastic complaining about ES6 module syntax
In previous post (read post) become described integration Auth0 with React.js. In current post we will focus on backend side of our system – integration Auth0 with Total.js. At the beginning we will focus on the assumptions of our project and we will discuss these points. Assumptions, and Security Levels our project: First Level – www.auth0.com: Auth0 defines […]
Read MoreTotal.js + Auth0 = Iron Gate of Security – part 2/3
How integrate Angular2, Total.js and Webpack modules ? Assumptions and Benefits our project: Design and build modular applications based on components Use Total.js, Angular2, Typescript and tsc transpiler Possibility to select rendering side of angular2 – client or server Our purpose: Use Webpack to create few bundled files for production version Below presented skeleton/project You can find on […]
Angular2 in comparison to Angular (AngularJS) is primarily performance improvements thanks to the redesign of the architecture. UI rendering and application Api are separated into two levels. Thanks to this architecture, layers can be allocated to different CPU and executed parallely (http://mng.bz/K403) Angular2 make it easy to define and add features without a lot of manually written […]
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookies
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.