0:00:23
all right welcome back everyone another
0:00:30
another one our episode of field break
0:00:32
and fix um i'm sorry then i'm hearing a
0:00:35
bit of echo from your side
0:00:45
yeah i can hear you um i'm getting a bit
0:00:48
of echo from your side
0:00:50
i think these headsets are uh
0:00:53
their own low batteries so
0:00:56
they turn up by themselves
0:00:59
and then they turn off
0:01:02
and then what you're hearing is the
0:01:08
equipment from the banny right yeah
0:01:10
continue please um i just interrupted
0:01:14
yeah i think that's that's pretty much
0:01:19
um if you guys are new here
0:01:21
um we are recorders um we are working on
0:01:24
a project which adds persistent storage
0:01:27
to the current open source project
0:01:29
called chromebook.ca
0:01:31
um we stream every night from 9 30 p.m
0:01:35
if you want to tag along and join us and
0:01:38
of be a part of what we are doing um
0:01:41
join us every night uh including the
0:01:43
weekends on 9 30 melbourne time
0:01:46
on youtube and twitch
0:01:50
we had someone as a guest who was sam
0:01:53
nolan who's the president of rmit and
0:01:56
he gives us some good suggestions for
0:01:58
the architecture um which we
0:02:01
might want to go ahead and implement
0:02:05
how about we stop the back
0:02:10
that sounds good i'm just focusing on
0:02:18
keeps transferring the noise to the
0:02:24
then it keeps on coming back again so
0:02:27
i'm i'm just gonna change
0:02:30
just baby for a minute i'll be right
0:02:37
good wait for zen until he comes back
0:02:43
yeah but if you guys have any
0:02:46
questions on anything which we are doing
0:02:48
anything related to our stream just
0:02:50
shoot them in right now and
0:02:52
um we can try answering them
0:02:55
but yeah um i guess today what we are
0:02:58
planning to work on would be
0:03:00
uh work on the post board name
0:03:05
return the board id as soon as you post
0:03:08
it in the response headers
0:03:11
uh what we should try to aim to complete
0:03:15
back-end changes tonight um and then see
0:03:18
how it's interacting with the fetch api
0:03:37
hello sand can you hear us now
0:03:46
i can't hear you so i'll probably have
0:03:54
uh are you able to do it
0:04:02
um i was explaining uh the users that
0:04:07
change the post method in the backend to
0:04:10
return the board id
0:04:13
and um i will make the correlating
0:04:15
changes in the fetch api as well so i
0:04:18
guess let's shoot up the back end and
0:04:21
brilliant i'll just share my screen
0:04:24
really quickly there we go
0:04:27
okay let's just zoom in a bit and
0:04:48
how's your day been all right
0:04:50
have you guys hydrated uh that's a good
0:04:54
reminder andre um i'm gonna get
0:04:58
i had it but it was
0:05:05
yes now we have hydrated
0:05:20
all right cool so i'm gonna zoom in this
0:05:25
express app and we're gonna be changing
0:05:30
the url to take board id again
0:05:34
instead of board name as how we fixed it
0:05:39
what we are trying to do right now would
0:05:42
um changing the post method
0:05:46
still taking the board name but return
0:05:48
the board id as the response yeah
0:05:53
so delete don't care about that one at
0:05:58
the credible method will take the
0:06:10
leave it like that
0:06:15
you just need to go ahead and add um the
0:06:17
board id in the response that's that's
0:06:21
uh uh okay okay yeah i'm with you now
0:06:40
says giving the data there
0:06:46
inserting it so what we need to do is
0:06:51
with uh right well
0:06:53
i think it displays all the boards when
0:06:56
we post the board is it
0:07:00
no it just displayed ah hang on
0:07:05
oh let's give it actually
0:07:10
it gives us all the boards
0:07:16
um i'm just posting a board
0:07:20
just make sure of that because
0:07:23
to be honest a car remember
0:07:25
on top of my head yeah
0:07:35
what's the issue oh yeah it's post
0:07:44
it's returning nothing
0:07:49
do we have anything uh so how um
0:08:01
it's returning nothing uh
0:08:05
it doesn't give us anything does it
0:08:10
but the board gets inserted is it yes
0:08:18
so the board so that's that
0:08:20
so i think what we probably need to do
0:08:36
we don't want to send this
0:08:45
delete that i don't need that anymore
0:08:48
then what you're gonna do is
0:08:51
we're just gonna get
0:08:54
board that's inserted
0:08:57
yep ah so we need to get the board id as
0:09:03
would be from here
0:09:04
which we can already
0:09:06
already use it from there
0:09:13
this would be like
0:09:26
just uh out in my head
0:09:33
right so the board you just inserted
0:09:38
we need the id of that one
0:09:40
yeah it's isn't it there the board id
0:09:44
yes but i'm thinking about how to as
0:09:47
install it because i don't really i
0:09:53
online 90 being assigned
0:09:57
none no no i'm not worried
0:10:00
about the board id that's
0:10:06
so we just have to do
0:10:12
um you'll do a res dot send you have to
0:10:15
send it on the response
0:10:22
one thing which we do want to do is that
0:10:30
yeah that's fine yeah i thought we need
0:10:32
to send it as a jason
0:10:34
we can but i think this is fine
0:10:38
are you interested in
0:10:40
jason in the first place because that's
0:10:44
how we should do in the first place
0:10:49
so this is there and i'm only sending it
0:10:54
and everything else is fine
0:10:57
the board id is not in json format um
0:11:00
that's just good id so you probably need
0:11:02
to create a json object
0:11:07
why do we need to create a json object
0:11:11
this is already stringifying here it's
0:11:14
already converting it to json here
0:11:18
yeah but it's converting
0:11:25
do you want the object itself
0:11:28
i mean if we can send it like that then
0:11:30
yeah that's cool then
0:11:38
entirely sure either but i'm just gonna
0:11:40
have to have a look but um according to
0:11:44
my understanding you're saying we should
0:11:46
send it as a json object
0:11:49
yeah um are there any json texts for
0:11:54
because i don't think we should send as
0:12:00
all right um we can just send as a json
0:12:04
as in just a string
0:12:06
all right okay let's do that because all
0:12:09
need is that we need
0:12:15
pass it on different methods
0:12:20
yeah yeah i didn't know that you could
0:12:24
um as a string in this and so
0:12:28
ah okay so maybe we can test it because
0:12:34
for my instinct um
0:12:37
it should work but
0:12:39
again i might be wrong so let's have a
0:12:49
all right deployment
0:12:58
if there's anything in the code
0:13:02
could you put the res dot send inside
0:13:27
board id in return
0:13:58
six more days to my green screen
0:14:01
apparently that's that's still pretty
0:14:03
good i'm excited as well
0:14:09
you can see me in this as in face to
0:14:14
well what i'll do is i'll kind of design
0:14:19
you could see your
0:14:20
the like something on like the top here
0:14:27
that'd be really cool
0:14:41
i'm sorry i guess it's too early but
0:14:43
the merch is ready guys um i think we
0:14:48
decided upon uh design
0:14:52
don't think so we're gonna do a reveal
0:14:57
wanna set up this door and give it a
0:15:01
by the way can it be there for sure
0:15:04
yeah maybe we can release the url
0:15:10
and then surprise everyone yeah for sure
0:15:18
okay so this is being deployed
0:15:41
okay deploy this chainsaw
0:15:46
did you have a busy day
0:15:49
yes for that matter i did
0:15:54
project with pie games
0:15:57
and i didn't know how to use pie games
0:16:02
then i was learning pie games
0:16:06
yeah that's pretty that's pretty
0:16:08
interesting i think one of my friend is
0:16:11
also doing that but um
0:16:15
reading books on top of books on top of
0:16:19
no even paul is uh doing pie games on
0:16:22
his stream so i had to do it for uh like
0:16:28
uh internship thingy
0:16:30
ah okay right right they sent like a
0:16:33
um spec sheet and they were like okay
0:16:37
do this by the week and i'm like oh my
0:16:43
um do you wanna test it on them
0:16:46
on the front end now
0:16:48
yes i'm just oh yeah i think i can just
0:16:52
test it on postman for that matter
0:16:57
yeah i could do that as well
0:17:00
oh do you wanna do that you want me to
0:17:03
uh we will have to give it a board name
0:17:07
which we can give it
0:17:10
in the body's name
0:17:11
yeah um i have my postman open so i'll
0:17:18
there you go there you go
0:17:24
i know can you see my screen
0:17:33
uh here we go cool so we're getting the
0:17:38
and just want to confirm that it's is it
0:17:40
the same one or not yeah yeah that's a
0:17:43
good idea so four five five it ends with
0:17:50
yeah let's copy this
0:18:00
wait wait that's my bad
0:18:10
i'll just get all of them
0:18:18
yeah there you go that's pretty good
0:18:21
all right are you sure you did like okay
0:18:24
yeah yeah i'm pretty sure okay
0:18:43
do you wanna oh no i think you need to
0:18:53
old method and change it by id as well
0:18:56
so get bored method
0:18:59
so we need to change this one to be the
0:19:12
or name not for that what is it
0:19:26
yeah you probably have to do it that way
0:19:30
because i don't really want to mess
0:19:39
id yeah id call call
0:19:43
and then that goes there board
0:19:57
six did i say three six orders oh yeah
0:20:07
um i think this should be board id
0:20:14
yeah yeah yeah i'm pretty sure it should
0:20:18
in that case this would be board id as
0:20:27
so said triple tex is asking what to be
0:20:32
so right now we are working on a
0:20:35
project which leads to adding persistent
0:20:39
a current open source project which is
0:20:41
called scrum.ca i'll paste the link
0:20:45
with scrum products here on the chat
0:20:53
what i did would i do that one that one
0:20:57
i'm not entirely sure if this is
0:21:05
um you can just go up and check
0:21:08
it's on the top of the document
0:21:12
now as in the one that's coming from the
0:21:19
i think it must be
0:21:22
yeah i mean you can yeah it's with
0:21:32
you assign it yourself right like look
0:21:34
at line number 51.
0:21:36
it's written as b small board id
0:21:40
yeah but this was already there
0:21:43
and that's already working
0:21:46
i'll take a chance and see what happens
0:21:51
if no we can always play back
0:21:56
what's the board id in the top of the
0:22:01
we probably shouldn't worry about these
0:22:06
ids because the other
0:22:08
one is local the ones that i'm really
0:22:12
curious about if is the right one or not
0:22:15
is the one that's coming from the params
0:22:19
as in coming from the request okay i
0:22:22
would do this that one why is because we
0:22:26
have a board id in the dynamodb column
0:22:32
with uppercase so i'll
0:22:37
and see what happens
0:22:44
so say triple six if you're here um
0:22:47
do you do a software dev as well or
0:22:51
tech or any kind of stack
0:23:17
probably the same time but we
0:23:21
both and the viewers are having a really
0:23:25
interesting conversations so
0:23:27
the time is just passing by really
0:23:37
but like i swear it feels like um
0:23:40
the deployment time has decreased
0:23:44
actually you must be right because i did
0:23:47
call on my internet company and told
0:23:55
but did you do a speed test after that
0:24:02
but i think i should isn't it
0:24:04
after or maybe if you want to do it
0:24:06
right now whatever you're comfortable
0:24:10
i'll run that in the background and
0:24:20
i mean if you really look at it for
0:24:23
screening software program you don't
0:24:25
need a lot of internet speed it's just
0:24:29
which really yeah is
0:24:40
like if you if you're writing your code
0:24:42
in your own piece in a coffee shop
0:24:45
then you're fine with like 190 per
0:24:52
you don't need that much at all yeah if
0:24:55
you just if you're streaming then you
0:24:58
you probably have to
0:25:00
go home and then start streaming
0:25:28
here's a find on line 68
0:25:35
i think that's exactly what paul
0:25:43
oh all right and i think we
0:25:47
here let's see this one
0:25:54
oh yeah i remember
0:25:57
having like the first element
0:26:00
yeah yeah the first element
0:26:07
should refactor it um i'm just going to
0:26:13
works first and if it does then
0:26:19
i'll give it a go um
0:26:22
the current deployment
0:26:43
that's like really good speed
0:26:47
it's better than uh it's really better
0:26:49
than what you were getting so i'm pretty
0:26:51
sure you did get an upgrade
0:26:54
somewhere interesting
0:26:57
the down low speed is 57 at the moment
0:27:02
because i remember last time we checked
0:27:04
it was like half of this
0:27:10
that means that worked
0:27:11
um do you want to test it now
0:27:16
postman should already be up
0:27:27
what are we testing we are testing
0:27:29
getting a board through board id
0:27:37
let's see if this works
0:27:40
but that looks yeah cool perfect so
0:27:45
that's all right now uh
0:27:47
we'll move on to the next one
0:27:53
actually first what i want to do is use
0:27:57
the i use the find over there
0:28:05
board items fine in the boolean so this
0:28:09
always guess the first index is now
0:28:13
yes that's true say but we need to
0:28:32
so if we need to do
0:28:44
inside items you wanna um that's sorry
0:28:57
like literally exactly what we have done
0:29:13
how how would you do it before can you
0:29:19
because over there we
0:29:22
just did oh we just wanted to get get
0:29:26
the items first index that's all
0:29:38
we actually looping through
0:29:43
all the rows as in
0:29:55
uh find that board id
0:30:02
i'm just gonna google that
0:30:07
so i guess items is an array
0:30:12
and inside items you have to do a find
0:30:26
you get the first element of items and
0:30:28
then inside items you do a find
0:30:38
see you're saying in this way
0:30:53
but how will we find the
0:30:57
exactly my point so that's where i'm a
0:31:00
bit confused but andre must have a point
0:31:04
that's why i said it so i'm gonna do a
0:31:08
and to see how to use that in that
0:31:16
how to find a particular
0:31:41
you can do something like
0:31:44
x dot id you know um i'll send it to you
0:31:52
right right right i see
0:31:58
x is probably just a variable
0:32:01
yeah for us it's the board
0:32:10
hang on the fine method returns the
0:32:20
but we don't want the first value
0:32:23
we want uh okay cool right right i see
0:32:27
what it means so basically what we're
0:32:29
going to do is doing give
0:32:34
x is such that the board id equals
0:32:46
thank you sid triple six if you still
0:32:49
have for your follow really appreciate
0:32:52
nice thank you so much
0:33:01
i have a feeling i know i said that uni
0:33:05
yeah it must be him
0:33:10
all right this one for that map
0:33:13
this will return the real project
0:33:15
objects if you want to get an array of
0:33:17
food properties you can
0:33:19
no i don't want that one
0:33:32
i think that was find index um then
0:33:36
if you go back and start
0:33:42
um the one below it
0:33:46
no we don't want the index
0:33:52
we want the object that has that
0:33:58
yeah that makes sense
0:34:07
let this be hang on
0:34:15
save that's the case
0:34:24
row okay so that means it would have to
0:34:34
i don't think so that's how we need to
0:34:40
watching the whole purpose of doing this
0:34:41
is to eliminate the for loop
0:34:49
can we pair a program
0:34:51
if that's okay yeah for sure
0:35:08
it's been so long we did this
0:35:13
i think i i've probably
0:35:22
okay how about if we do this
0:35:37
try writing like table rows dot items
0:35:44
like instead of x we need the board
0:35:55
given you access already have a look but
0:35:58
let's try it let's write this way it's
0:35:59
fine um it's working on
0:36:09
so are you using this should be bought
0:36:15
for wait uh uh right now you need to get
0:36:18
the first element the items first
0:36:25
oh wait go mind we actually resolved
0:36:27
that thingy so that's not happening
0:36:29
anymore yeah so instead of x you need to
0:36:39
up okay because uh
0:36:42
just a variable though
0:36:52
so this is just a variable
0:36:55
and you have to you double equal to
0:37:01
yeah two triple equal to for that matter
0:37:14
it's a fine method so it's returning
0:37:15
something so store it somewhere
0:37:30
yes i'm just thinking
0:37:43
is in that way i'm not even sure if i'm
0:37:48
don't do it in that way because items
0:37:52
everything inside the item is an object
0:38:05
eliminate the for loop
0:38:13
i thought you were telling me to do post
0:38:16
no no no no i'm not um
0:38:19
i was just thinking
0:38:26
yeah do that that's
0:38:29
actually my it's no
0:38:36
comment uh 71 and 72 for now i guess
0:38:42
you're thinking power and everything a
0:38:44
lot faster than mine to be honest
0:38:48
then again it's just uni and uni
0:38:51
pressure so nothing really
0:38:56
interesting in that sense
0:39:03
if you've got that
0:39:06
now what we could do is
0:39:14
we need all of this code
0:39:20
uh we need code from line number 73
0:39:34
i don't want that one
0:39:43
what's the point of this if you're
0:39:45
already getting the object's hair
0:39:52
yeah maybe try sending and
0:39:54
just directly sending the board
0:40:15
you should have just wrote like yeah
0:40:16
just bold rest dots and bold
0:40:23
i think because i'm streaming and
0:40:25
everything it's a lot slower and it
0:40:29
seems that i'm slacking okay
0:40:39
okay cool here we go
0:40:43
let's try this and see if this if this
0:40:46
does any trick but what i also want to
0:40:53
so i know exactly what has
0:40:57
been returned and it says line 83
0:41:27
we're not using it
0:41:30
we're not using this one
0:41:32
ah okay cool right we left it in the
0:41:42
let's try this and see if this works
0:41:51
it's really funny when you're trying to
0:41:53
contact someone and they are texting and
0:42:00
sometimes you don't get like what kind
0:42:01
of thing they are trying to stay like
0:42:16
line 83 bull coders
0:42:21
fails that's uh the name of our next
0:42:37
should i should i send the um design to
0:42:40
andre and ask his opinion do what
0:43:16
okay there you go andre
0:43:18
now tell me how bad that i am designing
0:43:23
better than me trust me as in if if i
0:43:30
of of i would have gone that fast either
0:43:34
at least two months
0:43:37
i i sent it to my unimage right like
0:43:41
so they study graphic design
0:43:47
i just sent them once and they told me
0:43:49
like hundred mistakes
0:43:58
i love their passion though
0:44:01
as in 100 mistakes
0:44:06
some are like too bright or
0:44:08
not i like it right right
0:44:18
and this is good looks great maybe
0:44:22
all right andre yeah i'll um i'll note
0:44:26
um oh okay cool so let's try the getting
0:44:32
that one and see if it's still working
0:44:39
do you want to do that on your end
0:44:41
because mine is still loading
0:44:48
we started like at the start of the
0:44:54
i'm screen sharing and i don't have the
0:44:57
m1 mac i've got 2015 mac
0:45:03
all right um leave me alone
0:45:06
i need to do a get
0:45:09
yeah yeah uh by id
0:45:14
give us that if not let's see what
0:45:18
oh boy internals are there no
0:45:24
so you might want to check um cloud
0:45:28
yeah i'm just gonna go
0:45:30
do that yay it's up now
0:45:36
andre asks where's your green screen
0:45:42
so andre i've actually tracked the
0:45:45
package and it says that it should be
0:45:53
six more days i would say
0:45:58
i can i can tell how popular is my
0:46:13
week so at the moment i've got two
0:46:16
one and then two here but
0:46:19
when that one comes i would
0:46:24
this one on not this one so i can see
0:46:28
you guys face to face
0:46:31
yeah what about you car tech
0:46:36
sure get a screen i haven't ordered it
0:46:39
i might just like go pick it up from
0:46:43
because the deliveries are taking a lot
0:46:46
as we saw in your case
0:46:52
if i can get it at a good price
0:46:55
i might just do like a click and collect
0:47:02
get a chop uh a green chart for i don't
0:47:14
i saw this uh youtube video uh diy
0:47:18
uh green screen thingy
0:47:22
yeah yeah that yeah made a great out of
0:47:24
like three bucks i was like yeah
0:47:28
but that's effort man it's too much
0:47:32
i think get the chunk get this sellotape
0:47:40
you if you want to save money you have
0:47:43
to go for the pen it's as simple as that
0:47:48
all right which um thing was that i can
0:47:53
hello world uh lambda was t t a z z
0:48:06
what do we have in the computer
0:48:10
let's have a look we'll find out
0:48:19
uh right our unexpected end of input
0:48:25
syntax error interesting
0:48:28
there's a syntax arrow somewhere
0:48:47
master for going to close this
0:48:59
yes i did here we go
0:49:09
that i mean it's good that it's an easy
0:49:29
i kind of agree with um your instincts
0:49:32
that i should have been making these
0:49:35
kind of mistakes now no
0:49:37
you're about to make mistakes
0:49:42
i mean if you look at it we have mostly
0:49:44
been making these mistakes yeah yeah
0:49:49
i feel that's how the more mistakes we
0:49:52
make the more we learn and hence become
0:49:58
proficient dev exactly like andre
0:50:12
why are you laughing
0:50:16
something on what's up anywhere you need
0:50:20
oh andre sent this to me
0:50:43
sorry i just opened my whatsapp just
0:50:45
give me one second
0:50:57
there you go there we go yes
0:51:06
i'm not gonna open the what's happening
0:51:09
over there so i'm just gonna have a look
0:51:16
don't know if you can tell the
0:51:17
difference i wasn't able to
0:51:44
maybe we can give andre a borders
0:51:47
yeah yeah the hell would be hilarious
0:51:52
would you like board
0:51:55
i watch board curtis
0:52:06
they are boring holders if you if you
0:52:08
fancy becoming bored watch ball coders
0:52:13
if you're having too much fun coding
0:52:15
then we should watch
0:52:21
uh okay cool so that's there
0:52:25
if you want to have a look now and i'll
0:52:30
card watch is there as well
0:52:40
i want to see it working as well
0:52:43
no error and it gave nothing in the
0:52:53
let's have a look at that
0:53:10
oh my goodness hey
0:53:17
so board id is coming as undefined
0:53:24
it's coming as undefined which i am
0:53:27
kind of getting a hint
0:53:30
that this is new not used in that way or
0:53:34
this would have to be bored
0:53:38
just looking through
0:53:41
um an example because here
0:53:43
we were choosing board
0:53:49
and that was working fine
0:53:58
huh oh wait i can confirm that in
0:54:00
postman right can i
0:54:06
this is the column
0:54:12
confirm that in postman and um
0:54:15
and it's b capital board
0:54:18
yeah cause a b capital
0:54:20
it should be there call
0:54:22
i'm gonna do that again
0:54:26
oh with no hyphens or anything oh no
0:55:02
not today so you can have your
0:55:07
i've actually got a bit too much planned
0:55:13
it's gonna be a busy day
0:55:16
i feel like for me um
0:55:18
big days are easy and weekends are way
0:55:24
if you can kind of get what i mean
0:55:26
i get exactly what you mean you know why
0:55:37
this i know like uni is gonna be there
0:55:39
and like i can just do my stuff but
0:55:41
on the weekend i know like with the
0:55:43
weekends i need to catch up on stuff
0:55:47
weekends are way more yeah
0:55:50
as in i've been there done that so
0:56:00
and um i could actually feel that
0:56:04
eight percent on my time was either in
0:56:12
at least you get to go to the library i
0:56:21
well i guess it's fine i don't really
0:56:22
mind um being at home as well um
0:56:28
like it's good to get out but
0:56:33
like i don't like you know how some
0:56:34
people are like really anxious about
0:56:37
the lockdown ending or
0:56:39
getting out and meeting friends
0:56:45
true though as in i think from this slow
0:56:48
down i've actually
0:56:50
i've actually learned
0:56:52
how important is it to have
0:56:57
to go out and meet people physically
0:57:02
because it just gets a bit
0:57:05
i wouldn't say depressing but
0:57:09
different thoughts come into your mind
0:57:12
stay home all day all night
0:57:18
i'll tell you one more thing
0:57:23
done something now
0:57:35
like he's literally moving on us
0:57:45
you'll see my whatsapp
0:57:46
notifications again if you can bear with
0:57:50
just open it in your phone
0:57:53
no it's on my slab on the computer
0:57:56
so haven't you got slack on the mobile
0:58:00
i actually don't have dev cop logged in
0:58:33
do you want to test it now
0:58:35
doing it i'll just hear my screenies
0:58:47
app.js in the browser and he
0:58:52
gave me the page with the code
0:58:57
i was like why am i thinking
0:59:02
there we go perfect so ah so see
0:59:06
i've actually learned some really
0:59:07
valuable tests in here which i want to
0:59:13
it just seems incredible
0:59:16
that how much code we had extra just
0:59:23
to cover by this one line of code
0:59:26
yeah um i guess we can do it
0:59:30
controllers as well as we go yeah
0:59:35
for now i guess we can put tonight
0:59:49
don't need this either
0:59:53
thanks andre for that tip mate
1:00:05
wow look at that how much code that we
1:00:10
perfect there's a lot of people
1:00:20
tuning in andres sid and everyone
1:00:24
else as well really appreciate that
1:00:27
and um thanks a lot for the really
1:00:36
ray really surprised as in how much
1:00:46
anything to add also
1:00:49
no i guess um we can go ahead and um use
1:00:52
the find method in all the
1:00:57
functions i guess where wherever we are
1:00:59
i'm going here and
1:01:01
finding anything in the array uh i guess
1:01:03
we'll eliminate all the for loops from
1:01:09
i was actually looking at it um
1:01:12
so find has like way better runtime um
1:01:19
that might be the reason why the
1:01:24
deploying a lot faster
1:01:28
um i'm not really i'm just kidding i'm
1:01:34
okay yeah pretty cool
1:01:37
and let's come back tomorrow and um
1:01:39
let's make the middleware work
1:01:41
so i get to go tomorrow
1:01:44
that's phenomenal same time same place
1:01:52
guys cheers have a good night