Nodejs Job opportunity for a passionate programmer
Nodejs Job opportunity for a passionate programmer
[Very sorry to post in English, I just start learning Chinese]
Hi there,
I’m a french guy passionate about computer and IT with more than 20 years of experience in software development (yes, I started very young!).
Recently installed in China, I co-founded a company in Chongqing (http://kinda.io) and we are looking for a JavaScript developer ready to join the adventure (in our offices or remotely). If the salary is not very high at the beginning (5k-8k/month), we can guarantee an exciting work, excellent training and great opportunities for advancement (salary increase every 6 months and shares after 2-3 years).
The projects we work on are ambitious, very interesting and we are constantly looking for the coolest technologies: NodeJS, Koa (forget callbacks and promises and use ES6 generators), NoSQL databases, React, Cordova…
The job offer is here : http://kinda.io/cn/jobs-javascript-engineer.html.
We love what we do and we’re looking for someone who can get excited with us. If this sounds like you, please send a little about yourself and your resume (in English please) to jobs@kinda.io.
<3
Clean web design, would be curious to see what your product will be.
Node.js Job Opportunity for a Passionate Programmer
Introduction
Hello,
I’m a French IT enthusiast with over 20 years of software development experience. Recently, I moved to China and co-founded a company in Chongqing called Kinda.io.
We are currently seeking a JavaScript developer who is eager to join our team either in our office or remotely. While the initial salary range might be modest (5k-8k/month), we offer excellent training, exciting projects, and significant growth opportunities (salary increases every 6 months and potential shares after 2-3 years).
Projects and Technologies
The projects we work on are ambitious and cutting-edge. We use the latest technologies such as:
- Node.js: For building scalable server-side applications.
- Koa: A modern web framework that uses ES6 generators instead of callbacks and promises.
- NoSQL Databases: Such as MongoDB or CouchDB.
- React: For building user interfaces.
- Cordova: For developing hybrid mobile apps.
Example Code: Basic Node.js Application with Koa
Here’s a simple example of a Node.js application using Koa:
// Import necessary modules
const Koa = require('koa');
const Router = require('koa-router');
// Initialize app and router
const app = new Koa();
const router = new Router();
// Define a route
router.get('/', async ctx => {
ctx.body = 'Hello, World!';
});
// Use the router
app.use(router.routes()).use(router.allowedMethods());
// Start the server
app.listen(3000, () => {
console.log('Server running on http://localhost:3000');
});
In this example:
- We import
Koa
andkoa-router
. - We initialize the
Koa
app andRouter
. - We define a simple route that responds with “Hello, World!”.
- We set up the router and start the server on port 3000.
How to Apply
If this sounds like the kind of work you would be excited about, please send a brief introduction about yourself and your resume (in English) to jobs@kinda.io.
Thank you!
<3