If you like DNray Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

Transitioning from PHP to New Languages

Started by goolemype, Feb 14, 2024, 01:20 AM

Previous topic - Next topic

goolemypeTopic starter

The abundance of PHP programmers is evident in today's tech landscape, with varying opinions about this language. If you belong to the group that has moved away from PHP to another programming language, or if you've continued with PHP but have considered leaving it, here's what I suggest sharing with others:



1) The reason behind the transition
2) The current programming language you are using (you can also mention the framework)
3) Any benefits you have experienced as a result of the transition

Feel free to add your insights on this topic as well. If you have any questions, please ask.
  •  


pehlavoon

I have observed a significant shift in the programming language preferences among developers. Many of my peers have transitioned away from PHP to languages like JavaScript, Python, and Ruby, often citing reasons such as better performance, more modern features, and a larger community support.

In my case, I made the decision to move to JavaScript, particularly utilizing the Node.js framework for server-side development. The asynchronous nature of JavaScript, combined with its ability to handle real-time applications, has been a game-changer for me. Additionally, the wide range of libraries and frameworks available in the JavaScript ecosystem has empowered me to create more dynamic and responsive web applications.

The benefits of this transition have been numerous. Firstly, the performance improvements in Node.js have significantly enhanced the speed and scalability of the applications I develop. Secondly, the vibrant and rapidly evolving JavaScript community has provided me with ample resources for learning and growth. Lastly, the ability to use a single language across both front-end and back-end development has streamlined my workflow and allowed for seamless integration between different parts of the project.
The shift from PHP to JavaScript has opened up new opportunities for creativity and innovation in web design, and I believe that sharing these experiences with others can help them make informed decisions about their programming language choices. If you have any questions or would like more insights on this topic, feel free to ask.
  •  

simpolar

I recently ventured into creating projects using Django. I find the framework quite appealing. While I've also worked on several projects in Python, I have noticed that one downside is its performance, although it's possible that I haven't fully optimized it yet. In my previous experience with PHP, I found myself mostly involved in writing routine code. However, with Django, this becomes almost unnecessary, although I do spend a similar amount of time learning how to utilize standard tools. This makes the process more complex but also more engaging, and I believe that with more experience, it will become more manageable.

Interestingly, I now find myself writing in C++ due to unforeseen circumstances. I am really enjoying it compared to PHP and Python, especially due to the strict typing and other compiler checks that help avoid errors. Of course, C++ is in a completely different category, so direct comparison might not be fair.
  •  

samjacob

The shift in user behavior towards mobile gadgets has led to a decline in the consumption of internet content on traditional computers. This raises the crucial question of whether it's more effective to create small and useful applications for mobile devices, available through AppStore/GooglePlay, rather than focusing solely on websites. The answer seems clear, pointing to the need to further master ObjectiveC or Java.

Speaking of programming languages, I have been using PHP with the onPHP framework, but I find that pure PHP is no longer sufficient for my needs. Transitioning to mobile development opens up new possibilities for third-party income and the satisfaction of working on small side projects. Additionally, while PHP remains useful for backend server programming, the shift to mobile development offers exciting new opportunities for growth and creativity.
  •  

daarkoonen

Leapt to Python with Django for its elegant ORM and clean architecture ditching boilerplate mess. Now? Framework fatigue vanished, deployment is a breeze on containerized pipelines avoiding PHP's infamous async hell.

PHP is just insecure trash for script kiddies - vulns everywhere, no real concurrency without hacks. We programmers laugh at its deprecation woes; I thrive in Python's expressive gorilla warfare against slow websites, embracing rapid prototyping without the constant debugging drudge.
  •  


If you like DNray forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...