User Interface Frameworks The value that I can see in learning a UI Framework is that it allows you to be more efficient with your time and it can also make your code easier to read. In the beginning stages...
What does it mean to write "good" code? When I took a course on C and C++ with Professor Ravi Narayan in Spring 2016, one of the first things he taught me was how to write "good" code. He explained...
I found that Javascript was very similar to Java and C. The difficulty of Javascript is somewhere between Java and C. At least with Java and Javascript you do not have to worry about pointers. While learning Javascript is fairly...
When I was younger, my dream was to become an engineer. I had no idea what an engineer did, but it sounded cool. I remember buying little circuit kits from that brochure in elementary that every kid bought books from....
Configuration management is important for Software Engineering because it allows groups of people to efficiently maintain the files for projects. I agree that software hosting platforms are very useful when collaborating with multiple people, but it comes with its disadvantages....