DEV Community

Cover image for Can You Code on iPad Pro?
Timo Ernst
Timo Ernst

Posted on • Edited on • Originally published at timo-ernst.net

2

Can You Code on iPad Pro?

In this video I’m looking at various IDE apps for iPad OS and test if you can actually code on an iPad Pro with mouse and keyboard. For the future I am thinking about creating an in-depth video about PlayJS IDE app for iPadOS – it’s pretty cool. Would you be interested to watch it? Lemmi know :-)

Twitter
https://www.twitter.com/timo_ernst

Blog
https://www.timo-ernst.net

YouTube Channel
http://www.timoernst.tv

Top comments (5)

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
seanmclem profile image
Seanmclem

How can you run the server without node?

Collapse
 
Sloan, the sloth mascot
Comment deleted
 
seanmclem profile image
Seanmclem • Edited

On Android, chromebook, any other platform, you can run the server on the same device. Allowing you to fully leverage the local file system

Collapse
 
timo_ernst profile image
Timo Ernst

Hey thanks for the link. Question: Will this still work when offline? For example on a plane.

11 Tips That Make You a Better Typescript Programmer

typescript

1 Think in {Set}

Type is an everyday concept to programmers, but it’s surprisingly difficult to define it succinctly. I find it helpful to use Set as a conceptual model instead.

#2 Understand declared type and narrowed type

One extremely powerful typescript feature is automatic type narrowing based on control flow. This means a variable has two types associated with it at any specific point of code location: a declaration type and a narrowed type.

#3 Use discriminated union instead of optional fields

...

Read the whole post now!

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay