0:00:23
all right welcome back everyone welcome
0:00:27
another episode of buildbreaking fix
0:00:30
of course to everyone who's new here we
0:00:32
are chorus that means we are a team of
0:00:36
from melbourne australia
0:00:38
and we've been working on a project
0:00:40
which relates to adding
0:00:42
persistent storage to a current open
0:00:46
um which is called scrambler ca
0:00:49
um we've been working on stacks which
0:00:53
express.js as our backend
0:00:55
we've been trying to deploy our
0:00:57
application on aws
0:00:59
which is essentially the cloud vendor
0:01:01
which you're using
0:01:02
we've been using postman to test our
0:01:05
apis and github to manage our code base
0:01:09
right now we've been using in just pure
0:01:12
gls and html css to
0:01:15
create a front end magically so
0:01:18
how are you feeling today guys
0:01:20
very good um being um did you guys
0:01:24
enjoy the i love vitamin d today the
0:01:28
natural source of it
0:01:30
oh yeah yeah sure yeah it's really good
0:01:33
good sun went to the beach
0:01:35
fantastic yeah that's always as in good
0:01:39
relaxing and giving yourself a mental
0:01:43
and a physical break which is always
0:01:48
can we turn off our
0:01:58
um so just to give a bit of a
0:02:03
background on what happened on saturday
0:02:13
uh so we made a bit of a progress on
0:02:15
inserting all the notes which meant that
0:02:18
we inserted the hard-coded values
0:02:23
plan for today is to insert the those
0:02:28
values which is the text for notes and
0:02:30
the board id dynamically so i it just
0:02:34
goes as a seamless procedure
0:02:37
um do you have anything to add to that
0:02:42
i don't know just uh i was looking at
0:02:44
the code earlier and uh just really
0:02:46
excited to get started
0:02:50
fantastic uh okay welcome gekko
0:02:56
jesus gang is finally here completed
0:03:01
cool cool um i've um certain tech dev i
0:03:05
don't really want to spoil the
0:03:09
mug by just me having it on the camera i
0:03:12
will want us all to have it at the same
0:03:16
so when i organize
0:03:23
pass them all them all the mugs i want
0:03:26
us free to show it as in
0:03:35
my plan and hope you don't
0:03:37
don't mind but yeah the
0:03:40
the monks are pretty pretty cool
0:03:43
as a present from like death to
0:03:46
uh as free i think i know the i i think
0:03:51
yeah you must know what is oh what is
0:03:54
but just for now keep it to yourself
0:04:02
forget i need to do the
0:04:11
so i begin today by acknowledging the
0:04:15
traditional custodians of the land on
0:04:17
which we meet today and pay my respects
0:04:20
to the elders past present and future i
0:04:24
extend that respect to aboriginal and
0:04:27
torres strait islander people here today
0:04:42
welcome to the new rework
0:04:50
how do you pronounce it
0:04:52
yes a bit confusing
0:04:54
yeah i don't even know how to pronounce
0:04:56
it man so i'm not i'm already gonna
0:05:03
we can just call him here okay hold them
0:05:08
cool uh sen good to have you right
0:05:17
finish do you want to share your screen
0:05:30
can you guys see my screen
0:05:36
we have actually created a new branch um
0:05:40
did you get that one
0:05:45
so probably just do a you probably
0:05:50
not this one insert notes ah okay
0:05:56
i think we we created that the other day
0:05:58
on the stream uh zayn
0:06:02
was it was you and kartik or you and me
0:06:05
okay i'm gonna get really confused now
0:06:10
you guys might start um as in
0:06:14
days very soon so um i'm i'm gonna have
0:06:18
to keep on track all
0:06:22
with him so that would be really good
0:06:28
all right let's uh so
0:06:30
what i got from here
0:06:38
added an alert right to check the
0:06:42
edit and alert to see when the card was
0:06:44
being created and also added a
0:06:48
uh value into the database
0:06:56
so all we probably
0:06:59
need to actually forge on today with um
0:07:02
is to the heart the hard-coded values we
0:07:06
did we need to convert them as into
0:07:09
dynamic so everything
0:07:11
goes in the database or whatever the
0:07:19
um let's see where that
0:07:23
um while the devs in board
0:07:28
doing today um just to
0:07:32
perfect you on like jack davis raw
0:07:35
coders no poor coders which is a really
0:07:38
funny one but yeah
0:07:43
majority of the code is from the
0:07:46
original project as in the
0:07:51
um who's actually the owner of
0:07:56
ca is um that's his
0:08:00
code but we're just all
0:08:20
you know where it says
0:08:23
the next text and board id is hard coded
0:08:32
we need to somehow
0:08:38
the text when it's written on the note
0:08:41
that into a variable and they use that
0:08:45
in place of the text
0:08:47
so i'm just thinking how we
0:08:49
we will accomplish that
0:08:52
the the way i was thinking zayn was um
0:08:58
uh functionality safe like a new
0:09:06
and then uh when the button is clicked
0:09:09
then it will run that function to save
0:09:14
yeah that's what i was that's along the
0:09:16
lines i was thinking
0:09:24
we also have to consider that each
0:09:28
note is so shedded to that particular
0:09:33
okay right so which means that um
0:09:39
click the save button
0:09:44
save the board completely
0:09:48
but in the board's object
0:09:53
the notes will already be present
0:09:58
that would probably be the second step
0:10:01
that we need to approach but as in
0:10:05
starting from scratch um we would have
0:10:08
to figure out a way of enclosing the
0:10:11
text that comes on the note that in a
0:10:16
after it's been as in
0:10:23
does that make sense
0:10:24
yeah yeah yeah that makes sense
0:10:29
just for clarification
0:10:53
once we finish typing you're saying that
0:11:00
you know the step when you um
0:11:05
when the alert came
0:11:07
was there anything written
0:11:09
on the alert itself or no well that was
0:11:11
just created not or
0:11:16
no i added a extra alert just just
0:11:18
before just a try but um
0:11:20
it's just uh the card id i was thinking
0:11:23
we could use that somehow too
0:11:27
when we're creating this this
0:11:30
right right right i see i see i see what
0:11:40
generated by its cell when the uh when
0:11:46
inserted in the db
0:11:48
which uses um each guidv4
0:11:52
um i don't know if you know about these
0:12:00
right so grids are basically a
0:12:09
gets generated as in
0:12:13
randomly but automatically
0:12:17
okay yeah okay i see what you mean yeah
0:12:23
so is that this one's it the this this
0:12:26
side this side is different right
0:12:29
that's different yeah
0:12:32
yeah this is for the front end
0:12:36
why aren't you adding these details to
0:12:44
that's a really good question um i did
0:12:48
add as in the overall task that we had
0:12:52
uh but i guess that
0:12:55
and i need to dedicate a bit more time
0:12:58
than what i'm doing uh at the moment to
0:13:03
add these these these kind of small
0:13:05
details i will keep in mind that
0:13:08
okay thanks for pointing that out
0:13:26
i'm just thinking that how can we
0:13:31
where will we write on the text
0:13:35
on the sticky note
0:13:38
in a in a variable
0:13:45
that shouldn't be that hard it's just in
0:13:46
the text as a string
0:13:52
when if you remember that then method
0:13:55
has been only called
0:14:00
click that button which means there's
0:14:02
always been called when we create it
0:14:07
do you mean to say okay that when we
0:14:11
something on the sticky note um
0:14:14
that text is already being
0:14:17
stored in the text variable is it
0:14:23
wait so when you do off click
0:14:27
right you you on click on that note and
0:14:31
um where is the text going like can you
0:14:34
try displaying that text after an off
0:14:38
uh yeah i can wait
0:14:46
like surely this update card or
0:14:49
i don't know what it's called here
0:14:58
then a probably uh search for update
0:15:07
update columns no don't need that one
0:15:21
is it just update columns there
0:15:38
kill card off oh that's a lot
0:15:42
yeah that could be a cow cut off
0:15:52
can you search for the thing text that's
0:15:56
let me see wherever text is being taken
0:15:59
okay this is in create
0:16:02
yep that's create bitcoin
0:16:04
oh it might be in draw new card
0:16:12
so it's stored in the array probably
0:16:22
maybe try displaying the cards right as
0:16:27
category okay let me try it
0:16:33
also update on the swagger stuff um if
0:16:36
anyone's interested i was able to do it
0:16:44
sorry oh yeah so i was given this task
0:16:47
by my employer to generate api docs like
0:16:54
so next chase was throwing some problems
0:16:56
with it being old or i don't know
0:16:58
but i was just able to fix that so yeah
0:17:06
um yeah getting back sorry
0:17:09
i don't know good job man
0:17:13
loved to hear these these kind of
0:17:16
achievements because it just
0:17:21
nothing is impossible there's always a
0:17:25
yeah okay so well done man
0:17:37
oh my gosh i did move back home one
0:17:49
three console log here
0:18:05
so outside of the for loop
0:18:36
i don't yeah oh perfect
0:18:40
no okay that's fine yeah don't worry
0:18:53
right so it's not displaying
0:18:56
me oh hang on uncheck
0:19:00
before the response was and did you
0:19:03
close this and re-open it from home
0:19:07
oh no i didn't actually okay cool
0:19:17
um try to be incognito
0:19:29
yeah okay that's a good question
0:19:33
what achievements have i
0:19:43
over the weekend i was trying to work on
0:19:48
been having it work but still no
0:19:56
hold on my screen's broken
0:20:01
nice background though
0:20:10
that's annoying hold on i don't know why
0:20:17
give me a sec let me try to
0:20:28
is that working hold on
0:20:30
let me stop sharing
0:20:34
we can't see your screen anyways so
0:20:40
can you see my screen now
0:20:42
nope um have you press share
0:20:46
no my computer's for us hold on
0:20:49
um i'll rejoin the stream that's right
0:21:12
okay soon that's good
0:21:20
cool man no problem
0:21:22
there you go we have him back
0:21:28
did we have him back um he's not moving
0:21:34
maybe he's playing red light green light
0:21:36
as in squid games oh you haven't what's
0:21:45
want to be cultured
0:21:50
more important things to do
0:21:52
than man as as into
0:21:54
and being cultured
0:22:15
locked out and then he's gonna come back
0:22:17
in he's already got the
0:22:19
access so that shouldn't really be a
0:22:28
they've been kartik
0:22:31
because i went for a board ride um
0:22:36
yes i i have an electric skateboard
0:22:42
so there was like a whole ride which
0:22:44
people organized today um
0:22:47
started at 11 30 and we've been driving
0:22:52
i think that durable as in the battery
0:22:56
and i charged like at least three times
0:23:02
yeah i reckon i completed like
0:23:04
around 80 to 90 kilometers on my
0:23:06
skateboard today wow
0:23:10
so that's your achievement
0:23:17
yeah i mean it was pretty tiring not
0:23:18
gonna lie like super duper duper tiring
0:23:24
just standing and moving for six hours
0:23:26
and and my board only has like one wheel
0:23:30
so it becomes like super harder
0:23:37
the escape would only has one view in
0:23:41
wow have you heard of them it's called
0:23:44
it's called one wheel only actually i
0:23:48
i thought they were only four wheels uh
0:23:55
let me try and go try googling it just
0:23:56
try googling one right here
0:24:02
really exhausting as in
0:24:06
making sure you have the proper balance
0:24:09
all the time yeah yeah
0:24:12
that's pretty cool
0:24:14
oh sorry guys my uh i don't know why but
0:24:16
my computer crashed so
0:24:20
that's second technology that happens
0:24:26
uh all right let me see
0:24:54
oh we should start from home actually
0:25:28
so is this still not doing anything as
0:25:35
so it might not happen over there then
0:25:39
let me create or i
0:25:43
their mechanism might not be in place in
0:25:48
but i might be wrong as well because
0:25:52
select the same board
0:25:57
or all the notes are already there
0:26:07
this as an incognito and then
0:26:11
re open that and try and access this
0:26:19
i was thinking saying um
0:26:22
you know how this was using
0:26:24
redis before right
0:26:31
that's like is he choosing radish
0:26:37
but where did this come from
0:26:41
yeah that's what i asked the nation was
0:26:44
it because i'm not aware of
0:26:46
it being using any
0:26:51
kind of thing and right this is a data
0:26:56
okay i thought it was using okay it was
0:26:59
using some sort of um
0:27:00
some sort of caching right to save yeah
0:27:06
if we can find that in the code can't we
0:27:11
uh alter the code so that we can
0:27:14
uh save it in our persistent storage
0:27:20
what i was gonna say after
0:27:24
checking if then if those notes are
0:27:27
still there when we access this
0:27:29
same board here yeah yeah
0:27:45
okay it was ct1 isn't it yeah
0:27:56
that doesn't appear
0:28:03
because i was expecting
0:28:08
i was expecting those
0:28:14
or maybe it's it's
0:28:18
we are doing it locally
0:28:30
i'm right right okay so all we need to
0:28:50
where we make a text where does it come
0:28:54
so draw and can you go into draw card
0:28:56
and draw a new card method
0:29:24
we let's go to that function actually
0:29:36
uh called animate that one that one
0:29:43
so that's just adding animation
0:29:49
what is stored in a card actually
0:29:52
should we see that do you guys already
0:30:07
car is an object right
0:30:17
sometimes hate that javascript is so
0:30:30
this is loosely created right like
0:30:33
card is an object yeah yeah well
0:30:42
it's so much more easier in things like
0:30:47
everything's more tightly
0:30:52
i guess that's the power where we we're
0:30:56
back and polish the
0:31:01
after the mvp is all happy
0:31:08
until we don't use anything
0:31:11
like not involving js since we really
0:31:16
i mean yeah if we go ahead and do it in
0:31:19
that should be good enough
0:31:24
so that's still not
0:31:26
still not showing up here or maybe
0:31:31
it's not really storing the text
0:31:35
it's just there to display on the card
0:31:42
i find it hard to convince myself when i
0:31:46
make the argument because
0:31:50
it's backed up by cash
0:31:56
truly i just i was thinking maybe uh
0:31:59
it could be like a save or something you
0:32:05
here you can save ah
0:32:07
edit text directly to your server
0:32:18
yeah do that probably
0:32:20
that would be more like it
0:32:24
like here okay let's have a look so
0:32:30
console love this content right that's
0:32:35
uh if that one is there ah
0:32:40
oh see you know it's doing something
0:32:44
really interesting in the if statement
0:32:46
and line one nine or
0:32:51
yes yeah the if statement so same
0:32:53
basically the contents
0:33:02
then go in that method if you
0:33:05
go in that method what does it do
0:33:14
oh how do you do that by the way um
0:33:19
oh okay there we go
0:33:26
i o i'm always and admiring this guy's
0:33:30
very meaningful variables honestly he's
0:33:42
it's making a lot more sense you know
0:33:45
as in as soon as you proceed very well
0:33:49
but like okay this is exactly what it's
0:33:51
supposed to be doing
0:33:55
maybe he just wanted to make this like
0:33:57
encoded so that no one else understands
0:34:01
probably yeah that could be one reason
0:34:07
okay so if he basically means a for
0:34:09
action and d for data wow interesting
0:34:13
imagine like a script in which all the
0:34:16
variables name are like a to z
0:34:18
and then like a one a to it
0:34:22
that's all there is
0:34:25
is he using the message anyway
0:34:29
should we yeah oh good point
0:34:33
oh he's not using the message anywhere
0:34:38
look at this one sakurai yeah
0:34:50
all right let's just have a look at that
0:35:13
so it does come in there
0:35:24
so how is this cycle going
0:35:31
move card and then edit card
0:35:35
um can you make an other one
0:35:45
because i'm observing this cycle
0:35:56
created the card and now you join move
0:36:02
type in something it goes into edit card
0:36:13
are you typing in yes you are
0:36:18
so he's taking one word uh as one time
0:36:24
four because you've created four words
0:36:27
five words six words
0:36:30
see the number in front of the
0:36:39
one number as one word
0:36:45
okay so we need to go into edit card and
0:36:48
see what's happening there
0:36:53
the same actually could be maybe let's
0:36:54
try console lock the d as well actually
0:37:06
okay i like this everything
0:37:34
set username unknown
0:37:37
pretty card create object i mean object
0:37:43
click on edit card object
0:37:49
so what did you console.log after a
0:38:01
dot stringify in front of d as in in
0:38:08
jason dot stringify
0:38:17
it should bring out the content now
0:38:44
unknown okay create card
0:38:48
okay you have done that and
0:38:56
you have type in test isn't it
0:38:59
okay white okay uh
0:39:03
move the card around
0:39:10
oh wow okay he's frozen again
0:39:14
frozen the next time
0:39:17
frozen the next time
0:39:21
that's an interesting one
0:39:28
yeah your internet your internet froze
0:39:31
and our tannish pros as well
0:39:42
oh look at this guys
0:39:45
oh that looks good
0:39:52
so edit card is the
0:39:54
function it seems like yeah
0:40:16
why is it not charging
0:40:40
can you guys hear me
0:40:42
yeah i can hear you
0:40:47
yeah yeah yeah can you hear me i can't
0:40:50
hear any one of you
0:40:52
what's happening to my audio
0:40:55
ah this is probably
0:41:00
hello yeah here we go
0:41:04
right so how will how we looking there
0:41:06
he did the data um
0:41:11
ah lovely i'm liking this now
0:41:17
so basically the bet is in the value
0:41:35
do our d dot value
0:41:37
zen can you switch your mic actually
0:41:40
it sounds like you're underwater
0:41:56
underwater is end times
0:42:34
yeah there we go that's better
0:42:38
all right so we are actually getting the
0:42:41
value now as well which is fantastic and
0:42:45
that's exactly what we needed so
0:42:49
basically the value is being
0:42:53
accessed in the edit card isn't it yeah
0:42:59
so i think what we might need to do is
0:43:03
call the method that we are calling from
0:43:07
in editcard function instead
0:43:10
true true yeah yeah that's a good idea
0:43:26
we'll create it somewhere here like um
0:43:29
because this is uh this looks like a
0:43:31
save functionality all right
0:43:34
just give me a moment i'm just
0:43:41
that's important during the stream cool
0:43:52
yeah so we can actually add our post
0:43:57
notes function over here
0:44:02
i think yeah it might be
0:44:04
good to try but we should also try the
0:44:07
both functions i think
0:44:10
yes we can um however if we place the
0:44:13
post notes function underneath
0:44:17
as in underneath the if statement
0:44:24
all right yep sounds good um oh yeah
0:44:27
that's a good idea that's a good idea
0:44:34
if you want to go down
0:44:36
it's always good to
0:44:39
type in the code instead of
0:44:44
press enter yep and
0:44:47
type in here so it's post notes
0:44:54
and you would exit with um
0:45:01
and then open and close brackets
0:45:19
i think that might not work but yeah
0:45:28
keep the board as our card
0:45:30
card coded for now
0:45:32
i want to go step by step
0:45:35
oh let me just find uh
0:45:38
don't control f1 post notes
0:45:50
why do you think that might not work by
0:45:53
uh because if you see the data that's um
0:45:59
was present in the data variable
0:46:05
in the other method
0:46:07
where we are saving it
0:46:09
it doesn't have the value property of
0:46:17
that's right and i'm just thinking i
0:46:21
could be wrong here so we have to try
0:46:25
okay yeah that's a good point
0:46:30
cool let's try this and see if it
0:46:38
it's giving the warning as well okay
0:46:40
like you mentioned that's no
0:46:53
in that way um so if you go to send
0:47:02
maybe we can just place a post
0:47:10
okay yep yep yeah we can
0:47:14
it feels like you'll call it too often
0:47:16
though in my opinion
0:47:19
but we can try yes if we will call it
0:47:24
right right i see i see what you mean
0:47:26
there so every time we write a word it
0:47:34
don't just populate too much
0:47:39
can you go where the thing was move card
0:47:43
uh where you placed initially
0:47:56
i'm just trying to think
0:47:58
check what other properties
0:48:01
come in the data object then you should
0:48:05
item and text only
0:48:08
could we try text actually maybe we
0:48:10
should console log text
0:48:14
let's try that one
0:49:00
okay that's undefined yeah that's fine
0:49:04
it would be undefined now
0:49:15
move card date undefined so it's coming
0:49:19
is coming um so did you also have the
0:49:23
data uh the console
0:49:26
in the send action method as well
0:49:29
because of the feeling it might be
0:49:31
picking up from there
0:49:38
right um in that case do you wanna um
0:49:41
write more than one word hmm
0:49:45
oh okay yeah good one good point
0:49:48
let's try that let's go
0:49:55
okay cool cool that would
0:50:04
data in the send action
0:50:07
the value of one note as in wherever you
0:50:11
write in one note you will consider that
0:50:18
one data if you want to say that
0:50:22
does that make sense flash
0:50:25
little bit confuses what you mean so you
0:50:30
typed in hello text one two three
0:50:40
no matter how much text is on that
0:50:45
the text will be stored in the data
0:50:53
value whatever's on that particular note
0:50:56
if it's 15 was high my name is tanesh if
0:51:01
uh we are raw coders
0:51:05
we i wanted to make a funny comment but
0:51:09
that would be already
0:51:11
inappropriate on on the stream but um
0:51:17
so essentially wamps hangars you know
0:51:21
how you should have got the text on
0:51:24
yeah as in if it's
0:51:27
test on the first one and then hello
0:51:30
text box or hello one two three on the
0:51:33
second one the data value is taking
0:51:38
the text on a single note yeah yeah okay
0:51:53
um so can you go back in the send action
0:51:58
function i just want to check
0:52:04
that if the console
0:52:07
is being called over there as well
0:52:15
go um and if you want to remove this
0:52:18
console them both of them
0:52:29
all right and then
0:52:34
just run it because i want to make sure
0:52:37
that we are getting their value from the
0:52:41
function not the send action
0:52:44
yeah should we we should put this inside
0:52:47
the if though right
0:53:10
hydration time guys
0:53:14
you guys have the time for
0:53:27
i was just thirsty so
0:53:30
i made a cool hydrating time
0:53:36
all right let's have a look
0:53:38
what do we have in store here
0:53:53
so that was only coming from the send
0:53:57
not the save function
0:53:59
interesting all right
0:54:02
let's get rid of the
0:54:11
call the post notes in the send action
0:54:20
saying isn't this sending isn't this
0:54:22
calling send action as well though
0:54:28
you're right there so we can probably
0:54:31
cons uh do a console underneath this
0:54:34
selection yeah okay
0:54:37
try that as well see if that works
0:54:55
we do should we just do data for
0:55:12
i shouldn't put this inside or i should
0:55:24
attention to detail is improving finance
0:55:31
i need to catch up now
0:55:35
maybe you guys need another tt match
0:55:39
tt match what's that table tennis match
0:55:44
i'm gonna lose again for sure
0:55:47
no did you win one match
0:55:49
i think he said yeah
0:55:52
yeah boy man if i play against
0:55:56
which is the snar freehand then i'm
0:56:01
no i would hardly play i mean i think
0:56:04
kartik plays heaps though
0:56:07
guess we'll need to have like a
0:56:09
to know yeah true all right guys let's i
0:56:13
i'm really conscious of the time and i'm
0:56:16
kind of finished this as in this step
0:56:19
and then to get dynamic text for notes
0:56:23
in this session so
0:56:26
um i really want to get this
0:56:28
over with i think we're ready
0:56:37
so that's not doing anything is it
0:56:41
no not doing anything oh boy
0:56:44
right um do you want to go back in the
0:56:48
in the code i just want to check where
0:57:03
console log both i meant
0:57:08
text and a separate console.log and for
0:57:12
data i should have us
0:57:14
being precise on that
0:57:19
you mean just like this
0:57:22
now so you know how you've got the
0:57:28
text that entire line but remove text
0:57:32
okay yep it makes sense
0:57:45
yeah there we go text
0:57:47
just want to check what do we get in
0:57:49
there and if it even comes down to that
0:58:18
sent actually let's just put the post
0:58:23
and then what we might need to do is um
0:58:26
change the functionality of send action
0:58:36
and then press save
0:59:08
that's all right happens
0:59:12
jason's wrong if i yeah
0:59:18
d dots yeah there we go perfect
0:59:23
badly and then just hardcoded board id
0:59:28
i'm not really fussed about that at the
0:59:31
just have to make sure that the ball the
0:59:33
note text is inserted dynamically
0:59:51
and you might need to make the function
0:59:58
post note because post
1:00:03
uh asking function itself
1:00:10
thanks to get deven tory
1:00:16
yeah yeah for sure um
1:00:21
better than the sleep we had
1:00:27
let's go and test this and see if the
1:00:30
gets inserted in the database i'll check
1:00:35
um can you just send me the id finish in
1:00:40
in the private chat
1:00:49
what monitor do you have tonight like
1:00:54
inch and what time does it
1:01:00
you sound like something i don't know
1:01:02
better yeah i quite like it
1:01:34
when i'm pressing posts man is coming up
1:01:40
seriously no i don't want to watch it
1:01:49
nevermind apple tv
1:01:51
is django on me okay so ah right
1:01:56
so what's that saying uncle
1:01:58
type error fill to fetch
1:02:09
right that should be there
1:02:12
ah okay that's the cause error that we
1:02:23
were you guys able to
1:02:27
to uh did this work last time sorry
1:02:36
i mean did this one work by the way
1:02:47
but then it shouldn't really matter
1:02:49
because i was thinking that i might have
1:02:52
widely listed only
1:02:59
which takes in zero
1:03:04
eight thousand but you should but you're
1:03:06
choosing a different server
1:03:10
no we configure course for every
1:03:13
oh that's why i i didn't really get
1:03:17
shocked on that one
1:03:27
where is this being called
1:03:30
yeah can you check this one
1:03:33
okay so if if we remove this
1:03:41
i thought maybe we can just i just want
1:03:43
to try it to be honest and see if uh
1:03:47
um that is showing up
1:03:52
yeah we can try that one and then we can
1:03:55
come back to the other one off towards
1:04:02
okay we can try this one first
1:04:09
then i'll just comment the other one now
1:04:17
i think wait yeah that's fine
1:04:23
i'll take this off
1:04:38
you're really interesting
1:04:48
it did say the notes has been inserted
1:04:51
so i'm just why can't i i don't want to
1:04:57
i'm the open postman that's all i need
1:05:01
okay fine i'm gonna go
1:05:13
okay i'm just opening the postman to see
1:05:15
if the notes has come in
1:05:19
but you want me to check mine is open
1:05:24
cool if you can but mine's all open
1:05:33
i'll just check it don't worry
1:05:36
oh which one was it which one was it
1:05:38
which one was it come on come on come on
1:05:43
get bored i need this board
1:05:54
okay so the text wow
1:05:58
the t and the heart
1:06:00
code is one is working pretty good
1:06:05
so if you can finish um
1:06:08
comment out the hard-coded one
1:06:14
that's interesting
1:06:22
and uncomment the one in selection
1:06:34
there might be another problem but i'll
1:06:36
come back to the afterwards let's run
1:07:12
didn't we just have the same
1:07:19
try starting it from python server
1:07:24
i don't have that installed and
1:07:27
you probably don't need it you can
1:07:38
surely you have python right so if you
1:08:25
um everything and small and very very
1:08:28
and as capital of simple as well
1:08:47
yeah just go to pub now browser
1:09:01
uh and then the page
1:09:03
name as well home.html
1:09:49
so we have actually got
1:09:51
create card as a topic
1:09:54
did you type that or not
1:09:57
that was the hardcoded one said the
1:09:59
problem before yeah
1:10:04
is the api working on postman i might
1:10:06
just take it myself
1:10:11
no normally nothing
1:10:14
yeah it should because the
1:10:16
function is working
1:10:19
okay you can probably call it a night
1:10:21
today it's already
1:10:28
yeah we're ready exactly
1:10:31
i lost track of time my bad
1:10:34
yeah easily in programming
1:10:46
do you want to do that
1:10:49
i will need to get you used to the
1:10:56
all right uh all right thanks guys
1:10:58
thanks for joining us for another
1:10:59
episode of buildbreaking fix
1:11:01
today we're trying to get uh try to post
1:11:04
a note dynamically um
1:11:06
so that it can save in the database
1:11:09
um yeah making good progress getting
1:11:12
there slowly steadily but yeah surely
1:11:16
all right guys um yes we'll catch you
1:11:18
tomorrow for another episode
1:11:24
same task that's the one
1:11:27
all right guys have a good night and see
1:11:32
tomorrow same time