2015.09.02 / Industry news
Abel Avram
KNOWORTH
只有想不到、没有做不到
2025-05-05 / Technology research
Today were happy to announce the release of TypeScript 1.5. This release took an alpha, a beta, and your help to get here. Its a big one, so lets get started! TypeScript 1.5 is part of the newly released Visual Studio 2015. You can also get a separate download for Visual Studio 2013, npm, and straight from GitHub. ES6 support TypeScript 1.5 - closing the gap on Kangax ES6 support TypeScript 1.5 adds a number of new ES6 features including modules, destructuring, spread, for..of, symbols, computed properties, let/const, and tagged string templates. There is quite a bit of information availabl[…]
by Jonathan Turner
2025-05-05 / other
In this post we are going to discuss a few points which you need to take care of in order to be a successful software engineer. We all are software engineers, we create software, but are we the only people who work for it? Absolutely not. Am I right? There are few pretty good cycle or steps to be followed. Here we are not going to discuss about that. There is a saying: When you do your duty well, theres no need to worry about the other things. So let us see what are all the things we need to keep in mind to make our software successful, in that way we can also be a successful software engineer[…]
by Sibeesh Venu
2025-05-05 / Technology research
Having a basic understanding of web based applications is a good foundation for designing a working Web API. But, if you want to create a good API you need a lot more than that. Designing a good API is hard work and its easy to feel overwhelmed when its your job to make one. But, good design is definitely achievable and this article describes a process that will help you succeed. We will investigate what good design is and how an iterative process can help us achieve it. We will also outline three important phases of design: sketching, prototyping and implementation as well as the tools that wi[…]
by Ronnie Mitra