Tag: Extension
Create VSCode extension from scratch to testing, documentation, and publishing
Introduction
In this post, We would try to develop and publish a visual studio code extension using VSCode samples, APIs, and TypeScript. The extension we will make is called Oops and is currently available at the VSCode Marketplace and GitHub if you want to check it out for yourself.
This extension will be a simple and straightforward one as the functionalities are limited to these four items:
Tag: Vscode
Create VSCode extension from scratch to testing, documentation, and publishing
Introduction
In this post, We would try to develop and publish a visual studio code extension using VSCode samples, APIs, and TypeScript. The extension we will make is called Oops and is currently available at the VSCode Marketplace and GitHub if you want to check it out for yourself.
This extension will be a simple and straightforward one as the functionalities are limited to these four items:
Tag: Gary John Bishop
Unfu*k Yourself: Get Out of Your Head and Into Your Life by Gary John Bishop
The book covers a portion of problems, solutions, mistakes, and some solutions to personal life happenings. It is more on the side of motivational speech rather than giving you a roadmap. Of course, if you are looking for a well-thought solution, this book might not suit your will. It is more of a written YouTube motivational video that showcases quotes from well-known people and tries to hype you up.
It gives solutions like you should give up your bad habits, build good habits instead of it, or you need to change your subconscious without any further details on how one should accomplish such goals. Until the last chapter of the book, where the author introduces his website and claims you need a coach to develop such traits in yourself, which leaves you wondering that you were reading a marketing book all along for his website and advertising his personal development programs.
Tag: HCI
How political candidates use Twitter and the impact on votes by Sanne Kruikemeier
An article by Sanne Kruikemeier from Amsterdam School of Communication Research ASCoR that has been published on Elsevier Journal 2014. View Article
Goal
The paper aims to find out how much using a social platform; in this case, Twitter would affect a politician preferential votes. Their presence on Twitter includes interacting with their potential voters and sharing their private persona. Further, it investigates the effect of candidates’ personalized communication on the number of preferential votes they receive.
Tag: Social Computing
How political candidates use Twitter and the impact on votes by Sanne Kruikemeier
An article by Sanne Kruikemeier from Amsterdam School of Communication Research ASCoR that has been published on Elsevier Journal 2014. View Article
Goal
The paper aims to find out how much using a social platform; in this case, Twitter would affect a politician preferential votes. Their presence on Twitter includes interacting with their potential voters and sharing their private persona. Further, it investigates the effect of candidates’ personalized communication on the number of preferential votes they receive.
Tag: Managing
HBR Guide to Managing Up and Across by by Harvard Business School Press
The book is a very fragmented, a shortened version of papers. I have to say the book seems very like a how to be a perfect flattering person in your career. If you really believe you want to spend the rest of your life in a hierarchical organization. You just want to get promotion and earn money, this book can be your hidden gem but comes at the cost of literally giving up yourself to satisfy your boss(es) and colleague; this is far away from having an ego.
Tag: Adam Wathan
Refactoring UI by Adam Wathan and Steve Schoger
An outstanding book by Adam Wathan and Steve Schoger which clearly explains how to go from a ordinary UI to outstanding, modern and accessible one. It would teach you what to see in a UI and what matters while keeping things simple and easy for end-users.
This book can be used as a reference while designing a page or component of your web or mobile application and quickly checking and evaluating your design choices as each section is short and clearly explained.
Tag: Steve Schoger
Refactoring UI by Adam Wathan and Steve Schoger
An outstanding book by Adam Wathan and Steve Schoger which clearly explains how to go from a ordinary UI to outstanding, modern and accessible one. It would teach you what to see in a UI and what matters while keeping things simple and easy for end-users.
This book can be used as a reference while designing a page or component of your web or mobile application and quickly checking and evaluating your design choices as each section is short and clearly explained.
Tag: Api
Consume and Expose API – Laravel possible solutions
How to consume APIs inside Laravel?
If you want to fetch, save, crawl, or fire a one-time request to a remote server that exposes API, there are a variety of options for Laravel. An example use-case would be updating the IMDB rating for a batch of movies and series for your film listing web application.
The popular ones are:
Things to keep in mind…
Heads Up! if the API you are going to consume in your application is well-known and complex, there is a high chance that someone else has already developed a library to just work with that API, like this Laravel package by Mustapha Alaouy that specifically calls YouTube API.
Tag: Curl
Consume and Expose API – Laravel possible solutions
How to consume APIs inside Laravel?
If you want to fetch, save, crawl, or fire a one-time request to a remote server that exposes API, there are a variety of options for Laravel. An example use-case would be updating the IMDB rating for a batch of movies and series for your film listing web application.
The popular ones are:
Things to keep in mind…
Heads Up! if the API you are going to consume in your application is well-known and complex, there is a high chance that someone else has already developed a library to just work with that API, like this Laravel package by Mustapha Alaouy that specifically calls YouTube API.
Tag: Graphql
Consume and Expose API – Laravel possible solutions
How to consume APIs inside Laravel?
If you want to fetch, save, crawl, or fire a one-time request to a remote server that exposes API, there are a variety of options for Laravel. An example use-case would be updating the IMDB rating for a batch of movies and series for your film listing web application.
The popular ones are:
Things to keep in mind…
Heads Up! if the API you are going to consume in your application is well-known and complex, there is a high chance that someone else has already developed a library to just work with that API, like this Laravel package by Mustapha Alaouy that specifically calls YouTube API.
Tag: Guzzle
Consume and Expose API – Laravel possible solutions
How to consume APIs inside Laravel?
If you want to fetch, save, crawl, or fire a one-time request to a remote server that exposes API, there are a variety of options for Laravel. An example use-case would be updating the IMDB rating for a batch of movies and series for your film listing web application.
The popular ones are:
Things to keep in mind…
Heads Up! if the API you are going to consume in your application is well-known and complex, there is a high chance that someone else has already developed a library to just work with that API, like this Laravel package by Mustapha Alaouy that specifically calls YouTube API.
Tag: Hasura
Consume and Expose API – Laravel possible solutions
How to consume APIs inside Laravel?
If you want to fetch, save, crawl, or fire a one-time request to a remote server that exposes API, there are a variety of options for Laravel. An example use-case would be updating the IMDB rating for a batch of movies and series for your film listing web application.
The popular ones are:
Things to keep in mind…
Heads Up! if the API you are going to consume in your application is well-known and complex, there is a high chance that someone else has already developed a library to just work with that API, like this Laravel package by Mustapha Alaouy that specifically calls YouTube API.
Tag: Laravel
Consume and Expose API – Laravel possible solutions
How to consume APIs inside Laravel?
If you want to fetch, save, crawl, or fire a one-time request to a remote server that exposes API, there are a variety of options for Laravel. An example use-case would be updating the IMDB rating for a batch of movies and series for your film listing web application.
The popular ones are:
Things to keep in mind…
Heads Up! if the API you are going to consume in your application is well-known and complex, there is a high chance that someone else has already developed a library to just work with that API, like this Laravel package by Mustapha Alaouy that specifically calls YouTube API.
Tag: Postman
Consume and Expose API – Laravel possible solutions
How to consume APIs inside Laravel?
If you want to fetch, save, crawl, or fire a one-time request to a remote server that exposes API, there are a variety of options for Laravel. An example use-case would be updating the IMDB rating for a batch of movies and series for your film listing web application.
The popular ones are:
Things to keep in mind…
Heads Up! if the API you are going to consume in your application is well-known and complex, there is a high chance that someone else has already developed a library to just work with that API, like this Laravel package by Mustapha Alaouy that specifically calls YouTube API.
Tag: Zttp
Consume and Expose API – Laravel possible solutions
How to consume APIs inside Laravel?
If you want to fetch, save, crawl, or fire a one-time request to a remote server that exposes API, there are a variety of options for Laravel. An example use-case would be updating the IMDB rating for a batch of movies and series for your film listing web application.
The popular ones are:
Things to keep in mind…
Heads Up! if the API you are going to consume in your application is well-known and complex, there is a high chance that someone else has already developed a library to just work with that API, like this Laravel package by Mustapha Alaouy that specifically calls YouTube API.