0:00:01
cool um welcome back guys
0:00:03
um it's a pleasure to be here um
0:00:07
yesterday we had our
0:00:09
two hour weekend specialized performance
0:00:12
and we'll have two hours streams on the
0:00:14
and um themes on vigness
0:00:19
to all the people who are new here we
0:00:20
are roller coasters and
0:00:22
we stream every night from 9 30
0:00:26
to 10 30 and as i mentioned two hours on
0:00:30
um right now we are in the progress
0:00:33
of making the thunder.ca
0:00:36
app um from with our new
0:00:45
so yesterday we worked on getting a note
0:00:49
was it right so which was done
0:00:52
and now you know yeah now we are working
0:00:56
on getting a specific one
0:00:58
so though we weren't able to complete it
0:01:01
feel that we have a logical error but um
0:01:13
that's fantastic a in in
0:01:16
introduction coffee or should i say okay
0:01:21
um so that was incredible and
0:01:26
thanks for everything as in highlighting
0:01:29
all parts of the informed base that have
0:01:33
covered in the intro um
0:01:37
apart from that don't really have much
0:01:44
uh so we aim to do
0:01:47
like you said get a particular note from
0:01:51
the db today so that's pretty much
0:01:55
it hopefully we will
0:01:58
get this working today
0:02:01
that's the target by the way
0:02:05
so let's get down to it shall we
0:02:09
yeah um you know tell us about the
0:02:11
sponsor of the video
0:02:13
oh yeah i totally forgot about that
0:02:17
and thanks a lot for reminding me as
0:02:21
the i was the sponsor of our video is
0:02:29
and basically this is yeah it's a
0:02:33
fantastic tool if you want to be
0:02:36
online in different social media and
0:02:39
destinations for example
0:02:42
um facebook youtube
0:02:45
twitch jack covers all the
0:02:48
major platforms and
0:02:52
we can also record our
0:02:59
streams as well if you want to
0:03:05
all the previous um
0:03:09
streams that we have been able to do and
0:03:13
upcoming ones here
0:03:16
and today's one is this one
0:03:20
as you can see and these are the
0:03:23
destinations that um
0:03:26
we have like i was talking about early
0:03:30
and in periscope youtube twitch
0:03:33
facebook and linkedin as well actually
0:03:36
yeah i forgot to mention that one yeah
0:03:39
so let's get back to our
0:03:57
yeah that would be a really good idea
0:04:02
let's get on to what are we saying let's
0:04:05
yeah let's let's get on to getting a
0:04:10
cool so this contains this one note is
0:04:15
support is that one missing key
0:04:18
actually i'm gonna go back
0:04:22
in that one so i've got
0:04:28
just gonna go a bit up and check how did
0:04:31
i do the last params one
0:04:35
delete yes we did not get gold right get
0:04:39
so it should be ah here we go
0:04:43
yeah this is how it should be done
0:04:46
so i think we have
0:04:50
one additional property which we
0:04:54
um which is this one here
0:05:00
and isn't that what
0:05:04
gives you like matches the board
0:05:08
oh i'm just thinking that we should
0:05:13
yeah because this will actually
0:05:16
give us the key condition which is our
0:05:22
and this is a filter expression
0:05:27
so boards which is boards
0:05:34
what item i'm pretty sure this
0:05:37
shouldn't be the case yeah this is
0:05:55
um actually hang on
0:06:02
so when we get a particular note that
0:06:06
we would get the board itself
0:06:09
and the note it isn't it
0:06:14
i mean if we are getting the note we get
0:06:16
the note through the board
0:06:19
yeah because the note is attached
0:06:22
to the board itself yep
0:06:25
so we have to get the note
0:06:29
yeah yeah that's fine so
0:06:38
i'm gonna may now might go to
0:06:42
my gear repo and check
0:06:45
what the code was over there
0:06:49
because i don't really want to
0:06:52
um waste too much time
0:06:56
i just have one question then can you go
0:07:03
you know how there's a for loop which
0:07:07
from like inside right
0:07:10
like if you draw it up let's not draw it
0:07:15
if you think about it there is a array
0:07:19
of an object which which is an array
0:07:26
we are going in in our if condition we
0:07:30
board item at the red board which is
0:07:32
fine which means we are going through
0:07:37
but the note isn't changing
0:07:42
you know what i mean the note isn't
0:07:46
isn't it just shouldn't we have like a
0:07:50
nested kind of a thing ah
0:08:05
the notes value is only one thing it's
0:08:07
not updating at all
0:08:18
i'm just thinking we haven't even
0:08:22
launched this now anywhere but
0:08:26
we're just using yeah you
0:08:29
you may be actually you must be
0:08:32
right that must be our culprit
0:08:36
yeah so let's try doing it in our for
0:08:41
so this would be bored
0:08:44
each item and then board notes
0:08:47
so we can open another for loop
0:08:51
here yeah actually
0:08:55
is it no no no no no no
0:08:59
because first of all we need to check if
0:09:03
in the current board is our
0:09:10
oh yeah we can do that or like we're
0:09:12
going through all the boards but
0:09:14
i think you're right let's get the board
0:09:19
so i'll get the board
0:09:31
board id and then if
0:09:34
that is the case then we actually
0:09:39
going in the for loop
0:09:43
of notes that make sense
0:09:59
what am i doing let me
0:10:15
yeah here we go okay
0:10:19
and then we do and we
0:10:22
come to this part here
0:11:04
this process i think
0:11:11
let's check because i'm still not sure
0:11:16
this part let's play with it
0:11:21
can you can you do a break i don't have
0:11:25
break or ct can you just do a break
0:11:29
break where um after
0:11:35
expression attribute value after that
0:11:38
like at the end of if
0:11:45
yes that'll be great okay
0:11:48
not there just one above
0:12:02
forget i need to give access to this as
0:12:08
um can you play a bit of music in the
0:12:13
yeah surely just let's like
0:12:18
maybe can entertain our users a bit more
0:12:28
it might be loud in the first place bear
0:12:45
a bit lower place with this
0:12:51
yeah yeah i think that should be all
0:12:58
okay i've sent you the
0:13:02
collaboration link right i
0:13:08
oh my god my big screen of you
0:13:12
went off hang on a minute
0:13:16
that's all good take your time
0:13:19
i'm just seeing how loud it is on this
0:13:39
okay cool i think i'm back now
0:13:44
yeah i'm back cool
0:14:01
know that one params is there
0:14:04
and then key condition
0:14:07
to be honest i don't think i need this
0:14:11
think i might do which one actually
0:14:28
google the docs and check
0:14:38
why isn't keyboard equal to board id
0:14:49
yeah like all the other times
0:14:53
what you mean i didn't get it
0:14:56
all in all the other controllers the
0:15:00
key says board id um
0:15:08
what's different than this one because
0:15:12
here we're using query
0:15:16
okay and in the others we're using a
0:15:24
see that one there yeah okay
0:15:27
i think we might have to stick to
0:15:31
get because when i was coding this
0:15:35
on my own i was actually experiment
0:15:39
experimenting with the query
0:15:43
so anyway let's look
0:15:51
okay actually i'm gonna check out
0:15:55
how to actually use query
0:15:58
working with queries in in dynamodb
0:16:14
just give me one minute i'll get some
0:16:17
all right key condition express
0:16:44
because um the only reason why i'm using
0:16:49
query is because it aligns with the
0:16:56
principles so i'm only getting what i
0:17:01
not getting everything and then choosing
0:17:06
that's why i thought that that might be
0:17:10
idea okay ideally if we can make query
0:17:14
for all the people yeah true
0:17:18
okay so from what i can see
0:17:21
key condition there's no key
0:17:25
in this so i don't think the key would
0:17:30
here because if i go
0:17:33
down to the example
0:17:39
response syntax don't need this response
0:17:56
see how it says table is this
0:17:59
consistent read that one
0:18:02
it doesn't have key around it apparently
0:18:06
that makes sense so i try
0:18:10
this part without the key
0:18:14
the key condition is that
0:18:17
okay board id is it has to be the
0:18:21
passing board idea and the
0:18:29
the filter expression
0:18:37
note which is this one
0:18:40
in board board notes so
0:18:44
let's check if this
0:18:48
works isn't colon note
0:18:55
technically colon no
0:19:07
actually you might be right here yeah
0:19:11
because we are only looking for
0:19:16
the note with that particular id and
0:19:18
then we need to return that
0:19:20
note so how about if we give it
0:19:27
can we do this no we can't i don't think
0:19:32
because that's a variable
0:19:36
yeah and we can only give a
0:19:39
variable in this contains
0:19:45
we can give it a variable right oh
0:19:48
yeah we can give a variable
0:19:52
so hang on i'll just show you
0:19:55
um so we can make a variable and
0:19:59
i want to make sure that i've actually
0:20:02
concept right as well
0:20:06
so just filter expression example
0:20:10
dynamodb and you scan
0:20:34
come on dude don't need you
0:20:38
required only agreement whatever
0:20:45
so see how this is saying um
0:20:53
here hold that key
0:20:57
no hang on hang on a minute i'm look oh
0:21:05
yeah filter expression
0:21:08
contains this string which is a
0:21:12
variable for the original
0:21:22
zoom in abyss so you can see properly
0:21:27
yeah here so this is so
0:21:31
basically what i'm trying to filter here
0:21:38
primary key and then
0:21:42
i wanna get the note
0:21:56
based on board notes that has
0:22:02
that's kind of not working because
0:22:07
note is just the note id not the note
0:22:13
so are you meaning to say that
0:22:20
no i think that was fine but um okay
0:22:23
um how about if you take over and
0:22:28
no no no i think you know more about
0:22:35
no i'm i'm not saying in a bad way
0:22:42
working with this concept the first time
0:22:47
so i'm learning as i'm
0:22:50
doing it too okay um
0:22:55
let's see let me google some stuff first
0:23:31
so are you meaning to say that we should
0:23:35
as in give it the exact
0:23:39
location of the no
0:23:42
idea where is present here
0:23:46
i mean i'm just concerned that board
0:23:49
is an array of json objects
0:23:53
and we are looking for um
0:23:57
note id with which is just kind of a
0:24:05
we're going to work around i mean
0:24:09
we if it all comes down to it we can
0:24:12
make just another array
0:24:14
called board notes ids and fill it with
0:24:18
um node ids and just pass it to contains
0:24:23
can we do that or not
0:24:27
so you're saying that i'm making
0:24:30
a new rain fill that up with all the
0:24:34
notes id and then pass it here
0:24:38
but i want to ask this board notes is
0:24:41
is it our like it's
0:24:45
just both notes right or is it a um
0:24:48
table name in dynamodb
0:24:50
so this is a column name
0:24:53
in the table right
0:25:01
so can we access our members of the
0:25:05
here we should be able to
0:25:09
and why i say that because
0:25:14
how he does it is he
0:25:18
tells you here that okay i want to
0:25:25
original title yeah
0:25:29
and in in that column i need
0:25:33
this value which is this one here
0:25:38
right right that's true
0:25:45
let's see so the contains
0:25:49
function in dynamodb um
0:25:57
path so board notes is a part
0:26:11
okay so the path could be a string
0:26:15
that contains particular something which
0:26:18
or a set that contains elements within
0:26:22
that right and the operand
0:26:26
which is this node in this case
0:26:29
our brain must be if the attribute
0:26:31
specified by a path
0:26:33
is a string if the attribute specified
0:26:37
part is just said the operating must be
0:26:39
a set element okay
0:26:40
so it it clears it up so board notes is
0:26:45
and note um is a string so
0:26:50
that's not gonna work because it just
0:26:52
clearly says that if the
0:26:54
open is the path it's the string then we
0:26:57
operate to be string as well
0:27:00
oh so um basically
0:27:03
what they mean is that these both have
0:27:07
data type that's true
0:27:13
um i think that being an object wouldn't
0:27:17
a problem like it should be a subset of
0:27:20
it if that makes sense
0:27:21
that that's all they want
0:27:24
right right right i see
0:27:28
um but that's kind of unfair
0:27:36
so based on that theory
0:27:40
this should be an object
0:27:44
yes or that should be a string whatever
0:27:49
uh when you said that
0:27:52
what which one do you mean the board
0:28:07
because according to me this is a
0:28:10
uh this is an object
0:28:14
and why do i say it's an object
0:28:17
is because so this is a
0:28:21
variable which is just a placeholder
0:28:28
object here itself
0:28:31
really that makes sense but i'm not
0:28:34
um shall we try this
0:28:38
yeah can we just do one thing um yeah
0:28:42
can we console the log and do a type of
0:28:45
do you know what the type of is pretty
0:28:47
sure you know that yeah
0:28:48
yeah yeah like is that okay
0:28:52
on it where my hair
0:28:56
um just anywhere actually just we need
0:28:59
for board notes and uh golden nodes
0:29:36
here we go that how
0:29:40
you're saying is that
0:29:43
the syntax i'm not um there's no problem
0:29:48
wait that's not the sentence no
0:29:52
because this syntax
0:29:55
is especially for dynamodb
0:30:00
right um so i think
0:30:04
can you put it inside i guess try and
0:30:09
let's check that out here we go
0:30:20
could do is maybe do this but i'm not
0:30:23
entirely sure if this would work
0:30:26
because this will just be assumed
0:30:30
as a string so this won't really work
0:30:39
can you assign it to a variable
0:31:05
does that make sense yes
0:31:08
but um just saying that we'll probably
0:31:15
we we're kind of just trying to make
0:31:33
object then this will be an
0:31:36
object um because um so
0:31:43
you declare variables in
0:31:47
dynamodb and then this
0:31:50
variable is being assigned a value here
0:31:55
so if wherever the
0:32:02
be the type of this note
0:32:06
okay fair enough that makes sense um
0:32:09
yeah i'm just thinking in java for some
0:32:13
right right i mean um i could be wrong
0:32:17
as well but we won't
0:32:20
know anything unless we
0:32:23
try this out yeah all right
0:32:27
so i'm not gonna try that in
0:32:34
i'll just do the locally
0:32:47
why is this sharp line coming
0:32:52
sorry i didn't remember my screen
0:32:56
oh here we go this is a bit better
0:33:03
always now i don't plan to buy
0:33:07
a new mac until this is actually fully
0:33:12
gone as it is given up on me
0:33:16
right we have an error
0:33:20
so i'm i missed a curly brace
0:33:27
missing after argument list right
0:33:40
where is this coming from ah there
0:33:45
this is coming from if there
0:33:49
this is from here this is from here
0:33:53
right best is coming from ah
0:34:06
okay there we go this should do it
0:34:32
all right uh where's my post
0:34:47
so create a board first
0:35:01
okay no one needs to post
0:35:17
i really like your hairstyle man as in
0:35:20
it doesn't need it's naturally stylish
0:35:25
that's all hair now i think i need to
0:35:34
no cause i actually have a sherlock cap
0:35:38
oh why don't you wear it
0:35:41
you should wear it i don't know it's
0:35:44
next time oh okay so i think we need to
0:35:48
make some changes to the code because
0:35:51
going into infinite loop again
0:35:58
so if i break the loop over here
0:36:02
yeah that the root note
0:36:18
yeah also you should pass data there
0:36:22
that's what we're gonna do oh
0:36:25
yeah it probably can't retrieve that
0:36:30
okay do that again
0:36:37
all right inaccessible host
0:36:40
right that's fine i was expecting this
0:36:55
where's my send button come on
0:37:11
this is interesting i'm sorry
0:37:23
that's my fault completely i have
0:37:27
i haven't started dynamodb locally
0:37:54
uh this table now and
0:38:16
all this i need to go back to my blog
0:38:20
and see what was that actually
0:38:28
ah yeah this is the one right
0:38:32
it's kind of good to have a blog though
0:38:35
it's going back to it
0:38:39
saves a lot of time as well
0:38:43
actually i'm just gonna go back
0:39:01
locally there we go
0:39:07
and it was this one here
0:39:10
dynamodb local latest
0:39:13
it was the right one i know
0:39:22
latest it's the right one why is he not
0:39:34
underscore dynamodb
0:39:38
underscore local one is called latest
0:39:41
actually you know what
0:39:50
this was working ah all right
0:39:53
that's fine i did some
0:39:57
things to my mac today
0:40:05
it's actually um i need to uncompress it
0:40:09
all right duplicate compress
0:40:18
oh oh no no no no no no no no
0:40:25
don't want to spoil this price don't ask
0:40:30
where do you open the almost
0:40:45
okay i'll just extract this
0:41:06
let me have a look yeah
0:41:09
that'll be really awesome i'll go have a
0:41:27
okay this is there
0:41:32
nope just us today cool
0:41:37
no problemo we can still make the video
0:41:42
um available for we use viewers
0:41:46
yeah okay i'm gonna do that now
0:41:51
actually what did i want it to do yeah
0:41:55
yep totally deployed but
0:42:07
why is it taking this long
0:42:12
it's not supposed to be i'm even
0:42:13
throwing in the air
0:42:21
everything in a code is fine it's just
0:42:39
okay pose board yeah that looks
0:42:42
good to me actually let me check
0:42:46
one thing have i even enabled
0:42:49
the poll we didn't ever disable it
0:43:00
can i do operations on a non-existent
0:43:10
yeah we need to create the table first
0:43:15
i thought i already did it that's
0:43:21
do you name it the same
0:43:27
should have been there but let me have a
0:43:35
scrumptious i want that one not that one
0:43:51
um the command of list
0:43:55
table i'm looking for which is here
0:44:03
it's already there or not and point
0:44:15
this is very interesting ah
0:44:18
okay so you go rid off all the tables
0:44:26
we'll have to create that again
0:44:32
and with the best part is that i already
0:44:35
code so we don't have to struggle
0:44:38
and figure out what the code should be
0:44:45
see blog having a blog already
0:44:49
works in that sense
0:44:54
okay i will have to change the end point
0:45:01
change this key as well
0:45:05
i don't need that and i need this
0:45:14
yeah so board id bam bam bam enter
0:45:19
and this should create our ah no
0:45:22
i forgot to change the
0:45:26
table name actually don't
0:45:30
don't worry about bye i can do them
0:45:33
manually here yeah
0:45:36
just to save a bit of time there we go
0:45:41
and this should be deathcorp as well
0:45:45
cool all right let's try this
0:45:53
to work now module not found
0:45:58
which modern ah okay cool
0:46:02
i'm running it from a wrong
0:46:05
space yeah all the structure
0:46:12
hey let's see come on baby girl
0:46:17
work for us no one is just cannot do
0:46:21
operations on a non-existent table
0:46:24
i don't think it's working like resource
0:46:27
not found go to escort it stopped
0:46:32
poor already in use 3000
0:46:36
what oh you have two terminals
0:46:47
all right that's my fault flash
0:46:58
it should work now
0:47:04
come on there we go it says
0:47:07
one but it's just trying to count
0:47:12
because oh wait did we get one
0:47:15
oh yeah that's true that's fine um
0:47:18
other one don't don't worry about this
0:47:21
worrying about this one
0:47:25
save for the board and then
0:47:47
yeah that tell me something random it's
0:47:50
tell me something random it's 10 18
0:47:57
it is though it's reminding you the time
0:48:01
yeah true true all right do this but
0:48:05
no change to post yeah
0:48:11
okay knowing so successfully
0:48:27
why is it another one oh okay
0:48:31
18 per second okay
0:48:34
um now we need to get this this
0:48:37
note so what i'm gonna do is get the
0:48:46
all right it's 18 to
0:48:57
okay have a guess really work should
0:49:03
want to missing required
0:49:06
key table name in params okay
0:49:19
did okay it's a different
0:49:22
different file i thought i deleted
0:49:26
everything from the file
0:49:28
did we get anything in the console can
0:49:30
you check pretty sure we didn't know
0:49:35
so it was command shift c just in the
0:49:40
command shift c or it was command
0:49:44
c i don't know one second
0:49:53
oh here we go we've got it
0:49:57
posing come on i just did the
0:50:04
did it by the mouse
0:50:10
yeah i just winged it mate
0:50:16
okay for future reference it is command
0:50:21
come on okay cool yeah right
0:50:26
say some same missing
0:50:29
required key table name
0:50:33
okay so this is my guess
0:50:37
for us this was our one
0:50:49
request body single note yeah which is
0:50:54
wait a minute why do we have a body for
0:51:11
i wouldn't have a clue as in
0:51:15
i wouldn't know how to answer your thing
0:51:18
so it doesn't print out any of the
0:51:22
that's what i've observed actually
0:51:27
twine will do it in chrome but let's fix
0:51:33
actually you know what i'm gonna do this
0:51:56
um inspect i need to
0:52:00
run that afterwards when this inspect
0:52:05
yep um there we go
0:52:09
and i need my console
0:52:19
paid a little bit okay that's fine
0:52:22
and now do it what does it give me in
0:52:27
didn't give us anything in console
0:52:30
and yeah it's not even getting there
0:52:34
um proper logs are below the dynamodb
0:52:39
yeah yeah and it's not actually picking
0:52:42
up there in the first place
0:52:44
yeah that's kind of funny um
0:52:47
table bobby i'll give you a tip actually
0:52:52
let me check how does query
0:52:55
work in the first place
0:52:59
so this is a table name
0:53:05
params that params
0:53:10
so what we are doing is uh is a scan
0:53:14
uh we're querying it
0:53:20
we're not scanning so this
0:53:25
which you we're using the
0:53:28
query not scan yeah
0:53:36
oh my goodness contains movie name
0:53:45
okay let's see what we got
0:53:52
might know what's causing the problem
0:53:57
okay uh what is it
0:54:06
saying that it's using a hash as well
0:54:12
for the moving name which is uh
0:54:16
can you do minimum cut yeah oh sorry
0:54:20
should have done that yeah
0:54:23
cool that works ah
0:54:27
okay that's a bit too much yeah okay
0:54:33
it's lagging that's my bad
0:54:38
all right cool ashley hang on a minute
0:54:42
down to the answer so here's
0:54:46
using the table name as that which is
0:54:50
i would table is that way
0:54:54
it seems to be fine to me it's not using
0:54:59
ah so using a scan here
0:55:02
but we're choosing a query
0:55:06
do you think that that might be the
0:55:10
what is it scanning for
0:55:13
scanning for all um so these
0:55:17
movie name which i will string
0:55:20
is here right but like instead of
0:55:24
function what do we have there then
0:55:27
insert which function so
0:55:30
what this guy is doing is that it's it
0:55:32
has a table name which contains
0:55:35
movies i guess and he's just getting the
0:55:38
um so he got movie names
0:55:45
which is probably a set i don't know why
0:55:48
and then what he did was that expression
0:55:51
attribute names right
0:55:53
and expression attribute values
0:55:57
um okay whatever the person is okay we
0:56:00
that yeah and then he's using scan
0:56:04
but we're using query here
0:56:10
but also the fact that we already have
0:56:15
like i think when he's written function
0:56:18
generic what function
0:56:27
uh so scan can have
0:56:31
two arguments as in the
0:56:36
what it's trying to get from here
0:56:40
and then the functions so if you
0:56:44
want to output the error or the results
0:56:48
spell you can do both but
0:56:54
response i'm not using a function here
0:57:01
okay we can give it a try
0:57:07
actually i was gonna do is do a hash
0:57:12
and then this is that once i'm moving
0:57:33
name b movie id and then
0:57:40
um let's probably do a scan
0:57:48
use key key condition expression here
0:57:58
just looking at examples
0:58:10
if we have n and we have six
0:58:20
so we have a null set
0:58:23
career table queries plane
0:58:47
who do you want me
0:58:53
um if you want to yeah why not
0:58:58
i'll keep looking as well
0:59:01
see if i find anything
0:59:04
i mean if you think we are stuck like
0:59:06
it'll good to have some data
0:59:12
i think probably give it one more day
0:59:16
and then we can um post there
0:59:24
this link might help i'll send it to you
0:59:29
okay i don't know if you have already
0:59:36
anywhere this guy's code looks literally
0:59:42
okay uh session chair
1:00:06
table name okay then item
1:00:10
our form of okay that's fine
1:00:14
he's using put and
1:00:20
then he's using query
1:00:24
yeah so project smashing that one
1:00:29
i'm referring this question the few
1:00:31
things that needs to be clarified here
1:00:35
attributes of that results which are
1:00:37
there is so i believe that
1:00:39
john rose can't be defined as a cell
1:00:42
list the key condition can refer to
1:00:46
hash or saw cube which is fine in
1:00:49
our case it is hash key
1:00:53
yeah and can reverse so i presume that
1:00:57
we generally just talking
1:00:59
contain contains can be used on filter
1:01:02
expression which i already have
1:01:06
um on data type string set yeah it can't
1:01:10
used on yet that's fine i agree with
1:01:13
conclusion revert to point three for
1:01:17
straightforward answer
1:01:20
what i don't know what
1:01:26
point three four straightforward answer
1:01:30
i think he's saying this one
1:01:34
um it can't be used on
1:01:37
key condition x expression
1:02:00
because i just saw somewhere was
1:02:03
choosing it and i thought we might be
1:02:06
that so that's why just for
1:02:09
well we can actually remove it don't
1:02:19
tuned now so shall we call our day
1:02:30
right guys so we couldn't fit uh we are
1:02:34
progressing because i've got feeling and
1:02:38
feel one step closer it's just a matter
1:02:43
playing with few small bits until we
1:02:46
strong start getting our notes um
1:02:50
and i would like to thank karthik for
1:02:55
co-hosting it's been it's been
1:02:58
fun hosting the viewer
1:03:02
100 thank you guys for joining uh
1:03:06
we'll be back tomorrow at 9 30. live
1:03:10
and we'll see you guys tomorrow
1:03:13
perfect have a good night all and
1:03:17
see you tomorrow bye