I love meetups! I like to meet new people and learn new things. Last but not least it’s a great opportunity to make new friends.
Last Tuesday we had a third meetup at Luxoft Moscow. This time we’ve talked about web apps full-spectrum testing and how to synchronize the data between a server and a client using the MEAN stack. Andrey Kasatkin did a great talk on how to minimize the data flow using compulsory caching. We’ve talked about AngularJS, Node.JS, Java, TDD, Selenium, PhantomJS, Scala, highload, patterns of building robust web apps.
It was really interesting to discuss some things that i’d never thought of, like comparison of concurrency patterns in Java and PHP. Igor Sysoev who came to our meetup was as solid as rock =)
This 40+ pages manuscript shouldn’t be considered as a book, but it’s author insists to call it so.
There’s a certain lack of materials covering building a robust Rest API with Spring. Most of the manuals I’ve seen operate with JAX-RS, which Spring MVC doesn’t conform to.
There’s also a great talk by the creator of Apache Shiro which I would recommend to anyone striving to do a scalable web service regardless of particular language/technology you use.
I’ve been doing web services for a long time using different technologies (node, Clojure to name a few). I always try to do it as efficient as I can. This time I had an issue while integrating security layer into Spring MVC.
To make a long story short, this book is a waste of time:
It’s huge, some parts of it are repeating. I have no idea why the author has intended to do so much copy-paste
Some postulates are not true. Though Spring security 3.2 had a java config this book says that it hadn’t.
It doesn’t cover features of Spring 4 at all. The author has forgotten to update his book. Albeit he aggressively promotes it.
For a free ebook it’s not awful, but i would definitely recommend you to find some other book.
I have to admit that this book is the most complete manual for AngularJS. I haven’t had an opportunity to read it from cover to cover, though I use it as a manual very often.
Most of the topics that I’ve referred are well covered. Albeit some of the items are outdated(like a broad coverage of scenario runner which is fully replaced by Protractor) because Angular is extensively improving, it covers most of the topics you’ll ever need to know.
It’s a great manual, but it’s boring. Angular team should replace the demo application with chapters from this book. If you enjoy reading encyclopedias then this book is for you.
“James Murphy and IBM are teaming up to turn US Open tennis match data into music on the IBM Cloud.
Hear the music at ibm.com/usopen” Seriously? A guy from LCD Soundsystem analyzes Big Data? I don’t know how much did they pay to this guy, but he did a tremendous amount of work! Music is very different, mostly idm-ish, sometimes it gets ambient or minimal-like.
I’ll be giving a talk about the process of developing corporate single page apps next Saturday(20.09) in Kazan.
The talk will be mostly about my experience as a developer, tradeoffs that i had to pay developing “thick web apps” using Angular and lots of its complementary modules. I’ll talk a little bit about developing Rest api that suits most of the corporate restrictions. If there’ll be no backend devs i won’t emphasize on it.
A good practical book for anyone taming the asynchronous nature of Javascript. It could be read in a few days, but the concepts it teaches you are invaluable.
May be it’s a bit outdated and it makes a lot of accents on Backbone and Node.
I’ve enjoyed reading it, the book is written nicely and it’s simple to read.
Finally, i‘ve read this book! I have a point that i should finish every book that i’ve started to read. This book was an exception, because i wasn’t able to finish it for a few years. I had all sorts of execuses not to read this book, some of them were a lack of time and a complete disinterest in the subject of this book.
I was wrong, the book is interesting. It’s a sort of holy grail for those who want to know how generics work under the hood and where to apply them. As for me i was interested in the second part of it which is “Collections”. It’s nice and comprehensive guide that describes almost every entity in the Java 6 Collections API.
If i have read this books many years ago i would have avoided many pitfalls =)
I’ve acted as an organizer & moderator for a great discussion considering the future of AngularJS. It was my first experience of organizing an open-space conference, we didn’t have speakers neither we had a deck of slides. Everyone could share his pain and be able to find relief with help of our community. At the same time we’ve discussed how each of us use Angular. The most common use case was a CRUD application that collects input parameters for some complicated back end application. Most common used backend stack was Spring, next came the Play! Framework, node.JS had the third place.
We’ve discussed how cumbersome was web dev during the age of Jquery dominance, how helpful could be a client-based framework that simply abstracts some of the jquery goodnesses.
I plan to host a GDG event for the next time, because of so much people seem to love the same stuff as myself and I want to share my experience with them.