Skip to content

Commit b682121

Browse files
committed
feat: add "originaly posted" banner
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
1 parent d7b8d0b commit b682121

37 files changed

Lines changed: 75 additions & 0 deletions

File tree

blog/2019/2019-01-09-december-milestone.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ slug: december-2018-milestone
66
tags: [Milestone update]
77
---
88

9+
_Originally published on [strongloop.com](https://strongloop.com)_
10+
911
Happy New Year! We hope everyone had a wonderful holiday and warmly welcomed 2019. This past December was a short month due to the vacation days, but we were still able to complete several fixes and take off in our next focused epics like authentication and building a JavaScript LoopBack 4 application. You can read more about our progress below.
1012

1113
<!--truncate-->

blog/2019/2019-01-16-meetup-quickly-build-apis-using-loopback.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ slug: meetup-quickly-build-apis-using-loopback
66
tags: [community, event]
77
---
88

9+
_Originally published on [strongloop.com](https://strongloop.com)_
10+
911
The Toronto Cloud Integration Meetup is hosting an event on Tuesday, February 5, 2019. The subject is near and dear to our hearts: "Quickly Build APIs with Existing Services and Data Using LoopBack!" If you are in town, we'd love to meet you as we cover this topic.
1012

1113
<!--truncate-->

blog/2019/2019-02-06-january-milestone.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ slug: january-2019-milestone
66
tags: [Milestone update]
77
---
88

9+
_Originally published on [strongloop.com](https://strongloop.com)_
10+
911
We're one month into the new year! While the team had some time off extending into January, we still managed to work and spike on authentication, migration from LB3, user adoption, extensibility, and documentation. Read more to find out how it all unfolded.
1012

1113
<!--truncate-->

blog/2019/2019-02-21-create-dynamic-end-to-end-REST-APIs-with-loopback4.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ slug: create-dynamic-end-to-end-REST-APIs-with-loopback4
66
tags: [community, news]
77
---
88

9+
_Originally published on [strongloop.com](https://strongloop.com)_
10+
911
We've provided news, tutorials, and updates on LoopBack for almost as long as the StrongLoop site existed, and continued to do so after IBM acquired StrongLoop in 2015. Recently, IBM created another resource for LoopBack! In addition to accessing news of the open-source Node.js API Framework on this site, you can now also find news, code and more on the official [IBM Developer LoopBack page](https://developer.ibm.com/open/projects/loopback/).
1012
<!--truncate-->
1113

blog/2019/2019-02-27-watch-meetup-quickly-build-apis-with-loopback.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ slug: watch-meetup-quickly-build-apis-with-loopback
77
tags: [community, event]
88
---
99

10+
_Originally published on [strongloop.com](https://strongloop.com)_
11+
1012
The Toronto Cloud Integration Meetup hosted an event on Tuesday, February 5, 2019: "Quickly Build APIs with Existing Services and Data Using LoopBack!" Since not everyone is local, we filmed the meetup so we could share it with our community.
1113

1214
<!--truncate-->

blog/2019/2019-03-06-february-milestone.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ slug: february-2019-milestone
66
tags: [Milestone update]
77
---
88

9+
_Originally published on [strongloop.com](https://strongloop.com)_
10+
911
It feels like 2019 just started, but we are somehow already in March. February flew by, but while the month was short, the list of things the LoopBack team accomplished in the month was the opposite. In February, we tackled authentication and authorization, spikes on migration from LoopBack 3 to LoopBack 4, preparation for events, and others. You can see the [February milestone](https://github.com/strongloop/loopback-next/issues/2313) and see the [March milestone](https://github.com/strongloop/loopback-next/issues/2516) to see what we are working on next. Read more to see the details of our progress in February.
1012

1113
<!--truncate-->

blog/2019/2019-03-12-lts-schedule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ slug: lb3-extended-lts
66
tags: [community, news, LoopBack 3]
77
---
88

9+
_Originally published on [strongloop.com](https://strongloop.com)_
10+
911
This past October, we announced LoopBack 4 GA is ready for production use and updated the Long Term Support (LTS) schedule in our [LTS page](https://loopback.io/doc/en/contrib/Long-term-support.html). Due to popular requests, LoopBack 3 now receives an extended long term support with updated timeline as shown in the table below.
1012

1113
Version | Status | Published | Active LTS Start | Maintenance LTS Start | End-of-life

blog/2019/2019-03-28-loopback4-javascript-experience.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ slug: loopback4-javascript-experience
66
tags: [javascript, experiment]
77
---
88

9+
_Originally published on [strongloop.com](https://strongloop.com)_
10+
911
LoopBack is a popular open source Node.js framework. Its latest version (4) is written in TypeScript, while the older version were written in JavaScript. We chose to write LoopBack 4 to make it [more extensible, scalable, and sustainable](https://loopback.io/doc/en/lb4/FAQ.html#why-typescript). TypeScript features made it easy for us to build dependency injection in the framework and leverage it for controllers, models, and other constructs using TypeScript decorators.
1012

1113
We believe that TypeScript is the right move and it will help you and us in the long run. However, some developers are constrained to use plain JavaScript at the moment for various reasons. We didn't want to leave our JavaScript users behind and decided to explore the possibilities of creating a JavaScript interface to LoopBack 4. This blog post is about what we did in that regard and what we will be doing next.

blog/2019/2019-04-09-march-milestone.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ slug: march-2019-milestone
66
tags: [Milestone update]
77
---
88

9+
_Originally published on [strongloop.com](https://strongloop.com)_
10+
911
We landed an outstanding number of code contributions in March, making for a very productive month! We merged 63 PRs in total, and 10 out of them are from the community. Cheers!
1012

1113
The team was able to make good progress of the epics we are focusing on, like LB3 to LB4 migration, adding `@loopback/context` features, JavaScript experience, the authentication system, and describing model properties to be more flexible. Read more to see the details of our achievements in March.

blog/2019/2019-04-11-loopback-4-2019-q1-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ slug: loopback-4-2019-q1-overview
66
tags: [Quarterly update]
77
---
88

9+
_Originally published on [strongloop.com](https://strongloop.com)_
10+
911
When the LoopBack team released [LoopBack 4 GA version](https://strongloop.com/strongblog/loopback-4-ga) last October, they didn't stop to rest on their laurels. The team has been busy enhancing the framework, closing feature parity gaps, and helping community onboard with LoopBack 4.
1012

1113
Since GA, we have been focusing on implementing/enhancing the following major areas:

0 commit comments

Comments
 (0)