0:03
uh hello guys welcome to this video so
0:06
in this video I'll show you a new tool
0:07
that I developed on my website
0:12
uh it's a uh source code compressor and
0:15
minifier tool with the help of this you
0:18
can be able to compress and minify your
0:26
basically it's if you want to minify
0:30
your source code or compress it this is
0:34
the application uh let me just show you
0:41
source code compressor you will see it
0:43
directly runs in the browser and you
0:46
select the programming language in the
0:48
drop-down it can be JavaScript HTML CSS
0:52
Python Java all the popular languages
0:54
are supported and then after that as
0:58
soon as you paste your code
1:02
it will just compress it it will also
1:04
show you the total lines which is 22
1:07
original size which is 536 bytes
1:10
compressed is 349 size reduction 34%
1:16
and then we also have the aggressive
1:18
mode as well so if you toggle this
1:20
option on it will even further compress
1:24
or minify your source code you also have
1:26
the copy to clipboard button so you will
1:29
able to compress your source code and
1:31
copy to clipboard this will
1:33
significantly reduce the size of your
1:37
and uh let me select HTML right here
1:43
let me have this file here that I need
1:45
to compress i simply paste the code here
1:49
so now what happens if you see it
1:51
compresses everything 492 lines of code
1:56
original size was 18.9 kilobyte the
2:00
reduced size is 12 12.5 kilobyte so 6.4
2:05
kilobyte has been saved 33.8 reduction
2:08
rate so it's a simple HTML and
2:12
JavaScript web app that I developed if
2:14
you need the full source code of this
2:17
the link is given in the description
2:20
it's almost 684 lines of code this is
2:23
the HTML file you will get after you
2:25
make the payment the link is given in
2:32
run this locally so as you can see we
2:34
are running this locally right in the
2:44
so you can try this as you can see the
2:49
the link is given in the description
2:52
this is the aggressive mode it will
2:54
minify and compress your source code if
2:57
you are interested guys the link is
2:58
given in the description you can
3:00
directly purchase the full source code
3:02
and thank you very much for watching