Discussion Others

Introduction about BugSnag

https://www.bugsnag.com/ Bugsnag monitors application stability, so you can make data-driven decisions on whether you should be building new features, or fixing bugs. Improve the stability of your application Set a targetTrack release stability against a target to decide when you need to take action. Focus on impactPrioritize fixing errors with the greatest impact on application …

CSS Frontend

Using sprites for multiple images in CSS

When we need to use several images in CSS, we can consider about using Sprites technology to improve the site loading speed. Using Sprites in CSS, we can decrease the number of images, which will be directly affect to the decrease the number of HTTP requests. Resources: https://css-tricks.com/css-sprites/ http://www.w3schools.com/css/css_image_sprites.asp https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Images/Implementing_image_sprites_in_CSS

Blockchain Discussion

Javascript VM mode in Remix

When you develop smart contracts in Remix, it’s fucking that every test transactions are dragging so much time. So even for simple smart contract, we have to take much time for just transaction validation and testing. Remix provides Javascript VM mode for the blockchain emulation.Javascript VM mode is just memory based “blockchain”. It has same …

Discussion Others

General information required when setting up GSuite email.

Gmail keeps you updated with real-time message notifications, and safely stores your important emails and data. IT admins can centrally manage accounts across your organization and devices. When we are going to setup a GSuite email, we need the following information generally. Main domain and a site must be hosted at this domain Normal Gmail …