📺 Develpreneur YouTube Episode

Video + transcript

Steps For Selecting An Integrated Development Environment (IDE)

2023-06-27 •Youtube

Detailed Notes

This is an introductory presentation to lead into one of our free classes. (https://school.develpreneur.com/p/free_courses). You can also check out our Launch your internet business series on YouTube on this channel.

You can find out more through our online classes at https://school.develpreneur.com and register for free. Registration will add you to our email list and you will periodically receive coupons for courses as well as notifications of the latest releases.

Transcript Text
foreign
[Music]
well welcome back and this time I want
to talk a little bit about Ides
now you're going to possibly ask what is
an IDE and which one do I choose and
that is what I want to focus on in this
little lesson just some things to
consider that even if you are very
comfortable where you're at maybe it's
time to take another look
so first off an IDE is an integrated
development environment think of this as
a dashboard for your coding task this is
what you're going to fire up when you
write code now it could be a very simple
editor however an IDE is going to bring
you so many more features you will find
yourself if you're using it properly far
more productive it is going to be a lot
faster to get things done
now these functions these features that
typically are included in an IDE include
things like writing code because that's
the most important thing maybe we do
well writing good code I guess but most
of our time is spent hopefully writing
code so you're probably going to have a
good editor you may have some sort of
syntax highlighting and completion and
some things like that which can help you
very quickly
understand your code and even can show
you some best practices Version Control
because we should all be using it so
most IDs if not all of them I don't know
when I've last seen one that doesn't
have some sort of a Version Control
integration built into it
testing and debugging
so a lot of the modern Ides are going to
allow you to
either in a a container type environment
or to your you know maybe your local
machine or whatever your development
environment is deploy code out do some
testing debugging which is invaluable I
highly recommend no matter what you're
dealing with understand what the
debugging tools are that are available
and how to use them and Ides and can
sometimes make it
easier to transition we'll say from one
language to another because you may have
an IDE that while it is it's uh
basically a generic IDE it's not it has
language specific features but it also
is built in a way that you can use
multiple languages for example maybe a C
sharp and Java and if you write in those
a lot particularly if you have to go
back and forth and be a little bit
confusing and it's nice to have an
environment that just feels comfortable
or the same as you're bouncing back and
forth now also one of the things we do a
lot is and usually if you've got bigger
applications
you're going to be browsing the code
searching for certain classes or
functions or that line of code that you
need to change and so Ides are going to
have searching and browsing capabilities
a search is going to be typical what
you're you know normally you're going to
see it it's going to be searching the
file search all files and then maybe in
the directory or in your project and
then browsing depending on what your
language is and how things work that may
be by class it may be by file Maybe by
maybe you've got some sort of a
namespace or something like that so
there's some different ways that
sometimes an IDE will allow you to
leverage your language to search for
whatever it is you're searching for
and then it's also going to allow you to
do updates and and organize your your
application and your project so if
you're in something that needs to be
built or needs to connect to various
libraries maybe use like a maven or
something like that or if you're using a
package tool like a like react node's
got one python has one just about just
about everybody has one every language I
think spouse has one now so sometimes
you need to have the the ability to go
into maybe some of those configurations
and some of those setting files to make
sure you get the right version or that
you pick the latest version to get your
updates
now that may seem like a lot of features
and it is and so then that maybe begs
the question which one do I choose
particularly if most or all of them have
most or all of those features
that's a good question but really it
comes down to you as a developer now yes
sometimes this is taken out of our hands
it may be our our organization our team
our boss
something like that that's there's some
other
consideration that causes us to pick a
specific IDE maybe we've got a legacy
project that's been built in that IDE
and we really just sort of are stuck in
it because it's maybe too tightly
ingrained
but
generally speaking the goal is for you
to be comfortable using it you need to
understand it you need to know what it
what it offers and how to use those
features because the more you use it the
more you leverage those things the
better the value obviously of the
software and then the more productive
you're going to be
now there are some caveats you want to
look for things like a a burn in or
bacon or something like that where you
have which does happen sometimes you
have an IDE that starts putting stuff
into the code or organizing code or
tweaking code in a way that
the actual source code is maybe a little
different so maybe it's a little fatter
maybe it's a little slower maybe it's
got some some tags and some things that
it needs so that it can most effectively
coordinate the coding however
Once you walk away from that IDE that
may be a problem or sometimes you may
not be able to walk away the ID it may
hide enough stuff or do it in a way that
makes it very difficult if not
impossible to take your code and go work
with another ID so you you want to be
able you don't get the equivalent of
like a vendor lock-in
now much like a language we talked about
this uh there's if you haven't done it
you can go check out on our our YouTube
channel talk about selecting a language
and there's actually many other things
we talk about that are similar to this
so what you want to do is shop around
look what's out there
figure out what IDs are there take a
look at them what looks good to you
pretty effective efficient whatever it
is there may be some bells and whistles
that you like maybe you may have like an
IDE that has a integrated with email or
jira or whatever your bug tracking tool
is or has a really tight integration
with whatever your Version Control tool
is is things like that that will be
selling points to you or maybe your
project and again you know if you're
doing multiple projects maybe you want
an IDE that is much more flexible about
Which languages you can code in or maybe
something like you want to do something
that's better with let's say windows
development or something's better with
web application development or mobile
development
so your needs are definitely going to
build up some requirements but then you
want to check out some get yourself a
short list you know fairly short because
it's going to take some time to invest
and figure out which ID really is going
to work for you
and while you're doing that take a look
at the popularity make sure that this is
one that's going to be around
six months from now or a year from now
look at how many people use it now just
because everybody uses it doesn't make
it good however if nobody uses it
probably not a good sign unless it's
like open source and you're and you're
embracing that fact because you say hey
this is a good start I want to be able
to extend it my own write my own code
write my own IDE
go for it knock yourself out
once you've gotten your short list put
together take the ID each of the Ides
for test drive and with this it's not
just you know load it run it spend five
minutes doing a hello world I highly
recommend you actually both things that
you can do either or but ideally create
a project from scratch
and import an existing project in
whatever language makes sense
and take a look at how that works
because yes the creating part is not
going to happen that often if you if it
has no tools to create a project so be
it you can almost always start from
scratch or some sort of bootstrap or
templates or something like that
importing a project is definitely
something you want to take a look at
because you probably have Legacy code
that you're going to want to use that
you're going to want to modify you're
going to want to maintain in this idea
you're selecting so you want to make
sure you can pull that in it may be that
you want to be able to connect to Legacy
Version Control as well I ran into this
way way back
just as a slight side note example where
I had converted from CVS I was using CVS
as a Version Control and actually I was
also using Source safe it was moving all
of my legacy code to get and had a an
environment that luckily connected to
all three of those so I could go in pull
stuff out strip out what I needed to of
the of whatever the old you know the
Legacy Version Control tags and files
and such were and then
you know basically then create a created
as a get project and go that way
so it's very useful to do with that ID
which is actually one that I almost
never use anymore because I've moved on
to you know a different one
you definitely want to be able to you
know go in you're going to write or
import your creator import your project
but like write some code deploy stuff
even if it hello world is probably going
to be too simple but do some little
Rinky Dink utility application or
something that takes you maybe an hour
or two spend some time in it and then
use the debugging tools whatever tools
are there get comfortable with them get
so that you understand what they are and
how they're going to work for you and
honestly if they're going to work for
you because sometimes the way we code
and the way the debuggers work is not
very compatible it's it's sort of square
peg in a round hole
now it does cost time to review these
Ides consider though that it's going to
be an investment and by time I mean
if you've got a short list of three to
five Ides it's probably going to take
you a couple of weeks to actually go
through them the last time I went
through this kind of a process in depth
I think I spent about a month or a month
and a half and there weren't as many IDs
out there this was years and years ago
there weren't near as many options as
there are now but you're also probably
going to be able to eliminate some
fairly quickly
so it's going to take time but it is
worth it because when you find that IDE
that matches your
your approach your style
your development standards and things
like that you're going to be able to
find that you can be far far more
productive is amazing once you start
using these things how much you can get
rid of like repetitive tasks and even a
lot of the Mindless tasks that we
sometimes get caught up in maybe as
simple as like code prettifying uh you
know prettify your your code and things
like that where I'm going to spend a lot
of time deleting spaces or converting
things to tabs and vice versa
and when you've got a tool that will do
some of that like do intelligent
formatting and correct typos and and
give you code completion so you can
remember what is that you know function
call or that method call that I wanted
to do and it can suggest stuff
you'd be amazed at how much that can
that can improve your time now it can
end up being a little bit of a crutch
however it is one of those things that
you know when you're all in it's worth
it maybe to have a little bit of that
crutch because it's going to make you
more productive you're going to get more
stuff done faster and a lot of times
it's going to be higher quality code as
well
so you have to spend a lot of time take
a look even if as I started out even if
you are very comfortable in your current
IDE I recommend periodically and by that
I mean
maybe once a year or maybe every other
year or something like that just take a
look at what's out there
because there may be something that will
be a big step up from where you're at we
tend to get sometimes a little too
comfortable where we're at we assume
that features that we would love to have
that don't exist are never going to
exist
or some of the features we have are just
always going to be clunky and you'll
find that sometimes these things get
solved and sometimes
yes it's going to take getting an idd
and finding the right plug-in but you
know that's one of those things that
sometimes you can do that within your
given IDE there may be some plugins that
are that are cross platform cross IDE
where you'll find something you really
like and it does exist in other
integrated development environments as
well so you can use that you can
leverage it and you can be productive
basically from you know especially from
day one
so this is something that we want to do
to become a better developers we want to
make sure that we are using the best
tools available to us and we want to
periodically review you don't want to
you don't want to change your tool out
every
two to three months you don't want to be
re redoing everything converting to this
new IDE or its style or things like that
because there is a a time lost in
Switching gears from the way one does it
to the way another one does it now you
may look out and find one that's very
very similar but that's not always the
case and that is something to consider
when you move into a new one sometimes
things like quick keys and shortcuts and
stuff like that they do have the ability
for you to essentially import or utilize
some other Ides quick key or key mapping
which can be a huge huge benefit maybe
confusing if somebody else sits down at
your desk and starts using that IDE
that's used to using the you know maybe
the default key settings but for you
it works great and hey you don't need to
share your development environment with
somebody else that often anyways
so I hope this was helpful for you you
can check out we've got several blog
articles over the years at developer
North site about Ides about varying
development tools so that may be a great
way for you to start your research but
there's also a few things out there
where we talk about them more is not as
to recommend them it's just some of that
we have used and you can find some more
information about those checking out
some of our classes and even the free
classes you'll be able to see some of
these you know IDs and and see if it
looks interesting you
so hope you have a great day thanks a
lot for your time
hello this is Rob with developmentor
also known as building better developers
wanted to announce that we have
school.developmentor.com feel free to
check it out if you like any of this
information any of the content that
we've sent and you would like to see
more you can come out you can enroll for
free we have free courses we've got
places for you to get better at just
learning a technology or how to's you
can work on your business skills we can
help you with becoming a better
developer as encoding and things like
that a lot of the stuff you've seen on
YouTube we also have out at
school.developpreneur we always have it
in a little more of a educational format
and a way for you to track your progress
as you move forward becoming a better
developer
foreign
Transcript Segments
0.42

foreign

18.89

[Music]

27.3

well welcome back and this time I want

30.66

to talk a little bit about Ides

33.6

now you're going to possibly ask what is

36.059

an IDE and which one do I choose and

39.48

that is what I want to focus on in this

42.18

little lesson just some things to

44.219

consider that even if you are very

46.92

comfortable where you're at maybe it's

50.1

time to take another look

52.2

so first off an IDE is an integrated

55.079

development environment think of this as

57.36

a dashboard for your coding task this is

60.84

what you're going to fire up when you

62.579

write code now it could be a very simple

65.46

editor however an IDE is going to bring

68.58

you so many more features you will find

71.46

yourself if you're using it properly far

74.52

more productive it is going to be a lot

76.56

faster to get things done

79.2

now these functions these features that

82.5

typically are included in an IDE include

84.96

things like writing code because that's

87.479

the most important thing maybe we do

89.52

well writing good code I guess but most

92.159

of our time is spent hopefully writing

94.439

code so you're probably going to have a

96.119

good editor you may have some sort of

98.52

syntax highlighting and completion and

101.82

some things like that which can help you

104.04

very quickly

105.799

understand your code and even can show

109.74

you some best practices Version Control

112.02

because we should all be using it so

114.18

most IDs if not all of them I don't know

116.88

when I've last seen one that doesn't

118.2

have some sort of a Version Control

120.119

integration built into it

122.159

testing and debugging

124.38

so a lot of the modern Ides are going to

127.619

allow you to

129.179

either in a a container type environment

132.78

or to your you know maybe your local

135.42

machine or whatever your development

136.62

environment is deploy code out do some

139.56

testing debugging which is invaluable I

144.239

highly recommend no matter what you're

146.52

dealing with understand what the

148.8

debugging tools are that are available

150.3

and how to use them and Ides and can

153.84

sometimes make it

155.42

easier to transition we'll say from one

158.16

language to another because you may have

160.2

an IDE that while it is it's uh

163.16

basically a generic IDE it's not it has

166.92

language specific features but it also

170.28

is built in a way that you can use

171.84

multiple languages for example maybe a C

174.9

sharp and Java and if you write in those

178.14

a lot particularly if you have to go

179.94

back and forth and be a little bit

181.5

confusing and it's nice to have an

183.72

environment that just feels comfortable

185.94

or the same as you're bouncing back and

188.58

forth now also one of the things we do a

191.159

lot is and usually if you've got bigger

193.68

applications

195.18

you're going to be browsing the code

196.62

searching for certain classes or

199.739

functions or that line of code that you

202.14

need to change and so Ides are going to

204.3

have searching and browsing capabilities

206.519

a search is going to be typical what

208.5

you're you know normally you're going to

209.7

see it it's going to be searching the

211.26

file search all files and then maybe in

213.72

the directory or in your project and

215.879

then browsing depending on what your

217.68

language is and how things work that may

220.08

be by class it may be by file Maybe by

223.98

maybe you've got some sort of a

226.28

namespace or something like that so

228.18

there's some different ways that

229.2

sometimes an IDE will allow you to

231.12

leverage your language to search for

234.239

whatever it is you're searching for

237.36

and then it's also going to allow you to

239.76

do updates and and organize your your

243.9

application and your project so if

245.819

you're in something that needs to be

247.56

built or needs to connect to various

250.799

libraries maybe use like a maven or

253.739

something like that or if you're using a

255.959

package tool like a like react node's

260.4

got one python has one just about just

263.58

about everybody has one every language I

265.199

think spouse has one now so sometimes

267.9

you need to have the the ability to go

270.06

into maybe some of those configurations

271.38

and some of those setting files to make

273.419

sure you get the right version or that

275.4

you pick the latest version to get your

277.74

updates

279.96

now that may seem like a lot of features

282.36

and it is and so then that maybe begs

285.419

the question which one do I choose

286.699

particularly if most or all of them have

291.18

most or all of those features

294.06

that's a good question but really it

296.22

comes down to you as a developer now yes

300.36

sometimes this is taken out of our hands

301.979

it may be our our organization our team

304.68

our boss

307.199

something like that that's there's some

309.419

other

310.46

consideration that causes us to pick a

312.96

specific IDE maybe we've got a legacy

316.259

project that's been built in that IDE

318.06

and we really just sort of are stuck in

320.94

it because it's maybe too tightly

322.86

ingrained

324.3

but

325.56

generally speaking the goal is for you

328.8

to be comfortable using it you need to

330.9

understand it you need to know what it

332.52

what it offers and how to use those

334.8

features because the more you use it the

337.02

more you leverage those things the

339.18

better the value obviously of the

340.8

software and then the more productive

342.9

you're going to be

344.16

now there are some caveats you want to

346.44

look for things like a a burn in or

349.86

bacon or something like that where you

351.9

have which does happen sometimes you

354.419

have an IDE that starts putting stuff

356.22

into the code or organizing code or

358.8

tweaking code in a way that

361.5

the actual source code is maybe a little

364.259

different so maybe it's a little fatter

365.759

maybe it's a little slower maybe it's

367.62

got some some tags and some things that

369.96

it needs so that it can most effectively

374.28

coordinate the coding however

377.16

Once you walk away from that IDE that

379.86

may be a problem or sometimes you may

381.9

not be able to walk away the ID it may

383.819

hide enough stuff or do it in a way that

387.72

makes it very difficult if not

389.819

impossible to take your code and go work

392.34

with another ID so you you want to be

394.38

able you don't get the equivalent of

395.58

like a vendor lock-in

397.86

now much like a language we talked about

400.02

this uh there's if you haven't done it

401.699

you can go check out on our our YouTube

403.38

channel talk about selecting a language

405.3

and there's actually many other things

407.039

we talk about that are similar to this

409.259

so what you want to do is shop around

412.02

look what's out there

413.699

figure out what IDs are there take a

416.46

look at them what looks good to you

419.4

pretty effective efficient whatever it

422.16

is there may be some bells and whistles

424.259

that you like maybe you may have like an

426.479

IDE that has a integrated with email or

430.44

jira or whatever your bug tracking tool

433.02

is or has a really tight integration

435.479

with whatever your Version Control tool

437.759

is is things like that that will be

440.599

selling points to you or maybe your

443.639

project and again you know if you're

446.22

doing multiple projects maybe you want

448.5

an IDE that is much more flexible about

451.02

Which languages you can code in or maybe

453.84

something like you want to do something

455.52

that's better with let's say windows

457.259

development or something's better with

459.12

web application development or mobile

461.759

development

463.02

so your needs are definitely going to

466.56

build up some requirements but then you

469.68

want to check out some get yourself a

471.36

short list you know fairly short because

473.699

it's going to take some time to invest

476.4

and figure out which ID really is going

478.319

to work for you

479.699

and while you're doing that take a look

481.62

at the popularity make sure that this is

483.12

one that's going to be around

484.919

six months from now or a year from now

486.9

look at how many people use it now just

489.36

because everybody uses it doesn't make

491.88

it good however if nobody uses it

494.639

probably not a good sign unless it's

497.28

like open source and you're and you're

500.58

embracing that fact because you say hey

502.44

this is a good start I want to be able

505.199

to extend it my own write my own code

507.599

write my own IDE

509.52

go for it knock yourself out

513.479

once you've gotten your short list put

515.099

together take the ID each of the Ides

518.219

for test drive and with this it's not

520.68

just you know load it run it spend five

524.039

minutes doing a hello world I highly

526.32

recommend you actually both things that

528.48

you can do either or but ideally create

530.94

a project from scratch

532.98

and import an existing project in

535.5

whatever language makes sense

537.899

and take a look at how that works

539.58

because yes the creating part is not

543.18

going to happen that often if you if it

545.64

has no tools to create a project so be

547.98

it you can almost always start from

549.36

scratch or some sort of bootstrap or

552

templates or something like that

553.16

importing a project is definitely

555.48

something you want to take a look at

556.56

because you probably have Legacy code

558.06

that you're going to want to use that

561.06

you're going to want to modify you're

562.2

going to want to maintain in this idea

564.6

you're selecting so you want to make

566.94

sure you can pull that in it may be that

569.22

you want to be able to connect to Legacy

571.38

Version Control as well I ran into this

574.2

way way back

575.82

just as a slight side note example where

578.76

I had converted from CVS I was using CVS

582.6

as a Version Control and actually I was

585.18

also using Source safe it was moving all

588.6

of my legacy code to get and had a an

593.16

environment that luckily connected to

595.26

all three of those so I could go in pull

597.959

stuff out strip out what I needed to of

600.839

the of whatever the old you know the

603

Legacy Version Control tags and files

605.82

and such were and then

608.339

you know basically then create a created

610.8

as a get project and go that way

613.92

so it's very useful to do with that ID

616.14

which is actually one that I almost

618.18

never use anymore because I've moved on

620.94

to you know a different one

622.92

you definitely want to be able to you

625.019

know go in you're going to write or

626.76

import your creator import your project

628.56

but like write some code deploy stuff

630.839

even if it hello world is probably going

633.3

to be too simple but do some little

635.779

Rinky Dink utility application or

638.88

something that takes you maybe an hour

639.899

or two spend some time in it and then

643.56

use the debugging tools whatever tools

646.38

are there get comfortable with them get

647.82

so that you understand what they are and

651.12

how they're going to work for you and

653.279

honestly if they're going to work for

654.72

you because sometimes the way we code

656.399

and the way the debuggers work is not

658.82

very compatible it's it's sort of square

662.76

peg in a round hole

666

now it does cost time to review these

669.12

Ides consider though that it's going to

671.279

be an investment and by time I mean

673.44

if you've got a short list of three to

675.42

five Ides it's probably going to take

677.579

you a couple of weeks to actually go

679.44

through them the last time I went

681.66

through this kind of a process in depth

683.94

I think I spent about a month or a month

687.36

and a half and there weren't as many IDs

689.64

out there this was years and years ago

690.899

there weren't near as many options as

692.22

there are now but you're also probably

694.68

going to be able to eliminate some

696.42

fairly quickly

698.279

so it's going to take time but it is

700.86

worth it because when you find that IDE

702.92

that matches your

705.6

your approach your style

708.5

your development standards and things

711.42

like that you're going to be able to

713.22

find that you can be far far more

715.2

productive is amazing once you start

717.3

using these things how much you can get

719.519

rid of like repetitive tasks and even a

723.6

lot of the Mindless tasks that we

724.98

sometimes get caught up in maybe as

727.019

simple as like code prettifying uh you

729.6

know prettify your your code and things

731.279

like that where I'm going to spend a lot

733.38

of time deleting spaces or converting

735.779

things to tabs and vice versa

738

and when you've got a tool that will do

740.459

some of that like do intelligent

741.899

formatting and correct typos and and

745.92

give you code completion so you can

748.26

remember what is that you know function

750.899

call or that method call that I wanted

752.339

to do and it can suggest stuff

754.92

you'd be amazed at how much that can

756.779

that can improve your time now it can

759

end up being a little bit of a crutch

760.26

however it is one of those things that

762.959

you know when you're all in it's worth

766.26

it maybe to have a little bit of that

767.519

crutch because it's going to make you

769.86

more productive you're going to get more

771.3

stuff done faster and a lot of times

773.519

it's going to be higher quality code as

776.22

well

777.6

so you have to spend a lot of time take

779.639

a look even if as I started out even if

782.22

you are very comfortable in your current

785.1

IDE I recommend periodically and by that

788.399

I mean

789.38

maybe once a year or maybe every other

792.24

year or something like that just take a

794.339

look at what's out there

795.899

because there may be something that will

798.899

be a big step up from where you're at we

800.88

tend to get sometimes a little too

802.56

comfortable where we're at we assume

805.38

that features that we would love to have

807.54

that don't exist are never going to

808.98

exist

810.12

or some of the features we have are just

812.339

always going to be clunky and you'll

814.2

find that sometimes these things get

816.36

solved and sometimes

818.579

yes it's going to take getting an idd

820.74

and finding the right plug-in but you

824.339

know that's one of those things that

825.24

sometimes you can do that within your

826.68

given IDE there may be some plugins that

829.38

are that are cross platform cross IDE

832.639

where you'll find something you really

834.66

like and it does exist in other

836.82

integrated development environments as

838.5

well so you can use that you can

840.72

leverage it and you can be productive

843.66

basically from you know especially from

845.7

day one

846.6

so this is something that we want to do

848.88

to become a better developers we want to

850.98

make sure that we are using the best

854.04

tools available to us and we want to

856.139

periodically review you don't want to

857.639

you don't want to change your tool out

859.079

every

860.04

two to three months you don't want to be

861.54

re redoing everything converting to this

864.899

new IDE or its style or things like that

869.16

because there is a a time lost in

873

Switching gears from the way one does it

876.12

to the way another one does it now you

878.1

may look out and find one that's very

879.42

very similar but that's not always the

882.06

case and that is something to consider

884.04

when you move into a new one sometimes

885.66

things like quick keys and shortcuts and

889.199

stuff like that they do have the ability

890.94

for you to essentially import or utilize

894.12

some other Ides quick key or key mapping

898.68

which can be a huge huge benefit maybe

901.86

confusing if somebody else sits down at

904.019

your desk and starts using that IDE

905.399

that's used to using the you know maybe

907.74

the default key settings but for you

910.139

it works great and hey you don't need to

912.66

share your development environment with

914.04

somebody else that often anyways

916.74

so I hope this was helpful for you you

918.899

can check out we've got several blog

920.699

articles over the years at developer

922.199

North site about Ides about varying

925.92

development tools so that may be a great

928.26

way for you to start your research but

930.779

there's also a few things out there

932.04

where we talk about them more is not as

934.56

to recommend them it's just some of that

936.6

we have used and you can find some more

938.94

information about those checking out

940.32

some of our classes and even the free

942.18

classes you'll be able to see some of

944.519

these you know IDs and and see if it

946.5

looks interesting you

947.94

so hope you have a great day thanks a

950.279

lot for your time

951.6

hello this is Rob with developmentor

953.88

also known as building better developers

955.98

wanted to announce that we have

958.399

school.developmentor.com feel free to

960.66

check it out if you like any of this

962.82

information any of the content that

964.8

we've sent and you would like to see

966.06

more you can come out you can enroll for

968.1

free we have free courses we've got

970.38

places for you to get better at just

973.019

learning a technology or how to's you

975.72

can work on your business skills we can

977.82

help you with becoming a better

979.199

developer as encoding and things like

981.66

that a lot of the stuff you've seen on

983.339

YouTube we also have out at

985.639

school.developpreneur we always have it

987.6

in a little more of a educational format

990.06

and a way for you to track your progress

992.04

as you move forward becoming a better

994.92

developer

996.48

foreign