Coder Social home page Coder Social logo

my-life-as-a-programmer's Introduction

My life as a programmer

Description

This is a repository where I can store all the questions and suggestions from my viewers on my Youtube channel.

Pending questions

What should I do if I get distracted/bored whenever I'm coding something that's monotous?

Pending tutorials

What concept do a junior developer need to learn in order to grasp the workflow and code structure of a large scale company. I've seen you talk about MVC as a way to structure code in web development. Are there any other concepts that one should try to learn or understand to be able to work with a large team?

@Fredrik Christenson Can you make a video on CSP and why is it important?

Hey Fredrik can you make a video on what are the things that I need to include in a portfolio. The best way to build a portfolio

Hey Fredrik can you make a video on setting up a portfolio as a web developer

Can u create a few videos on Mongo, Node and express about industry use cases and best practises?

Thanks Fredrik! I'd love more examples of improving things for others & providing value:)

Can you make a video about loading fonts?

Can you make a video about using Microdata?

Can you compare a relational database with MongoDB and focus on data integrity (transactions)?

How do you build a Chrome extension with Vue.js?

Can you make a video about Express API tokens with token refresh?

Can you make a video about React, Angular and Vue where you compare their strengths?

How do we create an architecture for GDPR?

Can you make a backend job interview video?

Can you make a video about PWA's using Phoenix?

Can you make a video about using React with Laravel?

Pending reviews

Hello fedrik bro, can you just look below codes and live site in your free time written in css and I would like to hear your opinion that how I'm writing css/scss code. Following BEM convention, mostly I write classes of specific block like cards__h1,cards__h3,cards__p,cards__p1. Do you think it's good practice. 1. Ecom code: https://github.com/Alidhuniya/HTMLCSS-Projects/tree/master/Ecom live: https://alidhuniya.github.io/HTMLCSS-Projects/Ecom/ 2. construction: https://github.com/Alidhuniya/HTMLCSS-Projects/tree/master/construction-site live: https://alidhuniya.github.io/HTMLCSS-Projects/construction-site/ 3. Digital agency: https://github.com/Alidhuniya/HTMLCSS-Projects/tree/master/Digital%20Agency live: https://alidhuniya.github.io/HTMLCSS-Projects/Digital%20Agency/ 4. Band written in scss: https://github.com/Alidhuniya/musician-band live: https://alidhuniya.github.io/musician-band/ Thank you

https://www.youtube.com/redirect?stzid=Ugzgsily3I5Zm2aK1bR4AaABAg&redir_token=HmAW1n1Af0WYO3WVKu4o9xHpvl58MTU2ODk2MTQwOUAxNTY4ODc1MDA5&q=https%3A%2F%2Fwww.five1015.com%2F&html_redirect=1&event=comments

https://www.npmjs.com/package/@react-google-maps/api

https://github.com/adam-golab/react-developer-roadmap

Can you make a review of Vim and Emacs vs modern editors like Webstorm, VSC, Atom and IntelliJ?

my-life-as-a-programmer's People

Contributors

fchristenson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

my-life-as-a-programmer's Issues

Am I good enough ?

Hello sir,

Thanks for your awesome videos. How do I know, I am good enough or not ? I don't have a computer science degree. I don't have any experience. I wanted to get a job as frontend developer. your advice is very valuable for me.

my portfolio
my github profile

Thanks for your advice.

screencast software

Hi m8,

Can I know what screencast software do u use for ur coding videos?

Do you have some recommendations?

Thanks

Dart vs TypeScript

Hi m8,

I am curious about why Google chose TS over Dart for their Angular at the beginning? now they have Angular Dart for the web as well. As far as I understand Dart can do a lot of things that TS can do. Does it mean that TS is better than Dart? or Ts is easier than Dart for JS developers? And now Flutter is using Dart, as TS does not compile to native code (my understanding). Does it mean Google does not have many other options other than Dart lol. (I mean if TS were possible, they would go with TS)

New project options for react.

Hi Fredrik Christenson,

I have a question about how are you going to start a new SPA project, for example, let's say if you were to start a brand new SPA project (maybe in VUE or React).

Which approach would prefer (Using React as an example):

  1. Set up all from scratch and config everything all by yourself in order to suit you best.
  2. Go with the official CLI (create-react-app)
  3. Some frameworks built on top of the library like Next.js or Gatsby
  4. Something else I have not mentioned yet.

Can you please tell me your opinion of these options (pros and cons)? or it depends on the level of the developer?

Many thanks in advance.

Can you talk about application programmers?

Hey Frederik. For the past few years I was confident that I was going to be a full stack developer focused on the back end because I don't really have a sense of design but know how to produce good enough frontend. I recently started interning at a company as an application developer using .NET Core, Vue and Angular, and I really like how the front end just has to be good enough while the main focus of the entire project is to get a working logical application which is what I end up seeing myself doing for a living. I'm not sure how to market myself, would I be a full stack developer, application developer? What are the key differences? Thank you

Is Redux still revelvent

Hi Fredrik Christenson,

I am not sure if this is an issue or not, if it's not an issue just close it.

I am just wondering Is Redux still relevant. or is it worth to learn it

What kind of data should be in redux

Hi M8,

I just started redux and redux saga, I have a general question which is what kind data should be saved in redux store?

should I keep all the data in the single store object? so that all the components (including container components) do not have any state. Is this common in a real world app?

Or I only keep the data which will be passed up and down muti levels between components in the store?

another thing is form data, what's benefits of saving all the form data in the redux store(like redux-form), in the real world do you guys save form data in redux? or just keep a state of the form in redux?

When it comes to api fetch, do I need to do it all in saga (redux-saga)? can I just call the api in ComponentDidMount? so I have the state in the local state.?

I am a beginner in redux, please share me your redux experience. I really want to know what's the best practice in a real-world big application.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.