Nope, my webpages are not just nested divs. I use nav, main, form, select, etc to name a few. I actually use very few JS. It's mainly for communication with the server when I need AJAX to retrieve data.
Nope, my webpages are not just nested divs. I use nav, main, form, select, etc to name a few. I actually use very few JS. It's mainly for communication with the server when I need AJAX to retrieve data.
What is "funny" is that I had the maximum password size thing on several bank websites (and a low one, at that). Fortunately, with 2FA, it doesn't really matter I guess.
I think you're right. I'm not an Apple fanboy (by far), but I'm very excited about that product for nomadic work purpose. I like to move a lot, and being able to work without having a desk or similar is incredible. I'm just a bit skeptical about a few points rn: that it isn't comfortable when the weather is hot, that the battery is bulky or doesn't last a day... but so far I've read everywhere that the tech is incredible.
The first article is funny, because I moved from my native country to the one right next to it, and everybody is confused by my name. They have one given name and 2 family names, while I have 4 first names, and a compound last name.
No need to travel to the other side of the planet to meet a different culture of naming.
While you're at it, with sum types, you can replace this stupid nil with an optional type. Also, you can replace the stupid error handling with an either/result type. Then you can add a keyword to return early if it's left/err. Then you have Swift or Rust.
I'd argue the macros are quite bad:
I agree, though, that it's better there're here than nothing. It's just that there is to be a better solution.
Sorry for the late answer. Those days, I'm interested in Ante. The language creator has some novel ideas for a non-GC memory safe language. And the compiler is written in Rust. It's not finished at all tho.
It depends if it's a real DevOps role, or an operations role with a DevOps title because it's trendy. In the former case, the role should include some kind of backend development.
I don't like/use the class
keyword in JS, because I quite like the paradigm with prototypes & stuff, and that keyword tries to make it fit into a totally different paradigm, which doesn't really work IMHO.
With TS, I find it even more useless, because I can use TS as a functional language, with POD, functions and interfaces only. I've written entire projects without ever using and needing this keyword, which is a proof IMHO that it's an unnecessary addition. Not sure how unpopular is my opinion tho 😅
BTW, I've developped a few strats to have my own style in TS that I like quite a lot. I can tell more if you're interested.
Firefox is really badly integrated in MacOS. The fn + arrow shortcut doesn't work, for example, it's not integrated in the menu system (the menu shortcuts don't work) etc. But there is Sideberry, so...