
CYBERMAXS.WORDPRESS.COM
Maxime Lemaitre – Cybermaxs | Yet another proof of conceptYet another proof of concept (by Cybermaxs)
http://cybermaxs.wordpress.com/
Yet another proof of concept (by Cybermaxs)
http://cybermaxs.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.4 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
7
SSL
EXTERNAL LINKS
22
SITE IP
192.0.78.13
LOAD TIME
0.444 sec
SCORE
6.2
Maxime Lemaitre – Cybermaxs | Yet another proof of concept | cybermaxs.wordpress.com Reviews
https://cybermaxs.wordpress.com
Yet another proof of concept (by Cybermaxs)
Cybermaxs | Maxime Lemaitre – Cybermaxs
https://cybermaxs.wordpress.com/author/cybermaxs
Maxime Lemaitre – Cybermaxs. Yet another proof of concept. Sofware architect @betclic, Passionate Programmer and Performance Addict. Opinions are my own. Percentiles aggregation with Redis. We all know that we should monitor pro-actively our applications and response is a natural choice when working on performance. Concerning timings, it’s important to keep this golden rule in mind Average is bad! From baselab : this is just a must-read if you plan to work on this topic! Number of redis hash fields.
Presentations | Maxime Lemaitre – Cybermaxs
https://cybermaxs.wordpress.com/presentations
Maxime Lemaitre – Cybermaxs. Yet another proof of concept. 14/04/15 : What is performance? 11/12/14 : asp.net vNext. 25/11/14 : Reintroducing the MVVM Pattern. 13/11/14 : Going Async. 07/10/14 : Let’s Git It! 15/04/14 : Are you redis to go? 11/03/14 : Mini-training Node.js. 31/01/14 : To cache or not to cache? 23/01/14 : Let’s have a REST! 22/11/13 : DataViz, data-driven documents and D3.js. 25/07/13 : Visual Studio 2012 Profiler and Profiling Tools Traning. Leave a Reply Cancel reply. October 19, 2016.
How to avoid 26 API requests on your page? | Maxime Lemaitre – Cybermaxs
https://cybermaxs.wordpress.com/2014/12/19/how-to-avoid-26-api-requests-on-your-page
Maxime Lemaitre – Cybermaxs. Yet another proof of concept. How to avoid 26 API requests on your page? Create an applications relying on web APIs seems to be quite popular these days. There is already an impressive collection of ready-to-use public APIs (check it at http:/ www.programmableweb.com. That we can consume to create mashup, or add features into our web sites. At the beginning of December 2014, I attended at the third edition in APIdays. REST is not an excuse to expose your raw data model. Reduc...
Moving to xUnit.net | Maxime Lemaitre – Cybermaxs
https://cybermaxs.wordpress.com/2015/07/21/moving-to-xunit-net
Maxime Lemaitre – Cybermaxs. Yet another proof of concept. Moving to xUnit.net. Is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin. Why another test framework? Nuget ‘All the way’. Great community and active development. XUnitnet is free and open source. The code ...
Storing time series in Microsoft Azure Table Storage | Maxime Lemaitre – Cybermaxs
https://cybermaxs.wordpress.com/2015/04/29/storing-time-series-in-microsoft-azure-table-storage
Maxime Lemaitre – Cybermaxs. Yet another proof of concept. Storing time series in Microsoft Azure Table Storage. In a recent project, I needed to store time series into Microsoft Azure Table Storage. As for most of NoSQL databases, the design is very important and you have to mainly think about your access patterns. If you’re unfamiliar with Table Service on Azure, I highly recommend you to read the Introduction. Then the Design Guide. To illustrate following designs, I use random generated data, basical...
TOTAL PAGES IN THIS WEBSITE
7
Julien Fiaffé | Coding Journeyman
https://codingjourneyman.com/author/jfiaffe
Journey through software development. Articles posted by Julien Fiaffé. Several months ago I wrote an article to share my experience. Of a web developer moving to the world of mobile applications development. I am working in this field using the Xamarin. Technology. And you might have heard that Microsoft just acquired Xamarin, but I will not speak about this topic in this blog post, I do not have any opinion at the moment regarding this news. 8220;Oh, I see, it’s like Cordova. So, if the only difference...
General | Coding Journeyman
https://codingjourneyman.com/category/general
Journey through software development. From web to mobile development. I started my developer career as a web developer, using PHP. Soon after I switched to the .NET ecosystem to continue web development using C# and the ASP .NET MVC framework. I was creating web applications for my entire professional life until recently. A few months ago I started working on mobile applications for Android and iOS, yet still with C# thanks to Xamarin. I am creating this blog post to share how I feel after this change.
Oriented Object Programming | Coding Journeyman
https://codingjourneyman.com/category/oriented-object-programming
Journey through software development. Easy mocking with NSubstitute. Several months ago I introduced the concept of mocking dependencies. Of a class in order to ease the writing of tests for it. I also introduced the Moq library. Which is a mocking library and today I will introduced another one: NSubstitute. This project is open source and you can find it on GitHub. I have created the following service with a bit of logic to test. IUserRepository userRepository, INotifier notifier, ILogger logger ).
OOP | Coding Journeyman
https://codingjourneyman.com/tag/oop
Journey through software development. Unit tests and protected methods. When working with Object Oriented Programming (OOP) languages we have the possibility to design our code and our classes using encapsulation. C# defines the “protected” accessibility level, which is accessible only from the containing class and from the types that inherits from this class. It is very helpful when you follow the Open-Closed Principle. Testing a protected method. One other possibility is to make the method “inter...
Extreme Programming: Test Driven Development | Coding Journeyman
https://codingjourneyman.com/2015/05/18/extreme-programming-test-driven-development
Journey through software development. Extreme Programming: Test Driven Development. Extreme Programming: Test Driven Development. As professional developers our role is to produce high quality software for our clients. To achieve this goal we must make sure that our application meets the requirements defined by the business analysts and works as expected, without side effects. Don’t write any production code until you have written a failing unit test. You Aren’t Gonna Need It. Keep It Simple, Stupid.
Craftsmanship | Coding Journeyman
https://codingjourneyman.com/tag/craftsmanship
Journey through software development. Learn To Craft at Microsoft. A few weeks ago I was able to attend an event hosted by Microsoft France about the software craftsmanship movement named “ Learn to craft. 8220; This presentation was made by Jean-Laurent Morlhon. Even if I already read a lot about the topic (I went to some meetups. About software craftsmanship and I went to a conference. I was glad to have the opportunity to go to this event, you never know what you might learn. TDD and Pair Programming.
SOLID: Open Closed Principle | Coding Journeyman
https://codingjourneyman.com/2015/02/16/solid-open-closed-principle
Journey through software development. SOLID: Open Closed Principle. SOLID: Open Closed Principle. In my last entry. I introduced the S of the SOLID principles: Single Responsibility Principle. Today I will move to the next letter, the O which stands for Open Closed Principle. In an agile environment, teams and projects have to be responsive to change (4th value of the agile manifesto. In order to steadily add value (2nd value of the software craftsmanship manifesto. User user, string. User user, string.
Testing | Coding Journeyman
https://codingjourneyman.com/tag/testing
Journey through software development. Easy mocking with NSubstitute. Several months ago I introduced the concept of mocking dependencies. Of a class in order to ease the writing of tests for it. I also introduced the Moq library. Which is a mocking library and today I will introduced another one: NSubstitute. This project is open source and you can find it on GitHub. I have created the following service with a bit of logic to test. IUserRepository userRepository, INotifier notifier, ILogger logger ).
Professionalism | Coding Journeyman
https://codingjourneyman.com/tag/professionalism
Journey through software development. From web to mobile development. I started my developer career as a web developer, using PHP. Soon after I switched to the .NET ecosystem to continue web development using C# and the ASP .NET MVC framework. I was creating web applications for my entire professional life until recently. A few months ago I started working on mobile applications for Android and iOS, yet still with C# thanks to Xamarin. I am creating this blog post to share how I feel after this change.
TOTAL LINKS TO THIS WEBSITE
22
Cybermax Inc : Home
Welcome to Cybermaxinc.com. Cybermax PCMS powers the collection, management, and multi-channel distribution of digital product information. Web and CD Catalog. Virtual Tradeshows and Markets. Cybermax helps launch Orgill.com. Version 4 - a new e-Business site, redesigned using Microsoft .Net Architecture.
Cybermaxis Applied Technology
Refinance Mobile Home Loan - Mobile Home Refinancing\n
cybermaxmarketing.wordpress.com
CyberMax Marketing Blog | Just another WordPress.com site
Just another WordPress.com site. Marketing On A Shoestring Budget. September 10, 2014. With these tips you can get more accomplished and grow your online business faster without spending a fortune. Â Mind you â some may seem too simple. But years of trial and error have taught me that these methods flat out work at bringing about extraordinary results. Marketing Idea: “News Jacking” For Profits. September 6, 2014. February 22, 2011. Welcome to WordPress.com. Marketing On A Shoestring Budget. Create a fre...
cybermaxpremieremarketplace.com
Manufactured and Mobile Home Refinancing Loan
Maxime Lemaitre – Cybermaxs | Yet another proof of concept
Maxime Lemaitre – Cybermaxs. Yet another proof of concept. Moving to xUnit.net. Is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin. Why another test framework? Nuget ‘All the way’. Great community and active development. XUnitnet is free and open source. The code ...
Software & IT Services Outsourcing, Web Development Company Based in India
Cybermax Solutions is an Offshore outsourcing and offshore software development. Company providing IT solutions to a diverse customer base. We offer software development, implementation, and maintenance services for e-business, enterprise, and embedded applications. Our software development team provides complete software development lifecycle services, including project management, development, design, testing, delivery and support. ASPnet, PHP, JSP,Jquery. SQL Server, Oracle, Mysql.
cybermax
DLNA BT Speaker Solution2014. MOSFET and Schottky ver3. MAW201 manual v0.1. MRB001 manual v0.3. Tel:86-0755-81476686 fax:86-0755-81476696 email:derek lv@cybermaxtech.com.
CyberMax Technology - Computer Repair Serving Lake Worth,Wellington, Boynton Ph: 561.628.9314
4095 state Road 7 Suite L , Wellington FL 33449 Located At Wycliffe Plaza Winn Dixie Market Place. Call us 561.628.9314. Your Technical Problems Have Just Been Answered! Counting, continuing to supply our customers with quality workmanship, competitive pricing, and no haggle/hassle customer service you can rely on! From Computer Upgrades, Service, Repairs, Troubleshooting, Networking or Consulting we are the company you can count on to come through for you. What is worse than a dead computer? 4095 state ...
CyberMAXX
SOCIAL ENGAGEMENT