This is a quick list of some most themes that I work on each of my project, though some of my clients have their own themes installed on their themes, but when I will be the one to build the site from scratch this is most of the themes that I use.
- Hello Elementor
- OceanWP
- Astra
- Sahifa (for Blogging)
- DIVI Theme
- Genesis
- Jevelin
- The 7
- Avada
- BeTheme
The code snippet above is a custom CSS in which you can add an overlay background which is not achievable in DIVI builder for now, but in Elementor its already available, I just added it here for reference and probably it is also helpful to WordPress Developer/Designer.
Page Builder, I Am Using for WordPress Development:
Visual Composer - This is one of the most common plugins I use to build Websites in WordPress CMS.
DIVI Builder - I once use this builder and it's really good as well, there are premium themes that use this builder called Divi Themes.
Elementor - This one is my favorite but since my recent client did not use this one as they prefer Visual composer I rarely use this, but what I like this one is that you can create your own custom elements with it, you can try it with a free version, and there is also an Elementor Pro version of it, I mostly do some small projects using this builder in my localhost server.
Other Plugin Extension I Use:
- Overlaiz
- Unlimited Elements for Elementor
- Essential Addons
- Happy Elementor Addons
- OoohBoi Steroids for Elementor
Thrive Architect - I have a client who has all tools in Thrive and this builder is also good, but I think its too expensive, but to be honest its really good, you can create a decent page for the blog page before I develop a blog and Photography site using this builder.
Avada Builder - I also use this as it also has powerful tools, the only problem with this is that it is only intended for Avada Themes, not unlike Elementor which is compatible with most of the themes you can imagine.
#bryangransedevs #wordpressdeveloper #development #wordpress #photography #projects #pagebuilder #elementorpro #elementor
This Simple coding is just documentation for my NodeJS journey, and I also do JavaScript/ReactJs/Express Journey and also Laravel which will soon be displayed on this small basic blog site of mine.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Javascript Fetch JSON FILE</title> <link rel="shortcut icon" href="data:" type="image/x-icon"> </head> <body> <div class="output"></div> <script src="./app.js"></script> </body> </html>App.js is where the JavaScript magic happens to fetch the JSON file.
const url = './data.json';Below is the JSON file that I use, you can create your own and explore, this is just for testing that will let us display data using XML http request.const output = document.querySelector('.output');let xHR = new XMLHttpRequest();console.log(xHR)xHR.open('GET', url);xHR.responseType = 'json';xHR.onload = function() {console.log(xHR.response);let data = xHR.response;data.books.forEach(result => {output.innerHTML += `§{result.title}<br />`;}) }xHR.send(); console.log(xHR);
As a developer, we often think about how we can improve our productivity by using some programming tools that will help us make our coding experience better, and some of the Visual Code Tips or maybe some extension that will help us finish the project in a given time frame or a specific deadline.
Hi, welcome to my personal website wherein I put updates about my professional growth and experience of every project I made, so if you are wondering you can also check my Javascript Journey where I often put some updates about myself, now this time I am going to talk about what is the extension I used for my VS Code.
To make things clear this is my own preference for using an extension on VS code and so far it is useful for me, so even if you did not try some of the extension I used you might find it interesting so below are the list of extension I used.
- Live Server
- PHP IntelliSense
- Tailwind CSS IntelliSense
- JSON
- Tabnine AI Autocomplete
- vscode-icons
- Laravel Blade Snippets
- CSS Peek
- PHP Profiler
- Vetur
I've been working on my Javascript as I am going to improve my fundamental understanding in standard JavaScript into TypeScript as well as other JS framework like React, so currently I am working with so many small projects, and below are some of them.
My Javascript Roadmap
- Learn an In-depth JavaScript fundamental, from basic to proffessioansl and technicalities of this programming language.
- Learn TypeScript to make my code consistent and easy to track errors
- Learn Vue.js and React.js for Framework
Small Projects I Work On
- Quiz Projects
- ISS or International Space Station API - what this small project is I pull out the exact location of ISS and display it in the map, and create a custom marker in it, using the LeafLetJS.
- Random DOG Breed API - what this small project does is it lets the user ask a question to identify the current dog being displayed on the page, based on the random dog image being pull-out in the API I use, then it shows an indication if the user answers the correct dog breed.
- Arrow Fat Function / Anonymous Function
- Fetching Jason and API (So far I need to explore more about this in other API)
- Event Listeners ( will do small projects using other event )
- Looping using For Of, For Each, and For as Well as Branching in JS
- Reducing Object Array Using Shift() method
- Manipulating DOM
- Invoke Functions
- Creating Functions and Math.random()
My Important Codes or Expression/Methods in Javascript
Hello, welcome to my Graphics Design Portfolio, here you will see all the list of Social Media Design I made using tools such as (i) Adobe Photoshop (ii) Adobe Illustrator (iii) Canva, and many more, most of it is my past work to all of my client so I will be updating this page from time to time.
Though my main focus is more about website design, I am still flexible depends on the opportunity I get on my job as a freelancer. I also do Video editing not really a pro one, but I can go some cuts and some little bit tweaks such as adding text and so on using the Filmora Editing Tools.
So without any further ado, please preview all my work below, you can click each image to see full-size cheers!
NOTE: I will update this page once I have the latest graphics design, so the sorting of images will be descending, the latest would be on the top and then down to the bottom.