Blog eCreative

A Reflection of our Quality work, Excellent Support and Technical Prowess

Archives for javascript

Microservices in Laravel

Microservices is an approach to developing a single application as a suite of small parts, services accessed through APIs, as opposed to monolithic architectural style when an application is built as a single unit. It allows different microservices to be written in different programming languages, and they can also be managed by different teams. 

Use microservices when your application:

  • Is a Monolith application
  • Is hard (for some developers) to Maintain
  • Productivity is low (need to think about inter-connection all the time)
  • Scaling is an issue
Pocket

Draft.js – Rich text editor framework from Facebook

Facebook’s development team has decided to open-source another great tool. They’ve released a smaller project called Draft.js, which is a React.js component that lets developers build rich text editors (RTEs, also known as WYSIWYG editors).

As they explained: “Draft.js makes it easy to build any type of rich text input, whether you’re just looking to support a few inline text styles or building a complex text editor for composing long-form articles”

Rich Text Editor

Draft.js from Facebook

more »

Pocket
0 0 0