Is it one year already? Wow time was delivered as fast as CloudFront deliver content đ Around this time last year, I was doubting myself about applying for the Community Builders program. I did some research before applying to give me some comfort. I discovered that the number of applications was huge but that was not … Continue reading My experience as AWS Community builder for 2021
Category: Technology Updates
Spring Boot-Series Part 1: Setting up the maven based Spring boot application in STS or Eclipse IDE
We can create a simple spring boot project with spring initialzr or directly in STS. We will use spring initializr for this tutorial to create an simple spring boot project. Required softwares are: Java JDKSTS 4Maven 3.5Postman Let us get started. đ Step 1: Go to https://start.spring.io/ Step 2: Fill the details like Project type … Continue reading Spring Boot-Series Part 1: Setting up the maven based Spring boot application in STS or Eclipse IDE
How to improve the Time to First Byte(TTFB) of your web app?
TTFB measures the duration from the user or client making an HTTP request to the first byte of the page being received by the client's browser. TTFB size is seen as a benchmark of a well-configured server application. Few points to consider which can help reduce the TTFB of your application. First Check your network … Continue reading How to improve the Time to First Byte(TTFB) of your web app?
Creating a custom page template in WordPress
The appearance of all the pages and posts that are created on a WordPress website is handled by a template file named page.php. Basic knowledge of HTML CSS and PHP is required to create a custom template in WordPress. Let us begin to add a custom page template to an existing theme. Step 1) Navigate to … Continue reading Creating a custom page template in WordPress
Solved: How to increase the speed of WAMP server?
If WordPress running too slow on localhost and taking too much time to load. You can fix this issue very easily. Solution 1: Disable CGI_module in Wamp's Apache server. 1: Right click on WAMP > Apache > Apache Modules> uncheck âcgi_moduleâ Method 2: Edit httpd.conf and disable the loading of the CGI module by commenting … Continue reading Solved: How to increase the speed of WAMP server?
Building a JIRA Cloud Plugin
Atlassian offers Atlassian Connect Framework for building JIRA Cloud Plugin. Plugin handles discovery, installation, authentication, and seamless integration of plugin into the JIRA UI. JIRA Cloud REST API can also be used with the plugin with inbuilt authentication mechanism provided by Connect framework. Hello World Plugin Pre-requisites Code Editor (Notepad++ or VS Code) Knowledge of JavaScript(Node.js) Basic … Continue reading Building a JIRA Cloud Plugin
Official Node.js Certification: Price, Syllabus and popular online courses
Node.js foundation has now opened an access to official certification for developers all around the world. Node.js has been said as the future of web development due to its features like non-blocking I/O and asynchronous functionality. Price: $300 Location: Remote, Online Retake: Allowed once Preparation: Material is included in the price. Average salary: $115K According to … Continue reading Official Node.js Certification: Price, Syllabus and popular online courses
Conversational Text Formatting in Microsoft Bot-Framework
This post is about how can we do text formatting in the Microsoft Bot framework. Like, how to send or receive text in bold, italics, list, quote, links etc. Bold and Italics Multiline Text List Strikethrough text Quote a text Adding Links Adding text in increased font(a heading) Hope it helps you when you are … Continue reading Conversational Text Formatting in Microsoft Bot-Framework
JIRA Cloud REST API: Create, Get, Update and Delete an JIRA ISSUE using node.js
The post is about how can we consume JIRA Cloud REST API to create an issue, retrieve details of an issue, update the fields of an issue, and how to delete an issue in JIRA without actually logging in the JIRA cloud instance. We are using node.js for writing the program here. We will be … Continue reading JIRA Cloud REST API: Create, Get, Update and Delete an JIRA ISSUE using node.js
Web Development Trends in 2018 and for future!
Since the launch of the first website made by Tim Berners-Lee in 1991, the website development practice have come a long way and every year new web design and development trends are coming. Developers are becoming more agile in learning about these new trends. In 2018, we'll look at the new trends which are hot … Continue reading Web Development Trends in 2018 and for future!
Google Search Update
Google Search has enabled a new feature in their search offerings. That is now you can directly listen to your favourite celebrities answering questions about themselves on Google search. It is currently enabled for US region but you can also see it other parts of the world like in India. How to use it? Just … Continue reading Google Search Update