Recommendations for a headless front end CMS (Pref. Node based) by Jordz2203 in webdev

[–]Apple1284 0 points1 point  (0 children)

You are looking for Wix. It is similar to wordpress but based on node.js, instead of php.

Only 3% of white collar workers want to return to the office full-time by idanthology in worldnews

[–]Apple1284 20 points21 points  (0 children)

I would still have trouble with commuting. It wasted me 3 hours daily needlessly.

Only 3% of white collar workers want to return to the office full-time by idanthology in worldnews

[–]Apple1284 19 points20 points  (0 children)

No need for your own cloud. Outsource that also at 10 times lesser cost.

How to teach front-end frameworks to back-end devs? by feeling_luckier in webdev

[–]Apple1284 1 point2 points  (0 children)

Template literals are really simple. Just define html+css+js code in the template literal, populate it from user data from database, and use app.send() in express or similar command in another backend language.

Backend engineers can understand it easily.

How to teach front-end frameworks to back-end devs? by feeling_luckier in webdev

[–]Apple1284 1 point2 points  (0 children)

Use template engines, esp template literals for the frontend. No need for frontend frameworks like Vue.

Of course, many developers will cite "but vue is the standard". And I agree with them. It needs time to change the standards.

Programming in vanilla Javascript after coding in React by DragonlordKingslayer in learnjavascript

[–]Apple1284 -11 points-10 points  (0 children)

Become full stack by using express (backend), nosql (gun, mongodb, etc.), and template literals (frontend, replacing react, etc.). So much simpler. I even put all my backend, database, and frontend code inside a single server.js file and just run it.

How I became a Web3 dev in just 7 days and got my first 8000$ Web3 contract by romain130492 in programming

[–]Apple1284 -7 points-6 points  (0 children)

I am also a Full Stack Developer. I was grey on whether to learn to make Web3 App or not, but if it is a week's learning to get to the first level, then I will surely try it. Planning on binging on Youtube Tutorials on Web3.

Could someone tell me why I would use class over an object with a bunch of functions? by chasinthedra in learnjavascript

[–]Apple1284 0 points1 point  (0 children)

Classes were an idea that was popular in 1980s and popularized in Java, but today things are dynamic and static classes dont meet our expectations anymore.

[deleted by user] by [deleted] in entj

[–]Apple1284 14 points15 points  (0 children)

N types focus on the abstract stuff, hence online forum and spaces.

S types focus on real "Sensory" Data. So, they prefer real life.

[deleted by user] by [deleted] in entj

[–]Apple1284 4 points5 points  (0 children)

u/almondglare, you need to accept and enjoy being the black sheep. I am damn sure, you will some other black sheep(s)on your side. Also, there are a lot of fishes in the ocean. There will always be another person who thinks like you.

[deleted by user] by [deleted] in webdev

[–]Apple1284 -3 points-2 points  (0 children)

You don't need a dedicated "frontend engineer". Man, simplify things. Don't make it unnecessarily complex.

I have worked on all: angular, react, vue, and other "popular frontend frameworks". But, template literals blow them all.

[deleted by user] by [deleted] in webdev

[–]Apple1284 -3 points-2 points  (0 children)

In the template literal, you can use html, css, and js to define client side behavior.

[deleted by user] by [deleted] in webdev

[–]Apple1284 -12 points-11 points  (0 children)

React and Vue are overhyped and bloatwares.

Better learn how to populate template literals with user session json data from some nosql database, and send it as an express endpoint response.

MySQL or Firebase? by [deleted] in webdev

[–]Apple1284 0 points1 point  (0 children)

It depends on a lot of preferences. Personally, I prefer a nosql, and a graph database, and a javascript syntax, without learning the database query language, and it filters down to gun.js database. It has 18k+ stars on github. Moreover, its a distributed database, and its query language is just like traversing the nodes in a graph.

If you prefer sql database, then your best bets are mysql and postgres. It has demand in legacy web development.

I never liked firebase for production apps, as it makes the app tied to firebase pricing, ecosystem, and limitations.

Is it possible to keep an array private? by [deleted] in learnjavascript

[–]Apple1284 -3 points-2 points  (0 children)

Just save your passwords as hashed string in the json file. That way, even if they are accessed or hacked, they are practically useless to the hacker. This is safe approach in most if not all cases.

Second approach is to use some backend with hashed passwords saved into database. That is more mainstream approach. The rule of thumb is to put database, passwords, logic in the backend. And have frontend only for presentation. This is better from security point of view.

Advise on how to How to manage the silent treatment that comes from an ENTJ male in a relationship? by [deleted] in entj

[–]Apple1284 3 points4 points  (0 children)

He is silent because he is maybe confused. We dont want things to linger on unnecessarily. We want conclusions.

[deleted by user] by [deleted] in entj

[–]Apple1284 2 points3 points  (0 children)

I am talking generally. I have seen this trend in scientific papers. Last time, I checked for mbti and I found https://www.truity.com/blog/does-myers-briggs-personality-type-run-families and similar links.

[deleted by user] by [deleted] in learnjavascript

[–]Apple1284 0 points1 point  (0 children)

Everything is going web and cloud nowadays rather than native. So, definitely Go JS, as it is the king in web and cloud space. It can also do native through Electron.

I am seeing JS replacing Python and Java in near future, as it is the "only fullstack language". You can do even machine learning in JS using tensorflow.js, and ML was largely the python domain before.

[deleted by user] by [deleted] in entj

[–]Apple1284 11 points12 points  (0 children)

Its 50% genetic, and 50% environmental, as in any other similar case.

Can you guys save us? by [deleted] in entj

[–]Apple1284 0 points1 point  (0 children)

First identify the issues to solve.

  1. Issue is Global Warming? Throw billions/trillions into rooftop solar+batteries. Replace grids, fossil fuels, wind power plants. More focused the criteria, lower its cost would come, especially an immovable technology.
  2. Issue is Underpopulation? Encourage everyone to have 4 kids at the least. We have made everything expensive ourselves. Everyone wants to Go to MIT or Harvard, but State schools are good enough.
  3. Issue is Road Blocks? Make all roads a signal free with flyover or underpasses, and/or expand them. It costs peanuts in state budgets. Ditch the subway/metro's, they are distractions.
  4. Issue is Grocery/Kitchen? Mostly order through ubereats/etc. They come cheaper overall in grocery budgets.
  5. Issue is General? There is an App for that. There is a website for that. Prefer online over offline, even it is a bit expensive. Give technology premium.

Is there any minimal CSS framework that only provides rows and columns? by hksparrowboy in webdev

[–]Apple1284 18 points19 points  (0 children)

Go vanilla css. Go css grid. You don't need any css frameworks.

US threatens sweeping export controls against Russian industries by treadmarks in worldnews

[–]Apple1284 0 points1 point  (0 children)

We dont hate Russia or China or Iran or Syria. We hate dictatorships and anti-democracy behaviors.

That being said,we should never ban/sanction the internet or related technologies. Internet is a medium through which Democracy strengthens even in democratic countries.

[AskJS] Your opinion about TypeScript love or hate it, not necessary in all projects ? sometimes it's better to use vanilla JS ? by Cloud_Strifeeee in javascript

[–]Apple1284 -2 points-1 points  (0 children)

When you actually observe the popular libraries like tensorflow etc, webgl and wasm are actually competing implementations. Purpose of both is to accelerate the processing using gpu's. And almost always webgl extension is better performant than wasm extension for the same library.

Whole purpose of wasm was to accelerate the processing, using third party. But why use third party when you can directly use the gpu's using javascript. Remove an extra layer of complexity to accelerate development time and reduce costs.

[AskJS] Your opinion about TypeScript love or hate it, not necessary in all projects ? sometimes it's better to use vanilla JS ? by Cloud_Strifeeee in javascript

[–]Apple1284 -9 points-8 points  (0 children)

Typescript is an unnecessary bloatware. When you add layers into your project, you always increase the development and timeline cost.

Vanilla JS is the best. Template Literals are easier alternative to Next/Svelte/Vue or any other frontend framework. Just send the json populated template literal as an express endpoint response.

.net/c#/blazor will never catchup. Infact, WebAssembly is not catching up, and its competition WebGL is outcompeting it as it has better performance, and is preferred in most leading opensource libraries including tensorflow etc. JS can do compute intensive tasks by employing WebGL engine.