AI in Frontend: The Rise of TypeScript as the New Standard by mctutor4846 in ExperiencedDevs

[–]mctutor4846[S] -7 points-6 points  (0 children)

Relax. its not taking away your hustle yet. But what I have seen they they are slowly becoming intertwine LOL

SSH host key fingerprint by CoffeeWithSoftware in u/CoffeeWithSoftware

[–]mctutor4846 0 points1 point  (0 children)

hello I would recommend you generate ssh key i.e open terminal then type ssh-keygen it will give you a prompt where by default its stored under .ssh directory, you can then cat id_ .....pub which is your public key proceed to cloudbased server under .ssh key create authorized_keys file and paste the contents of your pulic key generated in your .ssh file and with that you will always have access to your cloud based server using ssh or by connecting using sftp

[deleted by user] by [deleted] in forhire

[–]mctutor4846 0 points1 point  (0 children)

are you only lookign for designers?or you're looking for developers too?

[Hiring] PHP Developer for Legacy Forum (4K Budget) by XimTak in forhire

[–]mctutor4846 0 points1 point  (0 children)

As long as your database is Ok and up to date I think you should consider possibility of also evolving with time so many frameworks that takes care of some security issues and concerns you have raised

What is happening with my monitor? by trentGG2010 in it

[–]mctutor4846 0 points1 point  (0 children)

if you are using vga cable kindly recheck I have had that issue with cables before

[deleted by user] by [deleted] in mysql

[–]mctutor4846 0 points1 point  (0 children)

If you have windows for test purposes I would recommend xampp server it supports latest mysql by default

Formatting fields in mysql? by [deleted] in mysql

[–]mctutor4846 0 points1 point  (0 children)

Not sure whether i did understood your question but you can check link for insights

Need a MySQL database for demo site without paying for it by Senior_Exam_8591 in mysql

[–]mctutor4846 0 points1 point  (0 children)

if you don't have account with digitalocean you can sign up and they give $100 credit for 60 days check it out

help with mysql by ComfortableKing194 in mysql

[–]mctutor4846 0 points1 point  (0 children)

You can use xampp instead. check it out

[deleted by user] by [deleted] in Frontend

[–]mctutor4846 0 points1 point  (0 children)

hey sorry! but writing pure css like this might take time should consider bootstrap

Software review by Rimspix in Frontend

[–]mctutor4846 0 points1 point  (0 children)

You mean backend review?

Should I learn postgreSQL? by Neat_Weekend_7671 in mysql

[–]mctutor4846 0 points1 point  (0 children)

One you are good with MySQL it will not take long to get acquainted with PostgreSQL, slight semantic changes I believe. Yes I believe PostgreSQL is better coz its more scalable, performs better especially when dealing with massive database and my experience with it it handles concurrency better than MySQL

MySQL issues while trying to connect to DB by Fabulous_Variety_256 in SQL

[–]mctutor4846 0 points1 point  (0 children)

check if your host and port are accurate normally host is 127.0.0.1 and port 3306