Starting a personal node project could be easy; starting a team node project could be challenging.
I am a developer currently working in SEEK Australia.
In my experience, common mistakes developer make when starting a projects are:
- No Linting
Starting a personal node project could be easy; starting a team node project could be challenging.
I am a developer currently working in SEEK Australia.
In my experience, common mistakes developer make when starting a projects are:
Given the mapping a = 1, b = 2, ... z = 26, and an encoded message message (as a string), count the number of ways it can be decoded.
For example, the message 111
should return 3
, since it could be decoded as aaa
, ka
, and ak
.
You can assume that the messages are decodable.
For example, 001
is not a valid input.
Input
Initializing Karafka server 3610 | |
Karafka version: 1.3.6 | |
Ruby version: 2.6.5 | |
Ruby-kafka version: 1.1.0 | |
Application client id: nkapsi_accounts_development | |
Backend: inline | |
Batch fetching: true | |
Batch consuming: false | |
Boot file: /home/maelfosso/Documents/Projects/Nkapsi/api/accounts/karafka.rb | |
Environment: development |
# app/consumers/business_consumer.rb | |
class BusinessConsumer < ApplicationConsumer | |
def consume | |
Karafka.logger.info "New [Business] event: #{params}" | |
end | |
end |
The problem comes from codechef
It is an example of how we will work in GDG Yaounde
chef
.