Skip to main content

User account menu

  • About Us
  • Log in
Log in
Mycode.blog website logo
category-icon
HTML - CSS

Must Read

  • Develop Debugging Skills with Chrome Dev Tools and Debug Keyword
  • How to write jQuery code for developing toggle search bar
  • Maximising Your Website's Performance, Avoid These HTML Pitfalls
  • How to create a progress bar using JavaScript
  • CSS Guidelines for Becoming a Top-Notch UI Developer

Recent Blogs

  • Develop Debugging Skills with Chrome Dev Tools and Debug Keyword
  • Achieving Advanced DOM Manipulation with jQuery Chaining Methods
  • Customized Landing page for your browser using JavaScript
  • A Basic Calculator App as an Extension to Google Chrome Browser
  • How to write jQuery code for developing toggle search bar

Recent Snippets

  • How to strip HTML tags in JavaScript
  • Develop word counter application with the help of JavaScript
  • Disabling right-click to avoid content copying in one line
  • Remove whitespace between HTML tags in drupal 8/9 twig templates
  • Copy to clipboard functionality using JavaScript in one line
JS - jQuery

Must Read

  • Develop Debugging Skills with Chrome Dev Tools and Debug Keyword
  • The predefined Rules for Writing & Using JavaScript Functions
  • How to write jQuery code for developing toggle search bar
  • How to create a progress bar using JavaScript
  • How to create a progress bar using JavaScript

Recent Blogs

  • How to use local storage in javaScript
  • How to Install react app with their node packages on Ubuntu 22
  • Develop Debugging Skills with Chrome Dev Tools and Debug Keyword
  • Fetch using for Get method in JavaScript
  • How to use local storage in javaScript

Recent Snippets

  • How to strip HTML tags in JavaScript
  • Converting string to int in javascript
  • Generating random numbers in javascript
  • How to write single & multi line comments in web technologies
  • How to strip HTML tags in JavaScript
Drupal

Must Read

  • How to Create Entities (node, user, term) programmatically in Drupal 8/9
  • List of form element types in Drupal 8/9
  • Command-line tools & useful commands for Drupal developers
  • How to install Linux, Nginx, MySql, Php(LEMP) stack in Ubuntu
  • A Beginner's Guide to Custom Theme Development in Drupal 8/9

Recent Blogs

  • Create a custom entity in Drupal 8/9 using drupal-console
  • All the possible ways to install a module in Drupal 8/9
  • Delete All Entities (node, user, term) by specific conditions in Drupal 8/9
  • How to Create Entities (node, user, term) programmatically in Drupal 8/9
  • How to unpublish nodes using cron in drupal 8/9

Recent Snippets

  • Drupal 8/9 programmatically create a user entity
  • Drupal 8/9 programmatically create a link that opens in new tab
  • Get current active user roles, uid in drupal 8 and drupal 9
  • Attach an asset library to a specific page in drupal 8/9
  • Drupal 8/9 attach an asset library in a Twig template

Main navigation

  • Blogs
  • Snippets

Mobile menu

  • About us
  • Blog
  • Code Snippet
Profile picture for user navya

Navya

Follow menu-icon
Software engineer at VolkoTech Solutions

Dedicated and skilled Drupal Frontend developer, carrying 3+ years of experience with a proven track record of delivering high-quality, scalable web solutions and optimized themes with an organized Git workflow. Proficient in JavaScript, jQuery, HTML, CSS, SASS, Bootstrap, and PHP with a deep understanding of Drupal’s architecture and modules. Strong knowledge of web development best practices and search engine optimization principles.

Drupalorg Github Linkedin Twitter

Feed

    • All
    • Blog
    • Code Snippet
  • menu icon
    • Recent
    • Popular
Code snippet bookmark-iconAdd to read list

Drupal 8/9 date formats and its filters in twig template

  • Twig
  • Drupal 8
  • Drupal 9
  • PHP
navya
navya, Credit to volkotech-solutions Dec 25
git
Blog bookmark-iconAdd to read list

Creating repository in git along with ssh key set-up

  • GIT
navya
navya, Credit to volkotech-solutions Dec 24
Code snippet bookmark-iconAdd to read list

Drupal 8/9 get image from the custom block programatically in twig

  • Twig
  • Drupal 8
  • Drupal 9
navya
navya, Credit to volkotech-solutions Dec 24
List of git commands banner image
Blog bookmark-iconAdd to read list

Top 10 basic git commands that every developer should learn

  • GIT
  • Ubuntu
  • Terminal
navya
navya, Credit to volkotech-solutions Dec 24
Alignign elements side by side with CSS Banner Image
Blog bookmark-iconAdd to read list

Top 5 ways to display the elements in side by side using CSS

  • HTML
  • CSS
navya
navya, Credit to volkotech-solutions Dec 23
sticky side bar
Blog bookmark-iconAdd to read list

How to develop sticky container functionality using jQuery

  • HTML
  • CSS
  • JavaScript
  • Jquery
navya
navya, Credit to volkotech-solutions Dec 22
Code snippet bookmark-iconAdd to read list

Drupal 8/9 get multiple entries of a field programatically in twig

  • Twig
  • Drupal 8
  • Drupal 9
navya
navya, Credit to volkotech-solutions Dec 22
How to rotate arrow icon on click in bootstrap accordion banner image
Blog bookmark-iconAdd to read list

All possible methods to rotate arrow icon on click in accordion(bootstrap)

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • Jquery
navya
navya, Credit to volkotech-solutions Dec 20
Removing unwanted white space caused with relative positioning Banner Image
Blog bookmark-iconAdd to read list

How to eliminate Unwanted White Spaces caused by position in CSS

  • HTML
  • CSS
navya
navya, Credit to volkotech-solutions Dec 18
Code snippet bookmark-iconAdd to read list

Drupal 8/9 get node author details from view mode programmatically

  • Twig
  • PHP
navya
navya, Credit to volkotech-solutions Dec 17
Code snippet bookmark-iconAdd to read list

Drupal 8/9 conditionally printing of entity fields in twig

  • Drupal 8
  • Drupal 9
  • Twig
navya
navya, Credit to volkotech-solutions Dec 17
Code snippet bookmark-iconAdd to read list

jQuery toggle class method with active color for menu's

  • JavaScript
  • HTML
  • CSS
  • Jquery
navya
navya, Credit to volkotech-solutions Dec 17
Switch to dark/light mode application Banner Image
Blog bookmark-iconAdd to read list

Implement Dark or Light Mode Switch using JavaScript

  • JavaScript
  • HTML
  • CSS
navya
navya, Credit to volkotech-solutions Dec 17
Code snippet bookmark-iconAdd to read list

Drupal 8/9 check the presence of a specific class in the twig

  • Twig
  • Drupal 8
  • Drupal 9
navya
navya, Credit to volkotech-solutions Dec 16
Code snippet bookmark-iconAdd to read list

How to overwrite embed iframe data styles using jQuery

  • JavaScript
navya
navya, Credit to volkotech-solutions Dec 15
Toggle menu with pure CSS Banner Image
Blog bookmark-iconAdd to read list

How to create an animated toggle menu with pure CSS

  • HTML
  • CSS
navya
navya, Credit to volkotech-solutions Dec 15
toggle search bar with jQuery Banner Image
Blog bookmark-iconAdd to read list

How to write jQuery code for developing toggle search bar

  • JavaScript
  • HTML
  • CSS
navya
navya, Credit to volkotech-solutions Dec 14
Code snippet bookmark-iconAdd to read list

Reading elements of an array with for loop using JavaScript

  • HTML
  • JavaScript
navya
navya, Credit to volkotech-solutions Dec 11
Code snippet bookmark-iconAdd to read list

How to validate the form input is email or not using JS

  • HTML
  • JavaScript
navya
navya, Credit to volkotech-solutions Dec 09
Code snippet bookmark-iconAdd to read list

Simple method to fetch data from API using JavaScript

  • JavaScript
  • HTML
  • JSON
navya
navya, Credit to volkotech-solutions Dec 09
  • Load More

Topics

HTML
Drupal 8
CSS
Drupal 9
JavaScript
PHP
Drupal
Twig
Jquery
Terminal
Ubuntu
Mysql
JSON
Drupal 10
Node
JS
Cheatsheets
Linux
NodeJs
NPM
SASS
YML
Symfony
ElectronJs
Command
ReactJs
Chrome Extension
UX
Bootstrap
NGINX
GIT
Drush
Drupal 7
Windows
flexbox
GRID
Debug

mycode-blog logo

Developers blogging community to share tech blogs and code snippets.

Company

  • About us
  • Careers
  • Contact us
social:
  • twitter icon
  • facebook icon
  • linkedin icon
  • email icon
up-arrow

Terms and Services

  • Terms & conditions
  • Privacy policy

Copyright © 2021

Site map

  • Site map