Do you have skills to be a Front-End Developer?

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 322

  • @dejanmarkovic1690
    @dejanmarkovic1690 6 лет назад +9

    The two things i hate most about web developing are jquery and bootstrap. For jong developers learning jquery and boostrap before pure css and js is shooting built in the head. Btw nice video.

  • @bidam1984
    @bidam1984 6 лет назад +126

    Bootstrap make you bad at CSS, use it only if you are experienced

    • @joshk2181
      @joshk2181 6 лет назад +8

      never use it for anything

    • @bgpratheep
      @bgpratheep 6 лет назад +6

      Inspecting Bootstrap CSS styles gives you better idea on CSS.
      To be honest, if you are being intimidated / amazed of the work done for you by bootstrap, you would definitely start looking into it very closely

    • @bidam1984
      @bidam1984 6 лет назад +6

      @@bgpratheep I totally agree with you, but for beginners it may confuse them IMO.

    • @CodeGoblin
      @CodeGoblin 6 лет назад +3

      Learning to position without bootstrap or flexbox is a must. Then once they’re comfortable with that, introduce flexbox and watch their brains explode from its awesomeness, wont even need bootstrap any more.

    • @srijay_guitarist
      @srijay_guitarist 6 лет назад +3

      If you are totally reliant on it then yes, it's bad. But if you use and learn its internals and how it works, then that's most certainly gonna be helpful if you want to make something up from scratch. At least that was the case for me.

  • @sierranexi
    @sierranexi 5 лет назад +5

    6:22 Be warned, the framework DOES matter now. I am job-hunting and I kid you not, 95% of postings absolutely require React (sometimes paired with Redux). I literally cannot find a job because I am not versed in React yet. React is king, and is almost synonymous with requiring HTML/CSS/JavaScript now.

    • @Techsithtube
      @Techsithtube  5 лет назад +1

      True that. React is now most important framework. But my point is regardless of framework, in the interview, most probably they would ask javascript questions

  • @sasayaki
    @sasayaki 6 лет назад +2

    When I started learning on my own I did a lot of Bootstrap. When I got into a real class though I was determined to finally make sense of CSS and now I like it. It gives me a mental break from JavaScript. I think I'm pretty close to being a dev! I need to learn some node and get comfortable with webpack. Right now I'm trying to build more projects to show and reinforce things I learned in class but haven't used as much.

    • @Techsithtube
      @Techsithtube  6 лет назад +2

      You must use after learning and keep using that is the only way you will remember. I would say keep building things and keep putting them on github ..

    • @sasayaki
      @sasayaki 6 лет назад

      @@Techsithtube Definitely. Use it or lose it as they say.

  • @ritugupta105
    @ritugupta105 6 лет назад +10

    Completely agreed.. because only startUps ask these stuffs ( canvas, SVG and SSE etc
    ).. and ask those stupid questions which we explore from any of search engines and really they wash the mind to ask these useless questions for frontend dev

    • @Techsithtube
      @Techsithtube  6 лет назад

      Yes I completely agree. Startups ask some crazy questions from all areas of front-end.

    • @tijldeclerck7772
      @tijldeclerck7772 5 лет назад

      @@Techsithtube Haha I had the SVG question yesterday at an interview for a startup.

  • @SunnyMody-techobuz
    @SunnyMody-techobuz 6 лет назад +25

    Using Bootstrap to avoid investing time to learn CSS is not an option, because until you understand the core properties of CSS, you cannot leverage the bootstrap classes to its best.
    The best use case of using bootstrap is if you are on a very tight deadline and you want to build something from scratch, no harm going that way.
    Also latest Bootstrap is built on flex properties, so in terms of getting best out of it one should definitely learn pure CSS.

    • @vincesanchez7790
      @vincesanchez7790 6 лет назад

      but bootstrap could cause ur website slower because of its hundreds of features that are useless to your project

    • @skalippanbalippan6972
      @skalippanbalippan6972 6 лет назад +4

      @@vincesanchez7790 you can import just the controls u wanna use

    • @vincesanchez7790
      @vincesanchez7790 6 лет назад +1

      Thanks man sorry now i know, i'm new to bootstrap by the way :)

    • @alexmachin1785
      @alexmachin1785 6 лет назад +1

      @@vincesanchez7790 Import it with SASS/SCSS or Less.

    • @SunnyMody-techobuz
      @SunnyMody-techobuz 6 лет назад

      Isn't Bootstrap a CSS library,
      while Angular/React/Vue a JavaScript library/framework ?
      Also Bootstrap, Material UI, Ant Design, etc kind of UI libraries/frameworks are still used with Angular/React to speedup your development process (mostly for backend developers)
      So I believe these 2 have different use cases

  • @JamieStrausbaugh
    @JamieStrausbaugh 5 лет назад +2

    Great video. I took notes. Thanks for distilling an up-to-date approach for the modern front-end dev. I went searching all over the web yesterday for this kind of advice... and things got pretty ugly: countless tabs open in the browser, multiple medium articles, reading back and forth, doubting resources, I'm sure you understand. I count this as the video that put me on the right track.

    • @Techsithtube
      @Techsithtube  5 лет назад

      I am glad you got what you needed. As always , feel free to ask questions if you need answers. Thanks for watching! :)

  • @slopper
    @slopper 4 года назад +2

    Thanks for making all these videos, I'm using them to help in my interviews for my first job as a web developer. I wish I found you a long time ago!

  • @triminhtran2470
    @triminhtran2470 4 года назад +2

    MUST :
    _HTML
    _Javascript ES6 :
    + let & const
    + closures
    + fetch API
    + Async/Await
    + Arrow function
    + ES6 modules
    + Template String ( `` )
    + Spread Operator
    _Javascript framework & library : React, Angular, Vue ....
    _Source Control : Git & Github (always enrich your github)
    _NPM
    _Webpack
    _CSS ( I also recommend SASS/SCSS)
    OPTIONAL :
    _Using svg, canvas
    _Test framework
    _Mobile dev
    DON'T LEARN
    +BOOSTRAP (don't recommend either)
    +JQUERY (don't recommend either)

  • @soniadas7561
    @soniadas7561 6 лет назад +4

    Finally found someone who clarified me which are really essential, thank you so much. Please help us with more videos.

  • @alex-front-end
    @alex-front-end 6 лет назад +2

    Great as usual, and as an old frontend developer - I'm completely agree.

  • @MrPDTaylor
    @MrPDTaylor 6 лет назад +4

    Thank you for the clear, concise plan!!!!

  • @AlejandroVivas
    @AlejandroVivas 6 лет назад +12

    Thank you!! You can't imagine how much I was looking for someone to inform me what I need to become a fully frontend developer.
    Thanks!

  • @0xAndy
    @0xAndy 5 лет назад +6

    Flexbox shouldn't replace Bootstrap, but CSS Grid Layout should.

    • @IlonaCodes
      @IlonaCodes 5 лет назад

      antibland bootstrap 4 includes flexbox :)

    • @Sahilbc-wj8qk
      @Sahilbc-wj8qk 4 года назад

      Grids are awsome.

  • @laurelineparis5407
    @laurelineparis5407 6 лет назад +16

    I finnally could help translating your video :) enjoy

    • @Techsithtube
      @Techsithtube  6 лет назад +2

      I see you translated the video. THank you so much for that. :)

    • @laurelineparis5407
      @laurelineparis5407 6 лет назад

      @@Techsithtube very welcome :) Thank you for the videos

  • @ofek15
    @ofek15 6 лет назад +1

    i really appreciate the time you are putting on creating high quality content

    • @Techsithtube
      @Techsithtube  6 лет назад

      Thanks for watching and appreciate the comment.

  • @bhanumathi_a
    @bhanumathi_a 5 лет назад +4

    I always had this question... Thanks for this video, now I'm clear.

    • @Techsithtube
      @Techsithtube  5 лет назад +1

      Great. Thanks for watching Bhanumathi.

  • @sergeitopal9563
    @sergeitopal9563 3 года назад

    Very accurate! Literally every front-end dev interview I had contained questions on things mentioned in this video. About JavaScript; it'd also be good to know how prototypal inheritance works

  • @dkapper01
    @dkapper01 6 лет назад +2

    Great video!

  • @devanshsadhotra9649
    @devanshsadhotra9649 6 лет назад +5

    You have been a life support when it comes to instant J's help . Thanks a lot for all of your amazing content.

    • @Techsithtube
      @Techsithtube  6 лет назад +1

      Thanks for the nice comment Devanash!

  • @ill-fatedstranger447
    @ill-fatedstranger447 6 лет назад +1

    Informative and clear cut. Go ahead and share knowledge

  • @Two_Buck
    @Two_Buck 6 лет назад +3

    Holy crap! I'm studying web development and you just made me realize that I don't know shit. Employers really expect you to know all that as a junior dev? That is crazy.

    • @ALifeUnanalyzedIsALifeUnlived
      @ALifeUnanalyzedIsALifeUnlived 5 лет назад +2

      TwoBuck Chuck same boat my friend (starts walking off plank)...

    • @abhayagarwal5097
      @abhayagarwal5097 4 года назад +1

      Things look much different in this modern era or to say 2020,even to get hired as a junior dev looks a lot of work

  • @MdWahidurRahmanOvi
    @MdWahidurRahmanOvi 4 года назад

    There are many videos on this topic, but I finally found this video that is actually helpful and gives an insight.

  • @luzaw4957
    @luzaw4957 6 лет назад +3

    A list of tasks to be accomplished.

  • @radanmitasik8793
    @radanmitasik8793 5 лет назад +1

    Thank you for a nice summary :)

  • @kavinpragadeesh7086
    @kavinpragadeesh7086 6 лет назад

    Nice stuff-full video. Thanks a lot for ur info

  • @mohammedamer1967
    @mohammedamer1967 4 года назад

    Hi techSith.....good information!!! Was swondering about JS links that said you will be adding in here. Thanks :)

  • @kttalkZ
    @kttalkZ 6 лет назад +1

    Love it bro - Sai

  • @somdow
    @somdow 6 лет назад +5

    Great video, I gave it a "LIKE" but its not entirely accurate. It all depends on where you are working @. A lot of these "technologies" are used based on place of work and so for example, work in a small shop/place where $ is king and speed is king and you won't use half these things. Not using bootstrap or Jquery is like asking to be fired at some point lol. Now, work in a larger shop or more traditional companies that are set in their ways, that encourages the use of "tried and true" and they will look @ you crazy if you come in trying to introduce a change in their tech stack. Now, go to work for startups for example where every buzzword is king, or work in a place where they allow you to grow and have fun and then you can play with all this. But hey, thats just my .02 cents. Great video! eitherway

    • @Techsithtube
      @Techsithtube  6 лет назад +1

      Mike thanks for the detailed comment. I agree on lot of things . And we all know that ultimately if you know everything , its always helps. However I was showing a path for a typical front-end who is trying to either master a framework or node. BTW, I still love Jquery. It was the first thing that inspired me. :)

  • @esterxhini6450
    @esterxhini6450 5 лет назад +1

    Thanks for this video .It was so helpful for me to clear my ideas ,how i should start learning to become a good frontend-developer.

  • @baniksou
    @baniksou 6 лет назад +1

    Thanks Bro. it helps me a lot!

  • @christopherortega6257
    @christopherortega6257 5 лет назад +8

    I go the skills not the salary. YET!!! (I hope)

  • @ronitmishra8917
    @ronitmishra8917 6 лет назад +13

    Hey mate, your explainations are really great. I've learnt quite a few things from your channel and that actually made me a frequent visitor here. I wish to help/assist you, in translating these videos. Let me know where to drop a message.

    • @Techsithtube
      @Techsithtube  6 лет назад

      The instruction to translate is in the description of each video and you can send me a message afterwards on techlover2000@gmail.com

  • @akintolavictor9020
    @akintolavictor9020 4 года назад +1

    thanks for this fantastic information........Great

  • @jaisingh-yg5th
    @jaisingh-yg5th 3 года назад

    Great Video... Thanks

  • @rijanregmi7956
    @rijanregmi7956 6 лет назад

    Bootstrap 4 uses CSS3 features like grid, flexbox, etc so it's not outdated.

  • @helenayele9113
    @helenayele9113 5 лет назад

    great advise thanks!

  • @manikantamunagala9291
    @manikantamunagala9291 3 года назад +1

    Superb useful information 👍

    • @Techsithtube
      @Techsithtube  3 года назад

      Glad you liked it Thanks for watching!

  • @PlayBetterJazz
    @PlayBetterJazz 6 лет назад +1

    Love your videos techsith. Would like to see you make some tutorials of common code challenges for front end or specific examples of say, enabling a button to fetch an API call using ES6 (no framework) with local storage, and maybe more on webpack and how to use.

    • @Techsithtube
      @Techsithtube  6 лет назад +1

      Yes I am planning to make video on webpack and fetch api soon. Thanks for watching!

  • @dumi9838
    @dumi9838 5 лет назад

    Latest bootstrap uses flex and sass, easy to customise even for a not so versed programmer, really well documented and easy to use.
    I really don't see the argument here + the first stable beta for bootstrap4 was released in January 2018 when they fully implemented flex on their classes and this video is from October 2018.

  • @facundocorradini
    @facundocorradini 6 лет назад +1

    People should start learning CSS theory instead of memorising properties. Stacking contexts, block formatting context, cascade and specificity makes for 99% of errors.

    • @Techsithtube
      @Techsithtube  6 лет назад

      Rightly said. most people memorize things in css. which is not needed. you need to understand how things work. Specificity is one of the main ones.

  • @MrPagnito
    @MrPagnito 6 лет назад

    awesome vid, thanks

  • @gyanendra_chaubey
    @gyanendra_chaubey 6 лет назад +1

    6:35 I thought Angular 1 especially 1.6 could be called as a component based framework. @techsith Any special reason for denying it?

    • @wintereh4818
      @wintereh4818 6 лет назад +1

      I wouldnt use angular 1 anymore 7 is out now, angular 2 and up has stayed similar though

  • @blessdarah1256
    @blessdarah1256 6 лет назад +3

    This video has only indicated to me where I find myself in the trend of front-end dev. I really have a lot to learn again.
    Thank you very much for the concise and precise road map.

  • @codeAlongwith
    @codeAlongwith 5 лет назад +1

    Thanks for the information. I noticed you said avoid using Bootstrap, so do you advise making your own grid system or is there one you suggest using?

    • @kolyxix
      @kolyxix 4 года назад +3

      Making your own grid and flex system is a lot easier on the long run than bootstrap. With bootstrap there is always a newer version every 2 years for something that can accomplished using responsive grid and flex layout system.

  • @yajjalanetaji4262
    @yajjalanetaji4262 3 года назад

    Helping me a lot

  • @shahzaibmughal3632
    @shahzaibmughal3632 5 лет назад +1

    Thanku for the great video, you R one of the developers that are actually experienced.

  • @shakeelahmad-su9ut
    @shakeelahmad-su9ut 3 года назад +1

    Hello Sir I am a Front End Developer But I am so weak in my skills but i want be an expert in in my all the skills like HTML, CSS, Javascript Agular and Node js

    • @Techsithtube
      @Techsithtube  3 года назад

      I am glad that you made this decision. I would say follow your heart and keep learning until you get there.

    • @thatoneuser8600
      @thatoneuser8600 3 года назад

      Yo, any update on how far you've progressed?

  • @00saad50
    @00saad50 6 лет назад +1

    In terms of Optionals, is it okay if I just have an understanding of how they work? I've never used Service Workers or Test Frameworks before, but I can explain the concept of them or at least how they work.

  • @pavankumardv1448
    @pavankumardv1448 6 лет назад +1

    Your explanation does make sense to me. Thank you ! Can you please let me know what role does “a backend language” play in web development. Do you suggest any preferred “backend languages” to learn for someone who had worked predominantly on JS/CSS and HTML only. Thanks again !

    • @Techsithtube
      @Techsithtube  6 лет назад +1

      I would suggest Node and GraphQL. With node you can write the rest api, since you know JS its very easy to learn Node.

  • @vasuchauhan7069
    @vasuchauhan7069 4 года назад +3

    sir what about DATA STRUCTURES AND ALGORTIHMS are they neccecasry to learn for frontend WEB development?

    • @siddheshpednekar4200
      @siddheshpednekar4200 3 года назад

      yes, in development they are equally important

    • @nowthisisfuuun
      @nowthisisfuuun 2 года назад

      Absolutely not. If anyone asks stuff like that for front end positions, you don't want to work for them anyways.

  • @perc-ai
    @perc-ai 6 лет назад +2

    Guys dont use bootstrap anymore, lots of jobs want semantic UI because of their integration with components. All you need is SemanticUI ,flexbox/cssgrid/ and either ReactJS/Vue/Angular. Bootstrap is dying along with jquery, we all know alot of websites are using them but thats because their are legacy applications, that companies(giants/startups) are 100% going to avoid.

  • @shakeelkoper7068
    @shakeelkoper7068 6 лет назад

    Yes, even I believe bootstrap is slowing down coz of not coping up with Flexbox or Grid. and New Material Design.
    Great thoughts over "Do you have skills to be a Front-End Developer?"

  • @merithaligeon172
    @merithaligeon172 6 лет назад +1

    You are the greatest. Thank you for this information and i will deff learn trough your videos ❤️🙏🏾✨

  • @MrPDTaylor
    @MrPDTaylor 6 лет назад +6

    Please do the same sort of video for back end!!!!!!

    • @IlonaCodes
      @IlonaCodes 5 лет назад

      Patrick TAYLOR I am a frontend engineer and learning backend. If you interested in Node.js (Express.js) then welcome to my channel! I share my journey of becoming a fullstack engineer there :)

  • @hn031
    @hn031 6 лет назад

    Thanks a lot for this, now I know how to streamline my learning so I don't waste my time learning unnecessary things. It's the ES6 I have to brush up on.

    • @Techsithtube
      @Techsithtube  6 лет назад

      Yes focus on ES6, that is the shortest path.

    • @hn031
      @hn031 6 лет назад

      @@Techsithtube I'm about to start a new project and I've mandated it to be ES6. This will force me to use Babel.... Also reading up on webpack to see how I can incorporate it into my project.

  • @krishh228
    @krishh228 6 лет назад +2

    thank you so much sir

  • @vincesanchez7790
    @vincesanchez7790 6 лет назад +1

    thanks bro it really helps a lot good tips for beginners keep it up :)

  • @arunabinduayyadevara1769
    @arunabinduayyadevara1769 6 лет назад +1

    Thankyou 👍🏻👍🏻

  • @siddheshpednekar4200
    @siddheshpednekar4200 3 года назад

    thank you!
    totally agreed on bootstrap thing..it limits developer skills

  • @shubhamarora6774
    @shubhamarora6774 5 лет назад +1

    You are always such an inspiration and a good mentor. I appreciate your efforts to help us. #Respect

  • @muhammadqamar2283
    @muhammadqamar2283 6 лет назад +1

    almost done with everything except Linux... currently on my list is docker, circleCi and grapgql so am i going on ri8 path ?

    • @Techsithtube
      @Techsithtube  6 лет назад

      ALl the great choices. I am currently learning graphql. my next destination is dockers. I already know jenkins so I am not learning circleCi.

  • @span8898
    @span8898 4 года назад

    Un gros merci à celui qui s'est occupé de la traduction en français !

  • @sasi_smr
    @sasi_smr 5 лет назад

    Thanks for useful info sir.

  • @hatrick3117
    @hatrick3117 6 лет назад

    I guess when people saying bad things about bootstrap they mean bootstrap Grid system, buttons/forms from bootstrap will alway be recognizable for user.

  • @anuragnair5672
    @anuragnair5672 6 лет назад

    very much informative!

  • @ironnerd2511
    @ironnerd2511 3 года назад

    Wow! I didn't know I was almost there! 😱

  • @adammorait7429
    @adammorait7429 5 лет назад

    The french title of the video does not reflect the content : You should say " Les compétences qu'il faut pour devenir un bon web developer front-end". For the rest, thank you. This video is really useful.

  • @pawandeore6989
    @pawandeore6989 3 года назад +1

    I will say be good at css like.. whenever you will use Bootstrap you should feel like
    Yo this is way more simple than I used to do with css 👍

  • @Eliel10268
    @Eliel10268 3 года назад

    great content.

  • @kresimircosic3753
    @kresimircosic3753 6 лет назад +3

    I know CSS, SASS (Floats, Flex, Grid), clearfix usage, transitions, little keyframes.
    I know JavaScript ES5 ans 6 pretty well, Angular 2+ mediocre, really good React, with MobX state management.
    I know Gulp and less Webpack but let us be real, this you learn in a day or two, I just do not find it worth my time.
    I know mediocre to high canvas and SVGs.
    And I cannot get a job in my shitty ass country.

  • @sivakumarkaranam9173
    @sivakumarkaranam9173 5 лет назад

    Really good stuff

  • @sonali6534
    @sonali6534 5 лет назад

    now i stared learning javascript i cant stay without looking ur tips

  • @summerhanson4548
    @summerhanson4548 4 года назад

    Hello, I am very new to all of this, but i am interested in self learning to become a front end developer. Thank you for your videos

  • @moshevilner5047
    @moshevilner5047 4 года назад

    Great video. but.. when you mention skills i think you should also add communication skills... Sometimes it is much more important than professional knowledge.
    I mean - to be a good developer (as i believe) somebody should be also a person who`s leader and coworkers will enjoy to work with... Which means: one who have a patience to listen to others, also one who can explain his point clearly, also - you must be a curious person (since you always need to learn new stuff) and ready to learn from others, and also to know how to take criticism in a good way...
    I know - it is correct about lot of other jobs, but - i think it is worth different video to mention...

    • @Techsithtube
      @Techsithtube  4 года назад

      Good Point , communication skill is one of the most important one. Regardless of your technical skills, you would need to be good at communication as well.

  • @matheusluna9309
    @matheusluna9309 5 лет назад +1

    CSS, Boostrap, Sass are also no the list, you forgot to mention.

  • @thetranquilchannel
    @thetranquilchannel 6 лет назад

    Laundry list. Lol. What would you say are the differences between Webpack vs Gulp/Grunt? I kind of look at them as being the same and in the same category.

  • @MANISHSHARMA-xk1su
    @MANISHSHARMA-xk1su 5 лет назад

    Thank You So much Sir...Your Video is always helpful...

  • @msdhaliwal
    @msdhaliwal 6 лет назад +5

    totally agree with you on not using bootstrap and jquery

  • @kamaboko1
    @kamaboko1 6 лет назад

    Great video. In spite of what you said about Bootstrap and jQuery, I'm starting to think of them as just another tool I should be familiar with. For the longest time I've poo pooed on both of them, BUT...as I become more entrenched in React, I see the value in rapid prototyping using Bootstrap. In just a few minutes I can knock out something presentable. As for jQuery, some of my friends who are developers (mid to architects) have urged me to at least spend some time to learn solid basic jQuery skills. Their reasoning is that there are a ton of projects out there that use jQuery and if one runs across my plate (and they ensure me that it will) I can't say, "I don't know jQuery". Thoughts or opinions?

    • @Techsithtube
      @Techsithtube  6 лет назад +2

      I agree Bootstrap is very useful. However, when you join a serious project , you will find out that they are not using bootstrap and maybe you never learn proper CSS because bootstrap was there for you. So if you can learn Flex box or CSS Grid which are a native alternative to bootstrap, you are more marketable. Because of flexbox and CSS grids , boostrap will slowly fade away. As for the Jquery, you will develop bad habits to update dom yourself, it would be harder for you to learn a framework. I would rather spend time in learning pure JavaScript.

  • @kolyxix
    @kolyxix 3 года назад

    HOFs, array and string methods are also important to learn

  • @alenahalota5593
    @alenahalota5593 5 лет назад

    Thank you, this is very helpful.

  • @nanasarathi
    @nanasarathi 6 лет назад

    Great... Thanks for sharing

  • @amitkrgupta094
    @amitkrgupta094 6 лет назад

    Hey Techsith, solid points here! Last day got an offer for a front end Jr dev, I learnt a lot from this channel and soon will contribute for sure! Can we have testing in Js/React in future videos? Thank you!

    • @Techsithtube
      @Techsithtube  6 лет назад +2

      Thank you amit for watching . Good luck with your new job. and I am going to create video on testing using jest.

  • @muhammadumer2011
    @muhammadumer2011 4 года назад

    It's helpful excellent tips sir thanks alot

  • @sajateacher
    @sajateacher 6 лет назад

    Thanks for the video. I have quite a long journey ahead of me...

  • @srinik9999
    @srinik9999 6 лет назад

    Its quite interesting stuff and nice to know what are must learn technologies. But I feel it would be more intuitive if you present it in slides/cards so that, at some point we can pause the video and have a look at all the technologies what are must learn and what are optional.

  • @vignesh_m_1995
    @vignesh_m_1995 4 года назад

    What about D3.js / chart.js, Jenkins, Graphql (concept)??

  • @SantyDeshmukh
    @SantyDeshmukh 6 лет назад

    I have a quick question to ask, i got passionate about web development, i am an mech engineer fresher , a week back i got in to full stack development course on udemy, and till now I have learned HTML & CSS at the same time I applied for many internships online to speed things up and work and learn , today my first ever telephonic interview is scheduled, they require front end intern with HTML, CSS, angular js, i don't know JavaScript yet as I started those lessons a day earlie, it's kind of dumb and scary , but I really am passionate, but after watching mock interviews i am really really scared now, it feels it would go really bad, what are your opinion in such situation

    • @sandeepsahu8743
      @sandeepsahu8743 6 лет назад

      Yes,everything takes time and efforts.well,congrats atleast you know the path that you want to go.
      Brother,don't care about the jobs,u ll definitely find one if you are do that you love to do and by that u can easily give your 1000%.
      Luck for your future buddy.

  • @bhargavbeemagouni8317
    @bhargavbeemagouni8317 6 лет назад

    Hi good one,
    You said leave bootstrap and start css flex, flex means flexbox right or something else.
    and how about learning sass

    • @Techsithtube
      @Techsithtube  6 лет назад

      yes I mean flexbox. Also depends on which framwork you are learning. if you are learning react use functional css. Sass is also good to learn its very simple.

  • @biswajitdasyt
    @biswajitdasyt 4 года назад +2

    Never used jQuery and bootstrap

  • @chitransh118
    @chitransh118 6 лет назад +5

    Can we expect a vedio on service worker , plz make one if possible

    • @Techsithtube
      @Techsithtube  6 лет назад +1

      That is in my plan. will release it in next few weeks.

    • @muhammadqamar2283
      @muhammadqamar2283 6 лет назад

      in case u want a quick demo so u can view my github repository github.com/muhammadqamar/Progressive-Web-APP-Contact-List

  • @sudhirdhawan2583
    @sudhirdhawan2583 4 года назад

    But do we use classes and objects in front end. We do follow procedural approach for front end. So why classes

    • @thatoneuser8600
      @thatoneuser8600 3 года назад

      What do you mean? If you're referring to OOP, then it's common knowledge that OOP provides developers with a lot of tools that can greatly improve the codebase's maintainability, readability, more cohesive, and easily understandable. It's much easier to achieve a maintainable codebase for a large project with OOP than it is for procedurally designed code.

  • @mahmudulhaque4897
    @mahmudulhaque4897 4 года назад

    Sir I have proper knowledge on html5 and css3 components. Also I am trying hard css flexbox properties..What am I suppose to learn now? The ES6 or something else?

  • @designxperts9815
    @designxperts9815 3 года назад

    in box modal css include only border, margin and padding.. can we include display property also ?

  • @cmonbrainy
    @cmonbrainy 6 лет назад

    Great video sir... Once I felt to go away from programming..after watching one of video I literally back sir...now I am practicing a lot..and this video is cool sir...just because I couldn't pickup react and es6 I felt to go away..but I am learning it's going well... I don't know who u r where u r but actually your videos helped me a lot...thank u so much sir

  • @vijayu707
    @vijayu707 6 лет назад +1

    Nice Video. Could you please make a video for a JS_Full stack developer(MEAN/MERN) also. ANGULAR / REACT part is already covered here. What about Node or MongoDB? What is expected from a developer / designer... Thanks

  • @aswebdev
    @aswebdev 6 лет назад

    Hi Techsith
    I had some questions, if you could please answer them.
    - How important is it to know Devops or AWS ? I see a lot of developers going for AWS certifications.
    - How to keep up with learning technologies and also developing portfolio at the same time ? Any tips ?

    • @Techsithtube
      @Techsithtube  6 лет назад +1

      AWS is good to learn but not everyone is using AWS so , but Devops is used by most of the companies so that would sure help. Here is a video I created to understand how to continuously learn new things. ruclips.net/video/X1omyGA67Vg/видео.html

  • @muhammadqamar2283
    @muhammadqamar2283 6 лет назад +1

    loved the way when u say..... and welcome to TechSith tutorial !!!

  • @dexterkushingagomwe1354
    @dexterkushingagomwe1354 2 года назад

    you know your stuff thanks