Open in app

Sign in

Write

Sign in

John Philip
John Philip

919 Followers

Home

Lists

About

Pinned

Technical Writing Issue’s.

Newsletter for technical writer’s. — Hi, this is part of the Wednesday weekly series on Technical Writing Issue’s. If you haven't subscribed yet to the newsletter you can check it out here. Hi Buddy, I hope you are holding on great and having a good time. For the upcoming weeks, I want us to go…

Technical Writing

2 min read

Technical Writing Issue’s.
Technical Writing Issue’s.
Technical Writing

2 min read


Published in

JavaScript in Plain English

·2 days ago

Vue.js Testing Essentials: 3 Tools Every Developer Should Explore

Efficient Testing for Vue Components and Beyond — Testing applications has become an integral element of any Software Development Life Cycle (SDLC). It not only streamlines the development process but also instills confidence in our code. This practice comes with numerous benefits, enabling us to catch bugs earlier in the development phase and prevent them from escalating to…

Programming

3 min read

Vue.js Testing Essentials: 3 Tools Every Developer Should Explore
Vue.js Testing Essentials: 3 Tools Every Developer Should Explore
Programming

3 min read


Published in

JavaScript in Plain English

·3 days ago

Vue 2 Is Approaching End of Life (EOL) Support on December 31st

What You Need To Know About Vue Reaching End of Life Support by December 31st — Vue.js is one of the most beloved frontend JavaScript frameworks. While Vue has been built, especially with the Options API, which has been the de facto standard for building applications since Vue 2, the Vue.js team introduced another approach — the Composition API. This provided an elegant and more streamlined…

Programming

3 min read

Vue 2 Is Approaching End of Life (EOL) Support on December 31st
Vue 2 Is Approaching End of Life (EOL) Support on December 31st
Programming

3 min read


Published in

JavaScript in Plain English

·3 days ago

Vue.js Tip: Detecting Left, Right, and Middle Mouse Button Clicks

Learn how to use Vue.js mouse button modifiers for precise click detection — Many times, we find the need to identify the mouse button clicked by the user — be it the left, middle, or right button. Vue.js offers button event modifiers that allow us to easily detect these mouse events. …

Programming

2 min read

Vue.js Tip: Detecting Left, Right, and Middle Mouse Button Clicks
Vue.js Tip: Detecting Left, Right, and Middle Mouse Button Clicks
Programming

2 min read


Published in

JavaScript in Plain English

·4 days ago

Vue.js Tip: Computed Properties

What Are Computed Properties and When to Use Them — Vue.js offers a range of utility functions to be used in different scenarios, and one such utility is the Computed property. The Computed property function proves valuable in situations where we need to track reactive data and consistently get the latest reactive form from it. In this article, we will…

Programming

3 min read

Vue.js Tip: Computed Properties
Vue.js Tip: Computed Properties
Programming

3 min read


Published in

JavaScript in Plain English

·5 days ago

Vue.js Tip: onMounted Lifecycle Hook

Learn what the onMounted lifecycle hook does — Vue.js provides various API functions that enable us to execute specific tasks at different stages of the rendering phase. These stages include actions taken before the app is mounted to the DOM, prior to reactive changes being applied, and during the destruction or updates of a component instance. In this…

Programming

3 min read

Vue.js Tip: onMounted Lifecycle Hook
Vue.js Tip: onMounted Lifecycle Hook
Programming

3 min read


Published in

Rustaceans

·Dec 1

Advent of Code Day 1 in Rust

Solving Advent of Code Day One — Hey again! It’s that time of the year when Advent of Code is upon us. If you aren’t aware of Advent of Code, it’s a series of challenges that run from the 1st of December to the 25th. It’s a delightful way to tackle programming challenges in an advent-themed manner. …

Programming

4 min read

Advent of Code Day 1 in Rust
Advent of Code Day 1 in Rust
Programming

4 min read


Published in

JavaScript in Plain English

·Nov 30

Nuxt.js Tip: Using Environment Variables

Learn how to configure environment variables in Nuxt.js — Environment variables enable us to set and utilize data that may change based on various environments, such as JWT keys, URLs, paths, etc. In most cases, we don’t want to hardcode such information directly into our application because it could lead to the leaking of vital information that should remain…

Programming

4 min read

Nuxt.js Tip: Using Environment Variables
Nuxt.js Tip: Using Environment Variables
Programming

4 min read


Published in

JavaScript in Plain English

·Nov 29

Nuxt.js Tip: Efficiently Serve Public Images and Assets

Learn How to Efficiently Serve Public Images in Nuxt.js — In many modern applications, there’s often a recurring need to serve images and assets accessible through URLs within our application. Nuxt.js provides various methods for serving files in our application. By default, Nuxt.js serves images from both the assets and public directories. This article explores how we can effectively serve…

Progamming

2 min read

Nuxt.js Tip: Efficiently Serve Public Images and Assets
Nuxt.js Tip: Efficiently Serve Public Images and Assets
Progamming

2 min read


Published in

JavaScript in Plain English

·Nov 28

Handling Forms in Vue.js

Capturing and Validating User-Provided Data through Forms in Vue.js — Forms serve as a powerful and convenient means of obtaining information from users and processing it for various purposes. Vue.js Pun Vue.js developers have a clear vision — 2-way data binding While native HTML and JavaScript form handling can be cumbersome, Vue comes to the rescue with its robust features. With Vue.js…

Progamming

4 min read

Handling Forms in Vue.js
Handling Forms in Vue.js
Progamming

4 min read

John Philip

John Philip

919 Followers

Dev | Life Café https://medium.com/life-cafe | Twitter at @amjohnphilip | Email: developerphilo@gmail.com

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams