frontend

Micro frontend architecture advice

半城伤御伤魂 提交于 2019-12-03 02:57:02
We have several web applications that we wish to present under one single page application. We are looking for a micro-frontend architecture/framework to use. As we see it, these are our options for implementation: Using the single-spa open source framework: https://github.com/CanopyTax/single-spa Using Iframes (friendly Iframes) the hosting application (the shell) and loading each application according to the current url. Writing our own Javascript framework Other? The current state is a monolith FE application that consumes the other child-application as internal 3rd party packages. This

Testing HTML/CSS/Javascript skills when hiring [closed]

旧巷老猫 提交于 2019-12-03 02:31:17
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 years ago . When hiring a front-end developer, what specific skills and practices should you test for? What is a good metric for evaluating their skill in HTML, CSS and Javascript? Obviously, table-less semantic HTML and pure CSS layout are probably the key skills. But what about

React architecture for a huge business application

假装没事ソ 提交于 2019-12-03 02:20:40
问题 So we've recently picked up React in our company as the front-end technology to build our huge business web application. By saying recently, I mean we don't have any previous experience with React (we have a huge background of AngularJS), and by saying huge application, I mean it's really huge and very dynamic with lots and lots of different pieces and functionality. Because we will have a lot of huge components that all play a very important role and have complex logic inside them, and

Is there a giant 'asset page' of all Bootstrap elements that I can re-style? [closed]

拟墨画扇 提交于 2019-12-03 02:10:30
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . http://twitter.github.com/bootstrap/base-css.html See all the example elements, like h1 , h2 , h3 , inputs , etc? I'm looking for a simple webpage that has every single Bootstrap inputs/forms/elements/etc on it, and nothing else. Then I can get our designer to modify the base CSS file with his own styles, and

How to go to a specific file in Chrome Developer Tools?

纵饮孤独 提交于 2019-12-03 02:06:48
问题 I am developing a web application with a heavy front-end approach. By using Dojo and the AMD-way, I currently have testing screens which may easily load over a hundred different javascript files. When I want to debug for any specific problem, or verify if I am seeing an old version of a specific file, I find it really hard to find my files in the Sources tab in the Chrome Developer Tools. Is there any shortcut or action I can make that will let me type the name of a file and will take me to

Backbone.js frontend with RESTful Rails backend?

一曲冷凌霜 提交于 2019-12-03 01:32:06
问题 I started in the web development world with PHP, and then Rails in the recent few years. Since then I've been doing all my web projects in Rails. Recently there seems to be a movement towards making Rails as a pure RESTful backend service and using frontend framework such as Backbone.js for all frontend interaction. I'm wondering what's you guys' take on it? Will this be the eventual future? As well, besides Backbone.js, what are some other alternatives for frontend framework for this purpose

What is a good back-end to use with AngularJS [closed]

萝らか妹 提交于 2019-12-03 00:53:33
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I want to know your suggestions about a good back-end to use with AngularJS as a front-end. Why is your suggested back-end good and is it easy to use, or easy to learn? 回答1: There is considerable risk in this question for opinion-based answers, so I suggest a more critical evaluation: Restful server-side

Using OTP/Erlang as a part of the component-based architecture of a web application

我们两清 提交于 2019-12-03 00:17:53
I have an Erlang/OTP application which does some business logic. It is written in Erlang mostly for fault-tolerance, because I can easily restart one of the crashed components of the system (high uptime is the most important requirement). Each of its components does some sort of specific "parallel" computations. As a result of one working cycle the application produces a list of values. Let's call this Erlang/OTP application a "back-end". This Erlang/OTP application would also use a PostgreSQL server to store the results in the persistent storage and to store additional meta-information needed

How can I make a GUI frontend to a command line tool in OSX?

狂风中的少年 提交于 2019-12-03 00:14:15
I'm dying to know how I can make a GUI for ffmpeg and jhead in OSX. I've been looking for a solution for a while and thought you, stackoverflow's users, could help me. Maybe you know some document I haven't come across of or, better, a tutorial to make a GUI. I love those two tools but I like the simplicity of drag/drop operations. Note: I don't need a GUI for them, I want to make one. There is a tutorial for wrapping command-line tools using NSTask, on the Cocoa Dev Central site: Wrapping UNIX Commands Wrapping UNIX Commands Part II It's a few years old now, but should get you started. If you

Ember.js or Backbone.js for Restful backend [closed]

Deadly 提交于 2019-12-03 00:01:55
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I already know that ember.js is a more heavy weight approach in contrast to backbone.js. I read a lot of articles about both. I am