-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎙 talk.js - March 2019 #19
Comments
Title of your topicConcurrency in NodeJS Topic descriptionNodeJS has fantastic I/O performance for a seemingly single-threaded computing model due to its ability to handle such tasks asynchronously. But this fails for CPU-bound tasks that block threads. Before the current NodeJS LTS version, computationally heavy tasks could be farmed out to child processes, taking advantage of multicore CPUs, but processes do not share memory and inter-process communication adds significant overhead. Multithreading support landed in NodeJS as of v10.5.0, and is still flagged as an experimental API. We can now process tasks in separate threads with shared memory, but this power does not come for free. We'll compare the implementation and performance of a multithreaded NodeJS web server with that of some other industry solutions, and see how we can manage shared memory and orchestrate threads using buffers and atomics. Presenter(s)Presenter's bioChee Kean is a software engineer from the Maltem Consulting Group and uses NodeJS extensively for pet projects. Duration30 minutes |
Title of your topicUsing Nuxt generate for building static web applications Topic descriptionNuxtJS is a framework for VueJS that helps in building applications in single page (SPA) mode or universal mode (SSR) SPA apps can be easily deployed on cloud storage such as Google Cloud Storage, AWS S3, Now, Netlify but it takes time for the app to be loaded and SEO is a problem as there are no pre-generated content. SSR apps address the issues of load speed and SEO but requires a backend server to serve the content. So to get the best of both worlds. We use Nuxt generate. This talk will focus on the use of Nuxt generate, its advantages, its pitfalls. We will also be looking at few things which one may need to take note of when using nuxt generate, such as:
Presenter(s)Presenter's bioAaron is currently doing consulting work with Zenika Singapore. Using JS only for literally everything now... Duration20 minutes |
Happy to present my talk in March is there's still space #21 (comment) |
Ahh! I come into Singapore on 14th March would have loved to share my talk on building Realtime CRUD Apps with JavaScript and GraphQL..any other meetups planned for March? |
FOSSAsia is in March... |
Do they have something letting people apply to speak? @ais-one |
I think you can try and contact them if they have slots... |
I just realize it may be a bit too late to be speaker in FOSSASIA... The
problem is your arrival date is just after March talkJS...
*Warmest Regards,*
*Aaron*
The information herein is given on a general basis without obligation and
is strictly for information purposes only. We do not warrant the accuracy
or completeness of the information, graphics, links, or other items
contained herein, and expressly disclaim liability for errors or omissions
in these materials.
…On Thu, Mar 7, 2019 at 4:01 PM Daniel Madalitso Phiri < ***@***.***> wrote:
Do they have something letting people apply to speak? @ais-one
<https://github.com/ais-one>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEFgntswGWmC7vid-cH0NAzv4ueC6rRtks5vUMdlgaJpZM4aaskT>
.
|
submitting on behalf of @allanchua101, he will comment later... Title of your topicProxy Pattern: Re-usable and Mockable API calls Topic descriptionPresenter(s)https://github.com/allanchua101 Presenter's bioAlan is a software engineer at Sleek, Singapore. Duration20 minutes |
Hey that's not a problem. Maybe next time! Have a great meetup ✨ |
@danielepolencic Hey, I'm so sorry but I missed your comment for this month! |
Title of your topicConcurrency in NodeJS Repository for examples that we didn't have time to see. |
Video recordings of talks: Proxy Pattern: Re-usable and Mockable API calls by @allanchua101: https://engineers.sg/v/3246 Thanks again everyone! :) PS. Checkout Microsoft learning resources at: https://docs.microsoft.com/en-us/learn/ |
📝 Details
📅 Agenda
💬 Talks
🌱 Propose a talk this month
Want to speak at this month's talk? Leave a comment below with the following details:
Click for details
📢 Open announcements
Have something you'd like to tell the audience? We have an open announcement segment for you to announce job opportunities, promote a meet up, upcoming conferences, etc.
📝 Organizers' checklist
Click for details
* checked boxes indicate confirmed/done
The text was updated successfully, but these errors were encountered: