1

I learned Python3, HTML5, CSS3, JavaScript and Bootstrap 4. I also did some web design project. But I think I need more practice for being a good programmer. Now, I need A platform that will give me some design or programming exercises for practicing. The platform can be any website or android app. I don't looking for something that will say, "design a calendar or make a calculator" or something like that. I'm looking for more specific task. Example for html:- I need all tags and attribute based task. so that I can learn everything properly. something that will say do the array task in JavaScript, do the h1 task in html. I want to see the result of an exercise if I failed in that exercise. So that I can learn from there. I want to make sure that the exercise will cover all topic of that language. so that I can learn everything topic of a language.

IF YOU KNOW ABOUT THAT KIND OF APP OR WEBSITE THEN PLEASE HELP ME. I'M NEW IN PROGRAMMING.

Comments
  • 4
    Thats not how i would approach learning languages. No task can “cover everything”. If you are learning web development you can become an expert by designing a website, make it dynamic, develop an admin dashboard for managing the content of the website and deploy it somewhere. If you are able to do all these you are skilled enough to apply for a developer position.
  • 1
    @sleek I already design some website and people also said that my design is good. But still I'm not satisfied at myself. I want to be the best. That is why I'm trying to find a new way learn. Here is the link of one of my design:-

    http://programmershuvo.epizy.com/pr...

    (My design can take a while for load because It's hosted in a free server)
  • 5
    @shuvo1729 I miss really 00s internet. Thanks for bringing it back
  • 1
    @cherkie I didn't understand. What do you mean by "00s internet"?
  • 4
    Learning a language 101:
    1. Take a crashcourse to learn the basics
    2. Start an ambitious project
    3. Google everything you don't know how to do
    4. Repeat 3
    5. Profit
  • 1
    @shuvo1729 too many of elements are moving unnecessarily. You should improve your UI/UX practises and learn how to design. https://dribbble.com/ this website is good for some inspirations. Btw sorry but your website looks like shit on my phone.
  • 1
    It's very creative let's put it that way
  • 0
    @Charon92 thanks for the advice as I told you that I'm new in programming and I don't know how to do things. I'll try to follow your advice.
  • 0
    @12bitfloat It's a very good idea. I use this method from my beginning.
  • 0
    @hack thanks for the advice. Actually, I'm new. So I don't know how to do things. I'll check your link.

    If you open that website in a desktop then resize it to a mobile size then it will look shit. But if you open it in direct small size or in mobile then it will look good.
  • 1
    Yeah, fundamentals have to be adhered to before you can consider anything reasonably good. I couldn't even view it at first because you didn't install an SSL and redirect to https.

    https://ssl.comodo.com/free-ssl-cer...

    https://infinityfree.net/support/...

    I know this is possibly an example of all your talents balled into one masterpiece. Dialing it down will be the first area you want to focus on.

    A lot of Tween going on for sure. Too much flash. Looks spammy. Couldn't get an idea of what anything was about.

    If you want the best website example to gain inspiration from:

    https://www.google.com

    Clear text, no dramatic anything, especially shadows. Shadowed text is beneficial as long as it is done correctly. You overshadowed the shadow.

    https://neilpatel.com/blog/...

    He hires out web developers to do everything and probably didn't even write the article, but it's still useful info for someone just starting.
  • 1
    @CaptainKirk thank you very much
  • 0
    @Charon92 @hack @CaptainKirk

    I noticed that many people said that my design has a lack of negative space and there are many unnecessary CSS effects. I want to tell that I also design a page that has less effect and proper negative space. Here is the link:-

    http://programmershuvo.epizy.com/pr...

    And again thanks to everybody for helping me❤.
  • 0
    @norman70688 I want to be a full stack web developer. Isn't it a good decision?
  • 0
    @norman70688 do you mean that by "10x engineer":-

    How 1x engineer write a code:-

    def fun(*args):
    y=len(args)
    list=[]
    k=0
    for i in range(y):
    temp=0
    for i in args:
    temp=temp+i[k]
    k=k+1
    list.append(temp/y)
    return list

    x=[1,2,3],[4,5,6],[7,8,9]
    print(fun(*x))

    How " 10x engineer" write the same code:-

    x=lambda *args:[sum(i)/len(i) for i in zip(*args)]
    print(x([1,2,3],[4,5,6],[7,8,9]))

    [I spend 8 hour in a day for learn coding. Sometimes I watch 30-40 video and then practice all those video after watching. At the end of that day I do many task with what I learned all day. Then I go to sleep. I repeat this everyday since last 2-3 month and I learned those things. I can give more efforts than other so I think I should be a full stack developer.]
Add Comment