Author: Danyal
I'm working as programmer since 2002. Born, grew up, studied and worked in Pakistan now Im located in Denmark since 2006.
Algebra Calculator
Danyal November 23, 2021
Quick tip for an amazing tool an Algebra Calculator, must give it try. https://www.mathpapa.com/algebra-calculator.html
Start a new Github repo from an existing project
Danyal November 22, 2021
Suppose you have a project and wish to start tracking it with Github, Bitbucket or…
Posted in Git Tagged aws, Bitbucket, codecommit, GitHub, Repository
Using NUXT.js just for static html generation
Danyal November 17, 2021
Nuxt.js is a powerful server side framework, that came with two different modes ‘spa’ &…
Posted in javascript Tagged nuxtjs, prerendering, serverside, spa, ssr
Multi-line editing on Atom
Danyal November 6, 2021
If you are wondering how to append/edit multiple lines to code in Atom, you landed…
Posted in Code Editors Tagged Atom, commands, shortcuts
How to add Vuetifyjs to Vuejs app?
Danyal November 5, 2021
Today we will learn how to implement vuetify in vuejs application, for those who are…
Posted in Vuejs Tagged css, frameworks, javascript, js, vue.js, Vuetify
WordPress: Including CSS & JavaScript
Danyal November 1, 2021
While you are developing Wordpress theme, you may want to add custom stylesheets or javascript files.
Posted in CMS, Development, PHP Tagged themes, Wordpress