Quantcast
Channel: DEV Community: Divyesh Parmar
Browsing all 13 articles
Browse latest View live

Which Linux should I install being a React developer

I'm using Windows 10 on my HP laptop with Amd A12 processor and only 4 GB ram. I want to know which OS you guys use for developer work and which will be the most stable for me. I've read duscussions...

View Article



How to stop all those info: logs in terminal

Our project at work is using Node.js/Express.js Next.js with React-Redux app over it for admin dashboard side of the product. Now this codebase is huge and it has confused me a lot over how Express...

View Article

Communities or servers for remote jobs/gigs

I have my 3 months contract ending by this month and I'm really worried to get a new job because I have had 60+ odd interviews before this from January '17 to October '17 which made me really quit the...

View Article

How to prepare for Front End Jobs 2019! My Collection of resources

So after giving almost half-a-century of interviews in past eleven months, I have made this stable list of resources to go through. Currently, I got fired so looking for a new opportunity. To prepare...

View Article

Today's JavaScript React Dev interview Question

I had these questions in the interview just now const spaceShip = { name: 'Chandrayan', get1: () => { console.log(this.name); }, get2: function (){ console.log(this.name); } } spaceShip.get1()...

View Article


Share your experience to learn Test Driven Development in React.js

I have been wishing to learn how testing happens in any small or big complex level React.js projects. I have heard about JEST and other stuff but I want to go through it in an organised manner. So...

View Article

Why doesn't dev.to's app give notifications?

I have been using this app since few months and I would like to know why it never pops out notifications of new likes, comments, etc. Is it because of the PWA?

View Article

Suggest some GitHub/GitLab react.js-redux projects

Hi, everyone I am looking to contribute or work on some of your projects that are available online GitHub, GitLab. I want to practice more on UI creation and implementing complex functionalities. It...

View Article


Finally found a way to search on GitHub for projects

Since my previous post I have been looking for projects to practice and learn standard practices. Most projects that interests me are about adding videos to your react/react-native app. I would also...

View Article


A fun conversation to understand (arrowFunction).prototype

I'm writing this post to document a conversation I had with /u/senocular on reddit. I was asking about if it is disadvantageous to that arrow functions lexically bind "this"? Later on I got intrigued...

View Article

Today's JavaScript React Developer Questions

Again the interview spree is going on and this is today's interview questions: 1) prevent page from refreshing (event prevent default) 2) types of inputs in CSS 3) Destructure/spread operator in JS 4)...

View Article

Today's javascript interview questions

let a = [1, 2, 3, 4, 5]; a = a.map(item => item<3); let a = [1, 2, 3, 4, 5]; a = a.map(item => item<3); let a = [1, 2, 3, 4, 5]; a = a.some(item => item< 3); which he told will return...

View Article

Understanding chart.js to showcase analytical metrics

There is a dire need of including a chart based library to showcase metrics at my workplace ecosystem. While building features from scratch, we realised a lot feature parity that comes from Looker...

View Article

Browsing all 13 articles
Browse latest View live




Latest Images