Using 3rd Party Libraries in React Native - In this tutorial, we will learn to use one of the library from the ever expanding React Native ecosystem.…
#code , #nodejs , #rn , #reactPrudent Devs
Writing command line programs in Golang - We will write a command-line calculator using Golang in this tutorial.…
#code , #golangHow to read a Google Sheet with Golang - Step by step guide to access a public Google Sheet with the Sheet API…
#code , #golang , #dataDocker based dev environment for developing web applications in Golang - Write your golang programs in any directory. Take your golang development environment with you to anywhere.…
#code , #golang , #devopsDocker based development environment for Golang applications - Write your golang programs in any directory. Take your golang development environment with you to anywhere.…
#code , #devops , #golangIntroduction to Beego, a golang web application framework - Create a simple web application serving a json in beego, a golang web application framework.…
#code , #golangUsing dep, the Golang dependency management tool - A concise guide to dep, the golang's dependency management tool.…
#code , #golang , #beegoInvoking external API from React Native using Fetch - Learn to invoke external APIs using Fetch network API and modify values using state.…
#code , #nodejs , #rn , #reactLearn React Native - React Native is a mobile framework from Facebook to create native mobile application for both iOS and Android. In these pages, I teach React Native one post at a time.…
#code , #nodejs , #rn , #reactCreating a Custom Component in React Native - It is easy to compose our own custom components in React Native. In this post, we compose a simple quote component.…
#code , #nodejs , #rn , #reactAdding buttons with images in React Native - Almost all mobile applications use buttons and images. In this tutorial, we will learn to add buttons and images to a React Native application.…
#code , #nodejs , #rn , #reactWhat is a multi-tenant system? - Software architects have borrowed lot of concepts from civil engineering. Multi-tenancy is one such concept.…
#biz , #techSaying Hello In React Native - React Native and Expo makes it easy to write cross-platform mobile apps. Let us start with a hello world.…
#code , #nodejs , #rn , #reactDescriptive analytics in Javascript - Descriptive analytics is usually the first step in data analytics exercise. As the name suggests, it describes a dataset.…
#code , #nodejs , #dataGulp - a beginner's guide - Gulp is a tool that automates many of the tasks associated with development. It brings consistency to development process, thus eliminating development errors.…
#code , #nodejsSimple tutorial to understand props vs state in React.js - Use props to send information to a component. Use state to manage information created and updated by a component.…
#code , #nodejs , #tsc , #reactCreate React.js component with Typescript - Components are an essential building blocks of React.js. In this guide, we will create a simple React Hello component in Typescript.…
#code , #nodejs , #tsc , #reactGetting started with React.js and Typescript - React.js is a Javascript UI library by Facebook. In this guide, we will wire it up with Typescript to display a 'Hello World' on the browser page.…
#code , #nodejs , #tsc , #reactFour Cs of Dev.to (What I like and what I suggest) - Dev.to is a digital community for developers. It has built a community around content; Can it scale to collaboration and commerce?…
#opinionWrite your book using softcover and docker - Softcover provides a tool to build the book and publish. Use docker to install this publishing tool.…
#tech , #books , #nodejs , #hapijsConnecting to SQL db from Hapi using TypeORM - Connect to Postgresql from Hapi via TypeORM, a typescript based ORM…
#code , #nodejs , #tscNPM as a build tool for Typescript projects - Use npm as a build tool for compiling Typescript, monitoring changes, and restarting development server.…
#code , #nodejs , #tscIn-depth guide to handling routes in hapijs - Routes help us to add functionality to our web-apps. Understanding how to add routes to hapijs apps.…
#code , #nodejs , #hapijs , #tscExport Postgresql data to text files using nodejs - Connect to a relational db via TypeORM from nodejs (typescript)…
#code , #nodejs , #tsc , #sqlComprehensive guide to using Gulp with hapi.js & Typescript - Gulp automates many of the tasks in the development process. Here we use gulp to compile typescript files and restart hapi.js server.…
#code , #hapijs , #nodejs , #tscLearn to build web-applications with Hapijs and Typescript - Want to learn to program in hapi and typescript? Come on in.…
#code , #hapijs , #nodejs , #tscStep by step guide to dockerizing a hapijs app - How to dockerize an existing hapijs application so that you can deploy with ease and confidence…
#code , #hapijs , #nodejs , #devopsHow to become a better programmer - Starting with programming is easy. Becoming better is a continuous journey.…
#tech , #coachProgrammers: Where is your portfolio? - Want to build your career? Want a better job? Want to work in a top-tech company? Build a portfolio.…
#tech , #coach , #bloggingBloggers: Read this before moving to https - To comprehensively secure your blog, you need to use a 3rd party feed management tool that serves your feed over http.…
#tech , #security , #martech , #bloggingWhat I learned about security and SEO by auditing 25000 sites - Auditing 25k sites to know the state of security and seo in the wild, wild web…
#tech , #seo , #security , #martechUsing Pouchdb with nodejs - If you want to store unstructured data locally, checkout PouchDb…
#code , #nodejsAuditing a website with nodejs - Auditing a site for SEO, security, and performance is time-consuming, and tedious. Automate it with nodejs.…
#code , #nodejs , #martechRedirecting a URL using nodejs - Merged sites? Don't want to lose traffic to old site? Redirect with a simple app.…
#code , #nodejsWhat every programmer should know - A blog series about basics of what every Indian programmer should know.…
#tech , #careerWhy I started developing in nodejs again? - Few months back, I started again with nodejs. It all started with Microsoft releasing Typescript. I wanted to learn it and try to use it. So I got back to developing with nodejs.…
#tech , #nodejs , #hapijs , #tscGetting started with HapiJS and Typescript - Learning to use typescript with hapijs…
#code , #nodejs , #hapijs , #tscA beginner's reference guide to TypeScript Language - TypeScript is a layer on top of JavaScript targeting developer's productivity.…
#code , #nodejs , #tscTiming code execution in Swift, Python & Typescript - How to track execution time of a code block…
#code , #swift , #tsc , #pythonDouble loops are slower in Swift than in Python & Typescript - Swift is pathetically slow to handle double loops…
#code , #swift , #tsc , #pythonMy solutions to Project Euler problems - My solutions to Project Euler problems…
#euler , #swift , #tsc , #pythonExport sqlite data to text files using Swift - Export sqlite data to text files using Swift…
#code , #swift , #sqlMigrating data from Postgresql to Sqlite using Python - Migrate data from postgres to sqlite using python…
#code , #python , #sqldlite makes it easy to start with docker on Mac - Getting started with Docker on Mac is a pain. Now dlite makes it easy.…
#code , #devopsInstalling Gogs on Webfaction - Host all your code repos on your webfaction account using Gogs…
#tech , #webfaction , #gogsSwift Challenge 009: Count upper and lower case letters in a string - Write a program to count upper and lower case letters in a given string.…
#code , #swiftswift Challenge 008: Check if a string is a pangram - Write a program to check if the string entered by the user is a pangrams. Pangrams are sentences constructed by using every letter of the alphabet at least once.…
#code , #swiftswift Challenge 007: Luhn's Algorithm - Validate credit card number with Luhn's algorithm…
#code , #swiftSwift Challenge 006: Stringify even numbers - Take an array of numbers, concatenate the even numbers as a string…
#code , #swiftSwift Challenge 005: Sort comma separated words - Write a program that takes a comma separated sequence of words and prints the words in a comma-separated sequence after sorting them alphabetically.…
#code , #swiftSwift Challenge 004: Factorial of n - Write a program to compute factorial of a number.…
#code , #swiftSwift Challenge 003: Unique elements of two arrays - Write a program to make an array of unique elements from two arrays. Sort the output array.…
#code , #swiftSwift Challenge 002: Check if a string is palindrome - Check if a string is a palindrome -- it reads the same forwards as backwards like racecar…
#code , #swiftSwift Challenge 001: Divisible by 7 but not a multiple of 5 - Program to find all numbers which are divisible by 7 but are not a multiple of 5, between 2000 and 3200…
#code , #swiftInstalling MozDef on AWS - Step by step instructions to install Mozilla Defense Platform on AWS…
#mozdef , #awsIntegrating Betaout With A Golang Application - Betaout is a comprehensive e-marketing suite. In this post, I show how to integrate Betaout with a Golang App using their REST API.…
#golang , #wisecrowd , #my-appsLearning BeeGo - Learn Beego, a golang webapp framework by building a microblogging application.…
#beego , #golang , #tutorialTesting Beego Applications - Automated testing for Beego applications…
#code , #golang , #testing , #beegoCommon Flask Errors And Their Solutions - Errors I encountered while developing flask applications and their solutions.…
#code , #pythonIntroduction To Sailsjs Testing - Basics on getting started with testing Sailsjs apps…
#code , #sailsjs , #testing , #nodejsAdvice to my fellow developers - If I would become a story-teller, I'll be telling other's stories. As a software developer, I can be a story with the products I develop.…
#sdl , #coachAnalysing Twitter With ELK Tools - Logstash, ElasticSearch & Kibana makes it easy to analyse any logs. In this post, I analyse twitter stream for AppSec tweets with ELK tools.…
#code , #data , #elkYour Complete Guide To Vagrant On Mac - Developers, don't develop in a system close to production system, making deployment painful. Vagrant fills this gap.…
#tech , #devopsInstalling Logstash, ElasticSearch & Kibana on a Vagrant Box - ELK is a set of powerful tools to collect, analyse, and visualize events and logs. Here is a step-by-step guide to installing it on a CentOS vagrant box…
#code , #elk , #devopsInstalling Sailsjs On Webfaction - Let us see how to install sailsjs on webfaction and how to serve this app to the world.…
#code , #sailsjs , #webfaction , #nodejsGetting Started With Sailsjs - Sailsjs, like any web-framework has many parts. Lets get it installed to start developing with it.…
#code , #sailsjs , #nodejsWhy I'm Learning Nodejs - Three reasons why I'm learning Nodejs.…
#nodejsIs Slug A Necessary Feature Anymore? - So if Google doesn't go with slug why should you?…
#techTools of Software Craft - Any craftsman is as good only as the tools at his disposal and the craft of software development is no different. To produce his best efforts, he should have the best tools that he can afford.…
#toolsA First shot at web2py - Web2py makes web-programming and hosting on GAE easier.…
#techAuthenticating in GAE - How to authenticate your desktop apps against GAE?…
#my-appsPython for mobile programming? - Can python be used for mobile programming?…
#tech , #mobile , #pythonIronPython Learnings - Learning by doing…
#pythonY-A-T-S-Y 0.1 - DB and Reports - What reports should a helpdesk system have?…
#my-appsUnderstanding Django Template Tags - What are the benefits of django template tags than functions?…
#code , #python , #djangoAccessing Flickr Photos with Python - Working python code to access flickr photos from python…
#code , #djangoDjango application as a stand-alone desktop application - How to package Django apps as stand-alone desktop apps?…
#code , #python , #djangoMy frustration with packaging django - Packing Django application as desktop apps is a frustrating experience.…
#python , #djangoA Simple 'Twitter' clone in Django - create a twitter clone in Django for internal use…
#code , #python , #djangoServing media and static contents in Django - Bringing MEDIA_ROOT, MEDIA_URL and ADMIN_MEDIA together…
#code , #python , #djangoUsing Outlook Object Model - Using outlook object model to send emails.…
#code