Categories
Electron Tutorials

Writing your first app with Electron

This post is in continuation with the previous posts about creating desktop application using Electron app framework I have covered Introduction in previous post. Our Approach We can get started with two approaches Bottom to top: With this approach we can start really from basics like words, sentence and paragraph and build up. Top to […]

Categories
Opinions

Getting Started with Electron

Let’s build a cross platform apps with Electron, with the languages you already use in your daily work. They are HTML, CSS and JavaScript. Intermediate knowledge of JavaScript is enough. I assume you already know, how to use node and it’s npm packages. You are good to go to create your first desktop application. I […]

Categories
Opinions

Web Development Terms Roundup

In this very first roundup of web development terms we are going to cover following topics: These definitions are just my personal opinions.  Library Library is like a book library you can take one or another. You can take one piece or whole bunch of it. You can write your application or extend it however you want […]

Categories
Opinions

Add Ellipsis to Long Text

Today I wanted to show you different techniques to handle long form text. By default things are handled well by browsers. But sometime we have fixed layout and the content is user generated. Text could be single line like Title, Subtitle and multiline as description  That how text looks when there are no constraints. Text falls to next […]

Categories
Angular Ionic Tutorials

Add Dynamic data to ng2-chart

Previously on this blog. Person A: I need a chart on my app, which looks like a circle. A circle without the center. Person B: A what, you mean pie. Person A: Not a pie it has it’s name. Person B: “What name” Person A: It start with d, da, a  Person B: A doughnut chart […]