Thursday, December 10, 2015

Electron - package web applications for windows/mac/linux

Hello Blog Readers,

Recently i came across Electron which lets you package web applications for windows/mac/linux while also allowing you to use native platform features. Check out the link below.

http://dgit.in/ElectronPackg

Regards,
Ujjwal Soni

Firefox Os 2.5 Developer

Hi Blog Readers,

Now you can try Firefox OS without needing to flash it in your Android phone, a version of OS that can be installed like any other APP.

http://dgit.in/FirefxOS

Regards,
Ujjwal Soni

Thursday, November 26, 2015

Raspberry Pi Zero: the $5 computer

Of all the things we do at Raspberry Pi, driving down the cost of computer hardware remains one of the most important. Even in the developed world, a programmable computer is a luxury item for a lot of people, and every extra dollar that we ask someone to spend decreases the chance that they’ll choose to get involved.

The original Raspberry Pi Model B and its successors put a programmable computer within reach of anyone with $20-35 to spend. Since 2012, millions of people have used a Raspberry Pi to get their first experience of programming, but we still meet people for whom cost remains a barrier to entry. At the start of this year, we began work on an even cheaper Raspberry Pi to help these people take the plunge.

Below is the configuration for this new Raspberry

  • A Broadcom BCM2835 application processor
    • 1GHz ARM11 core (40% faster than Raspberry Pi 1)
  • 512MB of LPDDR2 SDRAM
  • A micro-SD card slot
  • A mini-HDMI socket for 1080p60 video output
  • Micro-USB sockets for data and power
  • An unpopulated 40-pin GPIO header
    • Identical pinout to Model A+/B+/2B
  • An unpopulated composite video header
  • Our smallest ever form factor, at 65mm x 30mm x 5mm

  • Raspberry Pi Zero runs Raspbian and all your favourite applications, including Scratch, Minecraft and Sonic Pi.

    Thanks,
    Ujjwal
     

    Monday, November 16, 2015

    Testing tools for Angular JS

    Karma is a great test runner made for Angular, but can also be used with any other Javascript framework. It supports any type of testing: unit testing, midway testing and E2E testing. Karma works by opening browsers that you list in the configuration file. It then communicates with the active browser using socket.io and asks you whether to run the test or not.

    Angular JS Eclipse Plugin

    Hi,

    I'm posting this new post on my blog after long long time. Recently i was working on AngularJS, i found a great plugin for MyEclipse which works great for AngularJS. Check out the link below for more details.

    https://github.com/angelozerr/angularjs-eclipse

    Thanks,
    Ujjwal

    Tuesday, April 21, 2015

    top-10-changes-in-asp.net-5-and-mvc-6

    Below link contains some of the top-10-changes-in-asp.net-5-and-mvc-6

    top-10-changes-in-asp.net-5-and-mvc-6

    Thanks,
    Ujjwal

    Convert code from C# to VB and from VB to C#

    Hi,

    I was working on a project that needs to be converted from VB to C#, i was searching for a tool that can easily convert some part for me.

    i found one http://converter.telerik.com/

    Thanks,
    Ujjwal

    Books on Java performance tuning

    We usually do a performance research by writing small stop watch and it will log time taken for each business methods. You create stop watch methods something like startWath and stopWatch to start and stop a timer. The performance tuning on web applications vary from server to server since there are some server level tuning also improves your application's performance.

    Below are some books which might help you.

    Java Performance: The Definitive Guide is a really good book and its quite latest as well - covers G1 GC in depth.

    Then there is another book: Java Performance by Charlie Hunt and Binu John even this book is good expecially the java performance troubleshooting guidelines are good.

    Thanks,
    Ujjwal Soni

    How To Handle Downtime During Site Maintenance

    Hi,

    I came across a great article to handle downtime during website maintainence. I've shared the link below.

    http://moz.com/blog/how-to-handle-downtime-during-site-maintenance

    Thanks,
    Ujjwal

    error-message-401-2-unauthorized-logon-failed-due-to-server-configuration

    I faced below error when i configured my project to a different machine, i checkedout my source code from TFS. This error mainly occours when Authentication Mode is wrongly configured in your IISExpress.



    In order to resolve this error, click on your project and press F4 key. (Dont right click and click on properties as it will take you to a different page).

    Change the settings as per above screenshot, disable anonymous mode and enable windows authentication. This will resolve this error.

    Thanks,
    Ujjwal

    Friday, April 10, 2015

    Microsoft MVC 70-486 VCEFiles

    Hi,

    I have a collection of exam dumps for Microsoft MVC 70-486 VCEFiles which can be downloaded from below link.

    https://drive.google.com/file/d/0B_af9FI8dQPKZm56clViX1lhaHc/view?usp=sharing

    Thanks,
    Ujjwal

    Friday, March 13, 2015

    Windows 10 for Raspberry PI

    Microsoft announced that windows 10 would be available for Raspberry PI. Although, this version will be quite different version than what is being used in Desktops and will be much faster.

    New Raspberry PI tourbocharges with new Broadcom BCM2836 system-on-chip. This is a VideoCore IV GPU with four 900MHz ARMv7 Cortex-A7 cores. Also, there’s twice as much memory: 1GB LPDDR2 SDRAM.

    Windows 10 for the Raspberry Pi 2 will be available for free for the maker community via Microsoft’s Windows Developer Program for IoT.

    Have ordered my new Raspberry PI and waiting for it to be delivered.

    Thanks,
    Ujjwal