Top Programming Languages 2022

Top Programming Languages 2022
Thursday 25th August 2022

Top Programming Languages 2022 IEEE regularly does a survey to review the most used computer programming languages. This year they also looked at the trends and what was being requested in job advertisements. Of real interest is that Python and … Continue reading

Be the first to comment on this Successful Endeavours blog post!

Top Programming Languages 2020

2020 Top Programming Languages
Friday 31st July 2020

2020 Top Programming Languages IEEE Spectrum has released the results of their survey of programming languages in use in 2020. The results follows the trend for Python as the most used programming language across all platforms. And we see that … Continue reading

Posted by Ray Keefe under Software Design, Technology
Be the first to comment on this Successful Endeavours blog post!

Writing Better Code

Monday 2nd July 2018

What is Code? Those who write software refer to source code. This is human readable instructions for a computer to execute. Which either gets compiled to machine codeĀ in the instruction set the computer can execute, or is interpreted directly by … Continue reading

Posted by Ray Keefe under Collaboration, Embedded Software, Software Design
Be the first to comment on this Successful Endeavours blog post!

Good Documentation

Sunday 13th May 2018

Good Documentation Good Documentation makes it possible for other people to leverage work already done. It can be the difference between something being usable and it being scrapped or ignored. We have already looked at some aspects of how Software … Continue reading

Posted by Ray Keefe under Embedded Software, Software Design
Be the first to comment on this Successful Endeavours blog post!

Software Development Metrics

Sunday 6th May 2018

Software Development Estimation in Software Costing we looked at some typical ways of determining the likely cost of a Software Development project. One way was to look at how much typing was involved. This is not considered the best approach … Continue reading

Posted by Ray Keefe under Embedded Software, Software Design
Be the first to comment on this Successful Endeavours blog post!