#koajs search results

Cerrando la gran noche #Nodejs con el gran @RamirezAlex_ hablando de #KoaJS 💻⚡️

MedellinJS's tweet image. Cerrando la gran noche #Nodejs con el gran @RamirezAlex_ hablando de #KoaJS 💻⚡️
MedellinJS's tweet image. Cerrando la gran noche #Nodejs con el gran @RamirezAlex_ hablando de #KoaJS 💻⚡️

Build a #Koajs SMS client in the browser (with real-time notifications via WebSockets!) in this step-by-step #TutorialTuesday by @hj_chen nexmo.com/blog/2019/01/1…

VonageDev's tweet image. Build a #Koajs SMS client in the browser (with real-time notifications via WebSockets!) in this step-by-step #TutorialTuesday by @hj_chen

nexmo.com/blog/2019/01/1…

It's always satisfying when all tests pass after a long and complex work on a new feature 😁 #Typescript #Koajs #TsED #Travis #Nodejs

RomainLenzotti's tweet image. It's always satisfying when all tests pass after a long and complex work on a new feature 😁
#Typescript #Koajs #TsED #Travis #Nodejs

#KoaJs based #FaaS(Function as a server) inspired POC framework - github.com/negati-ve/back…


Have you heard about KoaJS if not, then just give it a shot? I recently uploaded a quick start video on it. KoaJS QuickStart Guide | Create Robust API Easily | Nodejs Link - youtu.be/LWP5j4NR-XI #Koajs #Nodejs #api # #technology #javascript #js #javascriptframework

imthepk's tweet image. Have you heard about KoaJS if not, then just give it a shot? I recently uploaded a quick start video on it.

KoaJS QuickStart Guide | Create Robust API Easily | Nodejs

Link - youtu.be/LWP5j4NR-XI

#Koajs #Nodejs #api # #technology #javascript #js #javascriptframework

Using Strapi on personal livestream project to encourage new frontend devs to build cool things without having to be a master backend development. Weirdly, I learned a lot about backend by learning how to customize Strapi. @strapijs #LearnToCode #javascript #koajs #NodeJS

codingthirty's tweet image. Using Strapi on personal livestream project to encourage new frontend devs to build cool things without having to be a master backend development.  Weirdly, I learned a lot about backend by learning how to customize Strapi. @strapijs #LearnToCode #javascript #koajs #NodeJS

Hurry up! Last few days for #Hacktoberfest. I just completed 5 PRs to @nodejs @code @github /desktop #Koajs and #Mochajs 🎉💫✨🥳 @digitalocean #opensource #developers

WaleedAshraf01's tweet image. Hurry up! Last few days for #Hacktoberfest.
I just completed 5 PRs to @nodejs @code @github /desktop #Koajs and #Mochajs 🎉💫✨🥳

@digitalocean #opensource #developers

Excited to announce the release of a book I've been working on for a while with @PacktPub 🎉! This book about #KoaJs and #NodeJs will teach you how to build robust web applications with modern JavaScript techniques. => amazon.com/Server-develop…


Quase não deu mais deu. Está no ar o vídeo de sexta no canal da @collabcodetech. Esse é da série "Como criar um servidor com #NodeJS". Nesse vídeos vamos dar uma olhada no #KoaJS. Assita no YouTube: youtube.com/watch?v=D780xI… Leia no blog da @caelum: blog.caelum.com.br/como-criar-um-…

marcobrunodev's tweet image. Quase não deu mais deu. Está no ar o vídeo de sexta no canal da @collabcodetech. Esse é da série "Como criar um servidor com #NodeJS". Nesse vídeos vamos dar uma olhada no #KoaJS.

Assita no YouTube:
youtube.com/watch?v=D780xI…

Leia no blog da @caelum:
blog.caelum.com.br/como-criar-um-…

Just tested koa-static against #DotDotPwn directory traversal attacks - the overall results are looking good. http responses are technically correct but may expose too much of the validation logic behind #koajs #NodeJS #javascript #Security

andidittrich's tweet image. Just tested koa-static against #DotDotPwn directory traversal attacks - the overall results are looking good. http responses are technically correct but may expose too much of the validation logic behind  #koajs #NodeJS #javascript #Security

Job Queuing 101: Start using Bull in your #NodeJS Project bit.ly/3ajLpKs #KoaJS #JobQueue

macronimous's tweet image. Job Queuing 101: Start using Bull in your #NodeJS Project bit.ly/3ajLpKs #KoaJS #JobQueue

#Vtex + #KoaJSTip: Cuando construyas middlewares en VTEX IO usando KoaJS, asegúrate de manejar los errores con try/catch y devolver respuestas adecuadas. Esto garantiza una mejor experiencia para el usuario. ¡Mantén tus APIs robustas y fáciles de mantener! #KoaJS #JS #VtexIO

josefo727's tweet image. #Vtex + #KoaJSTip: Cuando construyas middlewares en VTEX IO usando KoaJS, asegúrate de manejar los errores con try/catch y devolver respuestas adecuadas. Esto garantiza una mejor experiencia para el usuario.

¡Mantén tus APIs robustas y fáciles de mantener!

#KoaJS #JS #VtexIO

primeira vez que estou usando esse #KoaJs com #GraphqlHelix interessante...


New video ▶️ Using Nitric with Existing Applications, like #ExpressJS and #KoaJS Apps buff.ly/49Z3E4V


Over the weekend, dedicated time to optimize #fortjs, and thrilled to announce it's now 3x faster 🚀 than both @UseExpressJS and @nestframework, nearly on par with #koajs. A proud achievement! 💪 #nodejs #javascript #api #development #web

ujjwal_kr_gupta's tweet image. Over the weekend, dedicated time to optimize #fortjs, and thrilled to announce it's now 3x faster 🚀 than both @UseExpressJS and @nestframework, nearly on par with #koajs. A proud achievement! 💪 #nodejs #javascript #api #development #web

Day 2/3 has been rather productive for my #100DaysOfCode. - configured eslint & prettier - updated my vim config so I can run both when needed - create the base models & controllers using #koajs Next is to start creating my models & database schemas using #Prisma

scriptmunkee's tweet image. Day 2/3 has been rather productive for my #100DaysOfCode.
- configured eslint & prettier
- updated my vim config so I can run both when needed
- create the base models & controllers using #koajs 

Next is to start creating my models & database schemas using #Prisma

#koajs の評価や他の Web サーバーフレームワークとの比較については、この記事に納得した。 因みに僕は middleware は koa-sendfile だけを使った。何れは文字エンコードを変換するのも入れて Netscape Navigator 4.x とかワープロの Shift-JIS ブラウザをサポートしたい。 var.blog.jp/archives/83189…


#koajs のお陰で async/await, Promise を理解したよ… ここが不案内だと express.js から koa.js への書き換えが出来ない。


#koajs とその依存ライブラリが Closure Compiler ADVANCED コンパイル対応で書かれていれば、Web サーバのコードは、100KBを易々と切りそうな感触だけど、簡易コンパイルで250KBあるライブラリを書き替えていくのは無茶です。 そういう実装の需要は IoT 用 Node Web サーバであるとは思うけど…


The first version of the Koa.js Node.js framework was released in 2013. #KoaJS

alex_gurkin's tweet image. The first version of the Koa.js Node.js framework was released in 2013. #KoaJS

Deploying #koajs app on azure

najamsikander's tweet image. Deploying #koajs app on azure

Cerrando la gran noche #Nodejs con el gran @RamirezAlex_ hablando de #KoaJS 💻⚡️

MedellinJS's tweet image. Cerrando la gran noche #Nodejs con el gran @RamirezAlex_ hablando de #KoaJS 💻⚡️
MedellinJS's tweet image. Cerrando la gran noche #Nodejs con el gran @RamirezAlex_ hablando de #KoaJS 💻⚡️

Node.js ABC’s: "K is for Koa" oak.ctx.ly/r/3dtil #nodejs #koajs

F5's tweet image. Node.js ABC’s: "K is for Koa" oak.ctx.ly/r/3dtil #nodejs #koajs

Life while trying to install #KoaJS I give up.

tomasdev's tweet image. Life while trying to install #KoaJS

I give up.

Prof. Kyle presenting #koajs at last night's @newhavenio #js meetup.

AdamSoffer's tweet image. Prof. Kyle presenting #koajs at last night's @newhavenio #js meetup.

If GitHub stars over time are a valid metric @expressjs is still winning against #koajs

csutil_com's tweet image. If GitHub stars over time are a valid metric @expressjs is still winning against #koajs

Build an app with an #Angular front-end that communicates with a #KoaJS based backend and secure it with #JWT! 🌈 👉 auth0.com/blog/building-…

auth0's tweet image. Build an app with an #Angular front-end that communicates with a #KoaJS based backend and secure it with #JWT! 🌈
👉 auth0.com/blog/building-…

Hurry up! Last few days for #Hacktoberfest. I just completed 5 PRs to @nodejs @code @github /desktop #Koajs and #Mochajs 🎉💫✨🥳 @digitalocean #opensource #developers

WaleedAshraf01's tweet image. Hurry up! Last few days for #Hacktoberfest.
I just completed 5 PRs to @nodejs @code @github /desktop #Koajs and #Mochajs 🎉💫✨🥳

@digitalocean #opensource #developers

It's always satisfying when all tests pass after a long and complex work on a new feature 😁 #Typescript #Koajs #TsED #Travis #Nodejs

RomainLenzotti's tweet image. It's always satisfying when all tests pass after a long and complex work on a new feature 😁
#Typescript #Koajs #TsED #Travis #Nodejs

Loading...

Something went wrong.


Something went wrong.


United States Trends