0:00:25
all right welcome back everyone welcome
0:00:27
back to another episode of the break and
0:00:30
to all those people who are near here of
0:00:32
course we are of course
0:00:33
um that means we are team of two
0:00:35
developers from melbourne australia
0:00:38
and we are sorry for the delay course
0:00:42
yes if you're interested in stacks
0:00:48
fetch apis on a lot of aws github
0:00:54
time db then you're in the right place
0:00:57
um we stream every night from 9 30 p.m
0:01:01
australian eastern standard time
0:01:03
um because that's where we live and
0:01:05
that's where we work so
0:01:07
yes yesterday we were going ahead doing
0:01:10
a lot of um board testing of sorry note
0:01:17
i'm sure zen were able to complete it or
0:01:25
no method was remaining so still have to
0:01:29
work on that one but other than that i
0:01:34
the methods are done yeah
0:01:36
cool do you want to go ahead and
0:01:38
yeah let's do that i'll just
0:01:50
what did i want to do
0:02:06
right there we go and i'll share my
0:02:36
so we were gonna do this
0:02:54
so what are we checking for
0:03:02
and then when we get the board
0:03:05
when we get a node and there are no
0:03:10
it should give us a not bored not found
0:03:17
so for that one i'll probably have to
0:03:25
that's already gotten rid of
0:03:50
which is ids yeah okay that's fine
0:03:59
yeah because it comes in there first
0:04:03
well why isn't the id valid it should be
0:04:25
if there are no boards and we're trying
0:04:28
get a note i'll just do this one over
0:04:41
we give you a body
0:04:57
and free and this shouldn't go through
0:05:00
because the board is invalid
0:05:04
and board is in a sound
0:05:08
what am i doing wrong
0:05:16
doing something that
0:05:18
one two three one two three
0:05:24
um yeah you have a
0:05:26
you have a body and a get method then
0:05:30
what am i thinking
0:05:47
so this should come in internal server
0:05:52
what way does it mess up
0:06:27
notifications please
0:06:29
i don't know how to move linkedin
0:06:32
as i see talking to our guest only um so
0:06:34
not really any surprise for everyone but
0:06:37
we have a guest on friday
0:06:42
i don't know how i made that
0:06:46
probably have to live with it
0:06:48
just talk to you on the um mobile if you
0:07:02
where do you want to go
0:07:28
notes is undefined
0:07:31
why is he coming up with wooden
0:07:33
notes is undefined
0:07:40
both item board notes
0:07:54
save the poor knots in there
0:08:01
where's the board coming up pass
0:08:38
and then find there and then
0:08:41
we need to go into its items as well
0:08:46
no no that didn't work
0:08:50
we're going to the boards
0:08:52
in the board itself
0:08:54
and then it's item
0:08:57
where it will have all the board ids and
0:09:02
yeah so this should work board
0:09:07
is he saying there's not
0:09:32
why are we even finding that
0:09:34
because it doesn't really do
0:09:38
it's only doing a query so we don't
0:11:31
okay that one's done and now
0:11:36
check what it does
0:11:42
okay i have some interesting news but
0:11:45
i need to discuss it with you first
0:12:11
all right so nothing comes up but that
0:12:18
okay where are we going wrong
0:12:26
that is up there not
0:12:32
let's just do this in a way
0:12:42
all right and find board notes
0:12:49
i'll have to change all this now
0:13:19
i think we completed 80 episodes today
0:13:28
i think we completed 80 episodes today
0:14:50
now check if this works
0:15:12
gets the board already
0:15:24
what is in there definitely
0:15:31
board id note note id
0:15:47
still saying bored underscore notes
0:15:54
this is really interesting
0:16:00
ah because board isn't there
0:16:03
as in nothing's this i would even get to
0:16:13
but it should actually come in here then
0:16:18
oh yeah that's true
0:16:23
is empty board is empty
0:16:36
we made a mistake here
0:17:04
no no no no no that can't be right
0:17:07
i was right the first place
0:17:25
this one is working which is fine
0:17:44
what do we need to do in the queries
0:17:47
right yeah that's fine
0:17:49
just have to do that
0:17:53
what i did for that here
0:18:10
that switch is empty
0:18:12
if the board isn't there which is
0:18:26
what what are we doing here if object is
0:18:32
return or false um if nothing's passed
0:18:35
to it then return false
0:18:40
call if you don't pass a body then it
0:18:44
should return false
0:18:50
okay it's false return force
0:19:01
take your time it's okay oh
0:19:04
um try to comprehend
0:20:40
run my game because it shouldn't go
0:20:46
validation which means that the code
0:20:48
isn't really coming here anymore okay
0:20:51
so i need to check if we are getting the
0:20:53
board in the first place hmm
0:22:00
where's my console
0:22:02
okay console is coming here
0:22:08
so i need to basically check
0:22:14
right right right board i need to
0:22:16
basically check in items
0:22:22
so board door items
0:22:37
did we do this before
0:22:54
then i was doing it wrong
0:23:18
i don't know why we're using the empty
0:23:21
is empty function though
0:23:24
because that doesn't that same thing
0:23:54
i mean what we do need is empty right
0:23:56
like there's no other way
0:23:58
we are able to check if
0:24:05
what do you call it
0:24:06
well if you want to check it in very
0:24:07
generalized way that even if we pass a
0:24:09
string or even if you pass an object
0:24:12
we get to know that if it's actually
0:24:18
um we can't use that it is empty on a
0:24:22
string because it doesn't take a string
0:24:24
it takes an object
0:24:31
because if you see here
0:24:34
taking an object only
0:24:38
that's just a variable name obj
0:24:46
obj is a variable name you can pass
0:24:49
um you can do an object keys on a string
0:24:56
i didn't i didn't know that then
0:24:58
yeah obg is not like any
0:25:02
if it was an object
0:25:06
i mean you can't pre-specify in
0:25:13
not sure if you do it in dotnet but
0:25:23
beauty of scripting languages
0:25:54
come on come on i made you happy
0:26:10
which line number is it
0:26:19
why is it going all the way at the top
0:26:21
of response oh you put a space there
0:26:32
please wake up saying i need
0:27:42
okay come on you have to
0:27:44
you have to you just have to work now
0:27:55
where did i mess up this time
0:28:26
for the space before
0:28:30
clearly that's not the case
0:28:35
wait what's the error again status isn't
0:28:48
you didn't pass the status quo
0:28:50
no um i didn't pause the response
0:29:03
also you didn't do a return
0:29:11
been going semicolon early
0:29:16
wait tomorrow's the holiday
0:30:20
oh gekko says that's a real head
0:30:25
scratcher that's his
0:30:28
update that he's too he's he's still
0:30:32
he's always watching us yeah he's like
0:30:40
always watching you
0:30:42
i'm watching you always
0:30:49
you've got um work now yes it works now
0:30:51
perfect bought not found is done
0:30:55
i sent you on slack yesterday i think
0:30:57
you forgot to see it
0:31:09
that one and then i'm gonna move on to
0:31:16
the no it's not found
0:31:22
what do you mean and that works right so
0:31:24
i don't need to market
0:31:29
it's present as is it doesn't work
0:31:32
that's why we need to update it
0:31:36
so it doesn't work is it the case
0:31:38
okay in jira it's marked as it doesn't
0:31:41
work at the moment okay we need to
0:31:43
update it as it works now
0:31:48
can you send me a picture or something
0:31:53
then you know what it is you didn't tell
0:32:03
you know something which i don't know
0:32:06
what do i know which you don't know
0:32:12
i'm not sure what you're talking about
0:32:17
something that's getting difficult
0:32:23
which i don't even know
0:32:27
some sort of surprise or something
0:32:31
why didn't you tell me i'm so sad
0:32:37
okay tell me after the stream though i'm
0:32:40
i can't betray cacti
0:32:43
if you want it to be a prize
0:32:48
surprise we'll have to respect that
0:32:51
but why do you it's a surprise for both
0:32:57
know this same thing you know
0:33:03
i think it's a really broad one
0:33:06
he says then so what i'm going to send
0:33:15
okay i say oh all right
0:33:22
you're that curious huh
0:33:29
shall i oh no i'm thinking now
0:33:38
like i wanna play along with gekko
0:33:41
i'm gonna click end broadcasting
0:33:46
what would our viewers say
0:33:48
what would be the impression of our
0:33:51
channel of the consistency that we had
0:33:55
i think i know what it is it's a t-shirt
0:34:06
but that's all i know now
0:34:09
anything as in that's what you told me
0:34:18
that one board not found is done so now
0:34:21
i need to test it i need to part
0:34:25
i need to test if and
0:34:27
notice that cool so for that one i'm
0:34:31
gonna have to post a board
0:34:37
okay and then use this
0:34:40
to do get note and this should not work
0:34:48
you should tell me
0:34:56
come on i know you i'm better than this
0:35:11
of course what am i thinking
0:35:28
that looks so cool
0:35:32
not present very nice
0:35:41
when did you send this and when did you
0:35:47
this is like your 9 30 pm mug
0:36:02
i if thing catchy and
0:36:10
note isn't found then
0:36:17
we don't need the info we need to
0:36:33
then how do we return
0:36:48
do this in one line
0:36:57
love to share your prayers
0:37:04
itinerary of prayers
0:37:27
i don't think we need a
0:37:30
try head to be honest
0:37:41
all right this one is that one this one
0:37:47
yeah otherwise it's this one
0:37:50
oh i'll go one extra here
0:37:53
that's what i was bringing out
0:38:42
okay one second i'll get some water
0:38:59
all right just deploying this now i
0:39:02
we're nearly at the end of this part
0:39:53
we don't have an important notes
0:39:58
this is the what is in it
0:40:24
so would i choose for name would not
0:40:28
diet is imprisoned
0:40:31
why am i doing wrong here
0:40:49
support id is present then give out this
0:40:58
this won't stay for a full message
0:41:38
the stringify here that's fine
0:42:14
let me check in what have i done in the
0:42:23
i'm going to do this
0:42:56
if it's true then we simply wanna
0:43:00
what we simply wanna do
0:43:09
and then return it
0:43:13
just wanna send the response
0:43:17
and then json stringify it
0:43:24
and if it's not then we want to
0:43:44
fixed the things up with the guest
0:44:08
nor found those and we're working
0:44:10
apparently um you didn't send the result
0:45:12
come on you gotta work now you you don't
0:45:19
yeah it doesn't have a choice no
0:45:22
like someone who's gonna just kill it
0:45:25
like literally just murder it if it
0:45:30
i really want this to work now
0:45:35
as in it doesn't have a choice no
0:45:38
you can't have a choice
0:45:47
all right where did we go wrong this
0:45:59
so it doesn't even show any error
0:46:25
we'll just have a look from the top
0:46:30
get bored note id is there
0:46:38
why did okay that should be fine
0:46:44
i'm gonna get rid of this
0:46:52
length here that's fine
0:46:59
also that that's a wrong message there
0:47:04
that doesn't mean board not found that
0:47:06
means no boards found in database
0:47:15
okay so i wanted to tell you
0:47:17
about that it's good that we keep them
0:47:23
mess together as sure as possible
0:47:28
um say boredom no phone the user
0:47:32
wouldn't want to care if it says in the
0:47:37
they base they just want to know that if
0:47:39
the board is there or not which is
0:47:43
use as in just this one
0:47:47
yeah if you changed one then you
0:47:49
probably should sort of go ahead and
0:47:51
change that in all of them but it's fine
0:47:53
i think uh i've done that already
0:47:56
all of them all right okay
0:47:58
probably as far as i can remember
0:48:01
um yeah anyway oh no there are some but
0:48:07
we'll do that afterwards
0:48:12
till which part are you sure it was
0:48:14
working like it was throwing errors and
0:48:18
so this is what's working right
0:48:24
is not throwing no not found error now
0:48:29
not that okay right okay let's see
0:48:35
how about we put the
0:48:42
um yeah uh put the try and
0:48:45
all the thing outside the for loop it'll
0:48:50
so it's going inside the first time and
0:48:52
it's doing a switch
0:48:55
and it's seeing if it
0:48:57
it's present or not
0:48:59
like it's the switch is executing every
0:49:02
time the for loop runs which is wrong
0:49:08
and it does res.send
0:49:16
so if i do it after the for loop
0:49:21
um is there anything
0:49:24
yeah probably single
0:49:41
i'm being lazy i don't want to code
0:49:46
remove the cons from line 558
0:49:58
let's try this now
0:50:15
i'm going to go straight to
0:50:22
kobold doesn't work then
0:50:25
yeah it was always always there as a
0:50:33
now so then change his backup
0:50:36
after seeing a lot of demand in the
0:50:43
actually i don't think it'll be easier
0:50:45
but yeah i'm just joking you know that
0:50:50
they should have got some better
0:50:54
you can go into queue basic or
0:51:01
minecraft development
0:51:09
you also miscue basic
0:51:16
oh have you done a bit of it
0:51:19
i don't know it's like a lame sort of
0:51:24
like a lane language
0:51:27
developed in like 1990 that was like the
0:51:30
last table release
0:51:34
it was used to just teach us
0:51:38
programming just like the concept of
0:51:41
creating variables and adding and
0:51:56
oh is it is it time
0:52:05
um are you sure the boards and stuff are
0:52:08
wow what no no no no no no no why
0:52:13
he's doing this now
0:52:15
i think the whole thing grasped a little
0:52:19
that's fine um go ahead and
0:52:24
it's like really i think it's something
0:52:26
to do with the brackets then if the
0:52:28
whole thing isn't compiling syntax
0:52:33
missing initializer in cons declaration
0:52:43
why all the way up i'm not i i haven't
0:52:47
even touched that code
0:52:54
i think well there's something to do
0:52:58
const ah declaration
0:53:06
yeah yeah yeah because if it doesn't go
0:53:11
come on jane open up your eyes
0:53:57
that's a huge comment from a person like
0:54:01
me it will work now
0:54:03
i mean it'll work i know
0:54:06
you'll make it work
0:54:11
it will work at any cost
0:54:16
but i don't know when the ends gonna be
0:54:19
but it will work right then
0:54:26
come on i need balls now
0:54:49
now it's not found not not safe i told
0:54:54
thanks to you for pointing all that out
0:54:57
because if that didn't happen i would
0:55:01
still being stuck here
0:55:03
you would be installing kobold compiler
0:55:08
all right this card
0:55:15
and if you can update the
0:55:43
cool let's call your day
0:56:05
just pushing the code that's it
0:56:09
do you want to make an announcement
0:56:10
about the merch and stuff
0:56:16
our merch has finally
0:56:20
and um we are going to be
0:56:24
distributing it to all our special
0:56:27
guests who we owe the mesh to so
0:56:32
keep an eye out it can be any time
0:56:38
just to go ahead and buy it as well we
0:56:40
will be studying the store soon
0:56:46
in the comments or text us
0:56:49
and if you want to comment on our
0:56:52
linkedin page we will be um
0:56:58
very on i'm pretty sure you guys have it
0:57:01
and i'm also thinking
0:57:03
okay you know in these spaces that we
0:57:07
have as in in the screen
0:57:10
we can probably set up our banner you
0:57:13
know where they'll
0:57:24
linkedin page qr code
0:57:26
yeah yeah for sure um
0:57:36
joining us been a pleasure
0:57:39
um having you always and to all the
0:57:42
others as well who
0:57:45
yeah always been a pleasure
0:57:48
and we'll see you tomorrow
0:57:50
same time same place and
0:57:57
all right guys have a good night and