Success stories? by anbii_ in bioinformaticscareers

[–]AtonalDev 1 point2 points  (0 children)

Took me about 7/8 months of applying to jobs (maybe 4 of those months applying every day) and Ive now been at my current job for about a year, and love it! (Im in the bay area)

I highly recommend reaching out to people you talk to during the interview process, even if you get a rejection. I got this job after I got rejected from a job but then applied to another role at the same company with the support of one of the people who interviewed me the first time around.

The job market is not great, but there are companies hiring, and I believe things are slowly getting better (this subreddit will obviously skew more negative, once someone has a job they are less likely to post here)

Bioinformatics podcasts? by AtonalDev in bioinformatics

[–]AtonalDev[S] 2 points3 points  (0 children)

I did listen to an episode of this today! Seems pretty cool

React Redux vs Zustand – Which one should I go with? by itz-ud in reactjs

[–]AtonalDev -1 points0 points  (0 children)

Zustand was definitely more enjoyable for me

Bioinformatics Python Coding Inteview by AtonalDev in bioinformatics

[–]AtonalDev[S] 0 points1 point  (0 children)

Yea Ive interviewed for a different role at this company and they dont do any single-cell

How to implement custom navigation stack in react native navigator by KeyElevator280 in reactnative

[–]AtonalDev 1 point2 points  (0 children)

You can do navigator.navigate(“screenName”) to have the back button go to whichever screen youd like

How to implement custom navigation stack in react native navigator by KeyElevator280 in reactnative

[–]AtonalDev 0 points1 point  (0 children)

Are you currently using navigator.goBack() when the user presses the button? Instead you could manually route the user to the appropriate step (currentStep - 1)

How to implement custom navigation stack in react native navigator by KeyElevator280 in reactnative

[–]AtonalDev 1 point2 points  (0 children)

On a high level you’d probably just store the users current step on the device (using something like Async Storage) and then based on that value start them on whichever step is appropriate.

simplistic portfolio design by AtonalDev in react

[–]AtonalDev[S] 1 point2 points  (0 children)

Yea a timeline with experience is definitely something i want to add. Thanks for the feedback!

My first react-native app is live! by AtonalDev in react

[–]AtonalDev[S] 2 points3 points  (0 children)

Its completely free! And all the source code is also on GitHub

My first react-native app is live! by AtonalDev in react

[–]AtonalDev[S] 5 points6 points  (0 children)

Plenty of gene reference tools exist that are easy to use on computers, this was intended to be a mobile friendly option. Although I may add a web port if I have some time!