Skip to main content

Posts

GitHub repository workflow using gitflow mechanism

This workflow will describe all the necessary steps that you need to follow to release a project. It is targeted for those projects where more than one members are contributing in the project because that will require a standard workflow that will keep the quality in check at each level. So try to follow the steps as mentioned below, where a repository have been taken for sample. First you need to setup the codebase on your local machine Create a clone of the repository git clone " project-repository-git-url " Get inside the repository folder cd " project-repository-path " Refer this article https://gist.github.com/ribbon-abku/10d3fc1cff5c35a2df401196678e258a to learn more about the gitflow mechanism of handling a project Enable git flow mechanism on the current repository git flow init -d It is required to be done by each contributor on their respective clones Check out develop branch git checkout develop Copy & paste all the code in...

Aryabhatta didn't invented zero but propagated

A frustrated student asked his Maths teacher, "if Zero was invented by Aryabhatt and he was born in the Kalyug, then in the past in Satyug, who counted 100 Kauravas and Ravana's 10 heads and how?" Teacher resigned and went back to Vedic education but is still not able to find the answer. Joke apart but the point needs to noted. P.S. Got the above message as joke but any reply for that? An expert's answer: Let me start with just 1 reference from Vedas and 1 from Puranas (to keep this answer short - we will not have enough space if we want to document all such references). 1. Vedic Reference (Yajur veda) The Rishi Medhātithi, after preparing bricks for a Vedic ritual, prays to the Lord of fire, Agni. Imā me Agna istakā dhenava Santvekā ća desa ća satam ća Sahasram ćāyutam ća niyutam ća Prayutam ćārbudam ća nyarbudam ća Samudrasća madhyam ćāntasća Parārdhasćaita me agna ishtakā Dhenavasantvamutrāmushmimlloke . The mantra recited is in vogue for s...

Vastushashtra compatible directions drawing for residential home

Dart: Flutter Resources

Flutter Resources Documentation:  https://docs.flutter.io/ Github:  https://github.com/flutter/flutter StackOverflow:  https://stackoverflow.com/questions/tagged/flutter Gitter:  https://gitter.im/flutter/flutter Effective Dart Guide:  https://www.dartlang.org/guides/language/effective-dart Dart Tips:  https://www.dartlang.org/resources/dart-tips Flutter FAQ:  https://flutter.io/faq/ Flutter Rendering:  https://www.youtube.com/watch?v=UUfXWzp0-DU Flutter Engine:  https://github.com/flutter/engine/wiki Hot Reload:  https://flutter.io/hot-reload/ Flutter Inspector:  https://dart-lang.github.io/observatory/ Dart Style Guide:  https://www.dartlang.org/guides/language/effective-dart/style Dart Observatory:  https://dart-lang.github.io/observatory/ Flutter Widgets:  https://flutter.io/widgets/ Flutter Gallery App Code:  https://github.com/flutter/flutter/tree/master/examples/flutter_gallery Flutter G...

Blink: Once you’ve mastered business, you can become a sophisticated investor

So you’ve started a business, and it’s going well. Now it’s time to use the income and the experience you’ve accumulated and take things to the next level. It’s time to become a sophisticated investor. As a sophisticated investor, you’ll take more control over management, corporate structure, investment decision making and taxes. The result? Maximized returns. Let’s look at a restaurant owned by Bill and Jane, two hard-working Americans. They operate as a sole proprietorship, which means that they have one income source. They pay normal, personal income tax and they are liable if anything goes wrong – like a sick customer filing a lawsuit. All their eggs are in one basket. No disrespect to Bill and Jane, but the sophisticated investor knows better. He would have two corporations: Bill would own the restaurant itself and Jane would own the building it’s in. This way, risk is spread. If a customer falls sick and sues the restaurant, the real estate is legally separate and protec...

Test: Experiencing the Nexe project

Today I have tried my hands on Nexe . It's an open source project on Github  to create a single executable file out of node.js application. So here is my feedback. After building the node.js based app, we always question about how do we ship it. So basically, Nexe provides a solution for that. Since it packages together the complete node.js based app and converts the package into single standalone binary file, so that becomes very portable and easy to distribute. Well done guys! While executing the node.js based app for the first time, Nexe tries to download dependencies that take some time to download. Usually download can only take some time if the file is big or network speed is slow. Since my internet speed was pretty good at that time, so I believe the file must be heavy enough. Now to make it portable, it must embed the dependencies in the binary file otherwise it can't come out without any external dependencies attached to it. So I assume that it might emb...

Blink: Computer programmers used to be women

Computer programmers used to be women until a report in the 1960s changed everything. What does a typical computer programmer look like? The first image that comes to mind is probably a nerdy-looking man who’s terrible in social situations but excellent at dealing with numbers. This stereotype, however, is in massive contrast to the reality of the early days of computing. During the first part of the twentieth century, working with computers was considered a clerical job – like typing or operating a switchboard – and thus deemed “women’s work.” In other words, the first computer programmers were women. In fact, the first program for a computer was written by Ada Lovelace in 1840. It should come as no surprise to learn that women programmed the first computer for the US Army during WWII. Or that rear admiral Grace Hopper – who held a PhD in mathematics – programmed Mark I, a computer at Harvard University which helped in the development of the atomic bombs that would be dropped...