₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,329,962 members, 8,443,210 topics. Date: Saturday, 11 July 2026 at 11:24 AM

Toggle theme

EfevwiaEfemena's Posts

Nairaland ForumEfevwiaEfemena's ProfileEfevwiaEfemena's Posts

1 (of 1 pages)

Art, Graphics & VideoHow To Make Use Of Canva To Earn Thousands Of Dollars On Fiverr(with Proof) by EfevwiaEfemena(op): 5:40am On Sep 07, 2022
How to make use of Canva is not something new if you are a graphic designer making money on Fiverr or an average individual who creates thumbnails for Youtube videos, logos, and many more. But lately, for the past few months, big companies like Vista Print USA and startups are in demand for a very good professional Canva specialist.



This is surprising because Canva is a tool that is so much easy to understand and navigate through in fact it is the simplified version of Adobe Photoshop.
Professional graphic designers are familiar with Canva as well as average individuals.



The Webbikon team had to make research about this and we ended up communicating with a Fiverr genius Ishan Sharma who gave us more insight about this new open market and how he has made thousands of dollars with Canva in less than three months on Fiverr. Personally, I’m amazed how Canva can give you 5 figures on Fiverr.



How To Get Started?
Step 1: Login To Fiverr’s Website. ( If you don’t have a Fiverr account or don’t know to create one, don’t worry we got that covered for you)



Step 2: Focus On A Freelancer That Has Lots Of Orders In Queue.

To read more,follow us on Webbikon Blog

ProgrammingHow To Eliminate Render Blocking Javascript And CSS? by EfevwiaEfemena(op): 4:55am On Aug 24, 2022
Render blocking JavaScript And CSS can be eliminated on Word Press and coding but we are only going to focus on WordPress if you want me to cover how to get it done outside WordPress please let me know in the comments. but it would be advisable if programmers remain due to some advanced issues a web designer is not eligible to tackle

We can actually get this done by using use two different plugins to eliminate the Render Blocking CSS and JavaScript. These plugins are :
visit my blog on webbikon technologies to read more:

ProgrammingPure Javascript Functions Tutorial by EfevwiaEfemena(op): 4:03am On Aug 23, 2022
JavaScript functions are the fundamental building blocks. A function is basically a set of statement that performs a task or calculate a value. We are going to focus on:
i. Inputs
ii. Arguments

An example of a JavaScript function is:
function greet ( ) {
}
Note: what is inside the curly braces is referred to as the body of this function. In the body of this JavaScript function, this is where you add all the statements to define some kind of logic in our application.

For example, the logic of the JavaScript function will be to display a message on the console which is:
function greet ( ) {
console.log (‘Hello World’);
}

NOTE: Here we have a statement, so we terminated it with a semicolon, but when declaring a function, we don’t need to add a semicolon at the end. This is because we are not declaring it like a variable like this: To continue reading just type webbikon technologies on search engine and you see my website then click blog and you will see my article

ProgrammingTerrible Words No Software Developer Wants To Be Called by EfevwiaEfemena(op): 6:00pm On Aug 08, 2022
The technology world is a bit different than fantasies, where everyone is polite, managers may smile and hide their real message by the way they say “you’re doing good, real good,” but programmers often speak their minds, and when that mind has something unpleasant to say, look out for words like this:

“CODE DOESN’T COMPILE”
These three words may seem factual or even innocuous, but they hide true venom. After all, they signal that the code may run smoothly, but that doesn’t matter to anyone else. They gave it a go where they wanted your code to run, and it got blocked It could be that they don’t have the right libraries installed. Maybe they’re using a different version of the compiler. They may even have a different switch set on the optimizer. Whatever the real reason, nobody knows, and nobody cares. All they want to tell you is that you skipped the second lesson of programming class, the one when the instructor teaches where to put the semicolons.

“HEAVY”
For some reason, “light” is a compliment when it comes to programming and “heavy” is an epithet i.e. Insult, like putting way too many notes in your guitar solo. But “feature-rich” is a compliment and “missing features” is an insult,
NOTE: You can’t have features without adding code and making the stack fatter and thus heavier.

“SUIT”
If you associate fine dressing with power and status, in the programming world, you have another thing coming. The people who build software wear something more comfortable. A cross between a kimono and kilt might be nirvana, otherwise a hoodie if you’re younger.

Linus Torvalds once wrote, “If you want me to ‘act professional,’ I can tell you that I'm not interested. I'm sitting in my home office wearing a bathrobe. The same way I'm not going to start wearing ties, I'm also not going to buy into the fake politeness, the lying, the office politics and backstabbing, the passive aggressiveness, and the buzzwords.”
If you, as a programmer, even seem to be guilty of one of those, you’ll be wearing the epithet, regardless of how you dress for work.

“FULL OF ANTI-PATTERNS”
Some call them stupid ideas or sloppy thinking, but programmers like to toss around the phrase “antipattern” to describe a way of building code that isn’t recommended, saying your code is full of antipatterns is worse than saying it’s bad. It’s saying your programming is immoral.

“FANBOI”
Long ago when PCs ruled the planet and Apple was almost bankrupt in the year 1997 during the introduction of the DOTCOM BUBBLE IN THE US STOCK MARKET a few loyal users continued to sing the praises of Apple and predict that the world would one day come to cherish the beauty and sophistication of its products. The PC-lovers dismissed their addiction by calling them “fanbois.”Though the Apple-loving individuals were right, it doesn’t mean that someone is now paying you a compliment by calling you a fanboi. They mean you’re willingly ignoring reality because of overzealous devotion to a weird principle or idea,

“SLOW”
Computers are fast. After decades of Moore’s Law, everyone simply expects computers to get faster and faster. But obviously, programmers don’t always deliver something that’s fast. Many hardware designers like to crow that they’ve delivered their side of the bargain. It’s the software developers that produce inefficient code that sucks the life out of the faster chips. Although turning down the temperature and taking your time results in the best-flavored meats, slow-roasting your code is a no-no.

“N00b
Could anyone be as clueless as a new hire? They would probably spell this with letters and not digits.

“CRUFTY”
A design that’s tossed together, often with leftover codes or waste from other projects. Is just like a sloppy, stitched-together Frankenstein that barely works. When you see the word “crufty.” Likely, it’s not only your code they’re commenting on; it might be you and your ideas.

“DEV/NULL”
In UNIX world, the null device is a black hole that forgets all information sent to it. It’s mainly used to test device drivers and other code that processes data. As a metaphor, it’s a perfect offhand way to say the memo you wrote isn’t worth storing on disk or sending to the printer.

“KLUGE”
Sometimes you don’t have time to polish that side project you put together on the weekends, only to find 2,000 other developers suddenly depend on it. With the second wave of interest come the insults. What is this thrown together in a single file? At best your programming is seen as a fix that may succeed temporarily but will eventually fail because it isn’t thorough enough to solve the problem correctly -- even if it stands the test of time.

“BITROT”
Code will generally start to fail as the operating system, libraries, or other systems are updated. The newer versions have more features, in other cases, the programmers have fixed a bug that your code assumed was there. The old code doesn’t fail completely, at least at first. But it starts to get more calls to the OS or the libraries begin to fail. If you don’t invest in renewing your knowledge and improving your code, you start to rot like an old fish. Folks can be harsh when pointing this out.

“BRITTLE”
Code that is fragile and when your code compiled and passed all of the unit tests, you celebrated. But then someone changed the inputs or tossed in a divide by zero and your code crashed. That’s when you realize there’s more to writing code than making sure it works on the first test.

“CARGO CULT PROGRAMMER”
This insult references a famous tale from Richard Feynman about an ancient tribe that lashed together some logs to build what looked like an airplane. Why? They knew the winged contraptions brought amazing visitors with valuable cargo from the sky. They thought that building something that looked like it had wings would produce the same results. In the case of software, the one who builds a system based on a shallow misunderstanding of the problem is the one who gets labeled a “cargo cult programmer.” One day the half-baked theory you based your work on might look humorous even to you.

“EYE CANDY”
Some people write command-line code that delivers the answers in simple text. Others build flashy user interfaces with dancing code, flashing buttons, and eye-catching colors. They may even embed several videos, sometimes with beautiful models with eyes that never quite meet yours. Is there anything underneath? The boss isn’t going to look at the code. In other words, a pretty interface but terrible or fairly working codes. Even though most web designers don’t code often here at Webbikon Technologies, Best Web Design Company in Abraka, we design and develop websites that suit your demand

“MANGLER”
"Mangler" has the obvious insulting quality and a very calm one, if you’ve mangled the code -- well, what else can you expect? The term is also used as a replacement for the word “manager,” as in “project mangler” or “division mangler,” Of course, managers have a different term for the people who overpromise and underdeliver. They’re called programmers.


“NO-OPS”
Someone who does nothing is a no-op, in reference to a blank binary instruction that flows through the CPU without changing anything. No-ops pad the instruction stream and help with debugging. Some processors use no-op codes with clever representations in hexadecimal.

“NOTHING”
The only thing worse than being insulted is being ignored.

ProgrammingWeb Developer And App Developer by EfevwiaEfemena(op): 4:53pm On Aug 07, 2022
A web developer is responsible for the coding and designing of applications for the web browsers and responsible for the layout of a website and always keep in mind for the requirements and limitations of web browsers, the website must be user- friendly and should run on all the major browsers and screen-sizes.
When it comes to Web Development, you either a front-end developer or back-end developer or both (Full Stack Developer).
Front-end developers is mostly focused on the screen visuals, interface and functionalities. Back-end Developer is the superior working backstage to ensure that the front-end of the website work smoothly.
Webbikon Technologies is the Best Web Design Company In Abraka

APP DEVELOPER
App Developers is responsible for making applications for mobile devices. For an app Developer to develop a mobile app, he should be recognizing the customer’s need as well as the challenges ahead in supporting multiple devices and at times the app should also be supported on smart watches.
NOTE: Customer Personalization is the key aspect while designing a mobile app, also majorly depends on the operating system for which the app is being paid for.


SKILLS
For web Development , he needs to learn markup language and styling language like HTML and CSS respectively and programming language like JavaScript, php etc.
For an app developer the top skills include programming in Java or Swift and knowledge of IOS and Android and other skills like creativity attention to details and logical approach to problem solving.

ProgrammingWhy Your Website Is Not Showing Up On Google? by EfevwiaEfemena(op): 2:25pm On Aug 06, 2022
There are two things to this situation, It’s either indeed your website is not showing up on Google at all or It’s simply not showing up for the searches that you are performing and the reasons for this are:

1. IS YOUR WEBSITE INDEXED BY GOOGLE? : This is very important because if your website is not indexed by Google, There is no way it can rank on Google and you can know about this, if you type your website on Google. For example: “site: webbikon.com”. If your website pops up in the results then your website is indexed by Google. But if it is not ranking at the searches you want it to show up for, you can reach out to us at Webbikon Technologies, Best Web Design Company in Abraka, as we can help you rank up for the queries you want to rank for.
Meanwhile, the reason why is yet to be indexed by Google is because your website is brand new and it takes some time for Google to crawl the web to find your website, crawl it and put it into its Index.
NOTE: YOU CAN ACTUALLY LET GOOGLE CRAWL INTO YOUR WEBSITE BY SUBMITTING YOUR SITEMAP TO GOOGLE, THROUGH GOOGLE SEARCH CONSOLE, if interested on this you can reach out to me on our website Webbikon Technologies, Best Web Design Company in Abraka.

2. YOU HAVE BLOCKED GOOGLE BOT FROM CRAWLING INTO YOUR WEBSITE: This often happens to new website that went under development, the developer may have checked the box to prevent your website from showing up in search before it was finished and they forgot to uncheck it.
NOTE: TO DETERMINE IF THIS IS THE PROBLEM REQUIRES SEO TOOLS.


3. YOU MAY HAVE BEEN PENALIZED BY GOOGLE: If your website used to be in search and now it is no longer in search, there is a chance you may have been penalized by Google and one reason for this is If your website was hacked or your website was engaged in a malicious activity, Google will completely remove you from its index cause one of this issues.
NOTE: YOU CAN ACTUALLY DETERMINE IF YOU PENALIZED BY GOOGLE by logging into search console, scrolling down into the security and manual action section, clicking on manual option to see if anything pops up over there.
NOTE: YOU CAN CLICK ON THE SECURITY ISSUE PART IF YOUR WEBSITE SUFFERED A HACK TOO.

NOTE: GOOGLE SEARCH CONSOLE CANNOT DETERMINE IF YOU ANY SORT OF ALGORITHMIC PENALTY. THIS IS BECAUSE ALGORITHMIC PENALTY IS MUCH MORE COMPLICATED AND IT CAN COMPLETELY WIPE YOU FROM GOOGLE SEARCH. BUT HOLD ON, JUST BECAUSE YOU TYPED “site:yoursite.com” AND IT DOESN’T POP UP IT DOESN’T MEAN THE PROBLEM IS AN ALGORITHMIC PENALTY. THIS COULD BE SOMETHING MUCH MORE LIKE A TECHNICAL ISSUE.

4. YOUR WEBSITE HAS A TECHNICAL ISSUE: If Google can’t crawl into your website, they can’t index it, so this could be a terrible Onpage issue i.e. terrible On page optimization or much more complicated.

ProgrammingWhy You Need Two Monitors As A Programmer? by EfevwiaEfemena(op): 2:29pm On Aug 05, 2022
This has been a question most newbie or professionals don’t understand, but to be honest with you, it’s not about needing an extra monitor but wanting it and this is the reason:
TO GET EXTRA INFORMATION YOU WANT TO GLANCE AT WHILE WORKING ON A PROGRAM: This could be system statistics or browsing something on the main monitor and this could be very helpful because instead of minimizing, searching through all the opened windows to get that information on the PC you currently using while working on a program, You just glanced at that information on the main monitor or second PC.
NOTE: Minimizing on a PC with a low RAM or a filled RAM takes time to run due to unclear RAM cache and many others.
Webbikon Technologies, Best Web Design Company in Abraka

CAN I AFFORD A SECOND PC OR A MONITOR?
Honestly, I would advise a second monitor or a monitor instead of a PC and the reason for this is because the main aim for getting a monitor is to get an extra information on a concept while coding or working on a program and it would be best to use a large screen for that, and this is were a good monitor comes in.
NOTE: You don’t need to buy the most expensive or flashy monitor because the aim here is not to showcase your working tools but the aim here is to save time and improve on efficiency and yeah you can actually ship an old monitor too.

ProgrammingDo I Need To Be Good At Math To Become A Good Programmer? by EfevwiaEfemena(op): 4:45pm On Aug 04, 2022
This question depends on the part of programming you want to get into, So having some basic Arithmetic knowledge is great, but keep in mind the computer does a lot of the work for you, So what’s more important is how to tell a computer to perform Arithmetic and how to perform the various functions like calculating Pi and so forth.
NOTE: There’s normally inbuilt functions that do a lot of that stuff for you, so you don’t need to memorize or be fantastic at math to succeed.
Although there are situations you start getting into 3D programming or 3D games programming, then depending on the framework you using, YES! You need to know some basic trigonometry or some advanced math.
NOTE: As a general rule, getting into programming, NO! You don’t need to be fantastically good at math, if you just get some basic math skills, then you good to go.

ProgrammingAre There Reasons Why Sass Is Important In Coding? by EfevwiaEfemena(op): 1:40pm On Aug 03, 2022
First of all, Sass means syntactically Awesome Style sheet. It was designed by Hampton Catlin and Nathalie Weizenbaum in 2006. Usually a CSS pre-processor but it has its benefit.
1. SASS ALLOWS YOU TO USE VARIABLES: This allows you to write CSS faster and more organized. For example, if you are using the same color code across your CSS, just set it as variables, so you can reuse it anywhere you want.
NOTE: for example, Instead of repeating color:#ffffff;(white) in all your codes, you can simply use:
.span-header{
color: $header-color; }

2. LOGICS AND DIRECTIVES: With Sass, you can write CSS almost like a programming language, you can use if, else, calculation, logics, make an inline comment or even create a function and Sass helps you write more complex codes that are easily readable and re-useable for other projects.

3. SASS IS BASED ON CSS SYNTAX: In essence, you don’t have to re-learn a whole new language. NOTE: SASS IS A CSS SUPER-SET, which means you can copy your CSS into sass, and its works. Webbikon Technologies, Best Web Design Company in Abraka

4. SASS CAN MODULARIZE: You can split your sass into a smaller module and import it when needed, Sass let you modularize your code making it easier for maintenance.
NOTE: “OF COURSE YOU CAN USE IMPORT FOR TRADITIONAL CSS”
But each import will cause an extra HTTP request to your server which is not good because Sass import will be compiled and processed into a single CSS file.

5. INHERITANCE CONCEPT: You can use the inheritance concept in Sass, for example, if you have a set of CSS properties that will be used many times just extend it, it’s the same concept as Java and this will prevent redundant code, improve readability, and easier maintenance.

BusinessOne Thing Most Entrepreneurs Should Be Doing But Aren’t by EfevwiaEfemena(op): 2:41pm On Aug 02, 2022
Most people feel once a business is over 2 years, 5 years, 10 years or more, the business ought to start making the money, which is someway true only if they know what they are doing. This is because most entrepreneurs fail to understand every business has a structure and some newbie entrepreneurs jump into trends cause they feel this is where the money lies which is someway true but again only if they know what they are doing.
They fail to understand what is called SELF-AWARENESS and every human is built to a certain capability. But one amazing fact of business is the fact that we are currently in the best era to be successful in business, but our problem is self-awareness. If Mr. William started TRIPLE A ENTERPRISE (AAA) in our modern era, he wouldn’t have petitioned for bankruptcy as he did in the early 70s thanks to his already established self-awareness. This is because Mr. William followed what he loved and this is the fact he loved selling mobile homes and he created a business around it. In essence with the creation of a website by Webbikon Technologies, the Best Web Design Company in Abraka, he would have been successful in our modern era.
NOTE: YOU CAN’T BE A HATER OF FASHION AND YOU WANT A BUSINESS AROUND IT, IT WON’T CORRELATE. This is because without discipline, time and motivation, that business can’t grow. In essence, if you wake up one morning and you lack the motivation to start hustling early, there is no way you can be disciplined to start on time. This is because you are not doing what you love but instead, you are following the trend cause you feel this is where the opportunity lies and you have forgotten the reason why Amazon is what it is today, is that during the late 90s before the DOTCOM BUBBLE, Jeff Bezos was among the pacesetters to start an eCommerce business thanks to the creation of a website that we know today which can still be designed or developed for your business by Webbikon Technologies, Best Web Design Company in Abraka.
NOTE: PHYSICAL GROWTH IN AN INDUSTRY DOESN’T MEAN OBVIOUS PROFIT FOR THE BUSINESS OTHERWISE VALUE IS LOST IF EVERYONE IS EXPECTING THE SAME RESULTS.
As an entrepreneur you need to ask yourself the right questions, am I doing this business because this is where the money lies, or am I doing this business because this is what I have always been interested in?
NOTE: AS IT STANDS THE BALL IS IN YOUR COURT.

BusinessReasons Why Every Business Owner Needs A Website��� ? by EfevwiaEfemena(op): 12:14am On Aug 02, 2022
1. GET ONLINE: Online business is growing every year at a rapid pace, and it is crucial to get a website to get a slice of that pie. There are many ways to get online but owning a website is very important even if you have other ways of getting online. This is because you have full control of your business on a website than on social media. Due to the ever-changing rules of social media such as Facebook. NOTE: YOU MIGHT OWN A BUSINESS PAGE ON FACEBOOK WITH THOUSANDS OF FOLLOWERS BUT I CAN ASSURE YOU sometimes your status updates don’t reach all those followers due to new Facebook algorithm or recent rules and in the long run, you will start running engagement ads, which will ultimately lead you to spend more money when you could have easily spent less on a website that is exclusively built on your terms by Webbikon Technologies, Best Web Design Company In Abraka.

2. BRANDING: The more your name appears or logo appears on different blogs and ultimately ranks high on Google pack3. More people will patronize you locally and even internationally, thanks to you getting a slice of the pie by owning a website, thanks to Webbikon Technologies.
NOTE: This sets you apart from your competitors. Especially when you are consistent in making updates on your website and social media, cause it makes you the professional you deserve to be seen by people.

3. INFORMATION 24/7: Even if your brand is popular already, most people would want to know about your business, which is good but the only problem is no one would have that time to come visit you to know about your company’s ethics or new products available. THIS IS BECAUSE WE ARE IN THE ERE CUSTOMERS WANT THINGS DONE ON THEIR TERMS (time and access).
NOTE: This is another reason why a website is needed. This is important for you to put information about your business, which customers can see when they search for your business online.

4. ESTABLISH TRUST: A website can establish a human connection to thousands if not millions of customers without the business owner knowing or seeing the individuals by highlighting testimonials of how your service or product benefitted a recent customer.
NOTE: It’s been observed by experts worldwide that customers prefer a company’s website testimonial over a review on a third-party directory like social media, YELP, etc.

5. ORGANIC TRAFFIC: You can easily double or triple your business if you have a great online presence.
NOTE: It doesn’t happen overnight but if you create consistent content about your business on your website, you can earn “FREE TRAFFIC FROM GOOGLE SEARCH” and you can gain this by uploading pictures about your business, latest products, recent testimonials, etc.

6. PAID TRAFFIC: if you can’t wait for organic traffic, you can launch a campaign and drive paid traffic immediately to your website and in all of this you are in control of your business online and beyond.

BusinessShocking Reasons Why Most People Fail In Business by EfevwiaEfemena(op): 11:13pm On Jul 31, 2022
LACK OF EFFORT: A lot of people who start a business always think they are alone, they fail to understand there is never a business without competition unless you are extremely lucky. And since there is competition, someone knows the business more than you do, someone knows your customers more than you do and how to engage and sell to them. With all these. Of course, you going to lose. Except if you put in the effort to understand the business more than anyone in your industry, you can’t possibly succeed in business.

LACK OF DISCIPLINE: Your brand might not be the best in your industry, but people will patronize you more if you have discipline and uniqueness far better than your competitors. This is why it is very important to choose an industry that fits your trait (Introversion& Extroversion) because once you choose an industry that suits you, being disciplined and smarter than your competitors in that industry won’t be a problem for you.

ACCOUNTING: If you own a business and you don’t understand anything related to accounting, you are automatically behind your competitors. This is because you won’t understand or have a good technical breakdown of your account. Your account might show your business is profitable, meanwhile, your cash is going down.

NOTE: EVEN IF YOU HIRE AN ACCOUNTANT, THERE IS GOING TO BE A LACK OF COMMUNICATION, DUE TO YOUR LACK OF THE BASIC CONCEPTS OF ACCOUNTING.
In summary, it is advisable to either purchase an online course for accounting on (Udemy) etc. or attend an accounting seminar or if possible you can go back to college too to understand accounting much better and this also goes with Marketing, and Financing.

FAILURE TO LEARN HOW TO LEARN: If there is one certainty in business, then it is the fact it is always going to be changing. An example is NOKIA’s inability to advance faster than its competitors despite being a powerhouse in the market. In essence, if you do not know how to learn every day, your competitors are always going to be ahead of you because you failed to anticipate their next move.
NOTE: The greatest source of your paranoia should be knowledge.


FAILURE TO HAVE A GROWTH STRATEGY FOR THE BUSINESS: First thing first, you got to know your skillset and how that fits into your business lifestyle. This is because some businesses grow slowly and you have to be consistent with the grind till it starts to click. But if you trying to release a product that needs to be ubiquitous (found everywhere), then you got to go as fast as you can and release that product. Remember, Webbikon Technologies is the best web design company in Abraka.
NOTE: PERFECTION IS THE ENEMY OF PROFITABILITY.
The key is to get a commitment (time or revenue) and understand what products customers are willing to pay you or service and understand if it is something they are willing to integrate into their daily life or integrate into their daily business.
I HOPE THIS WAS HELPFUL FOR YOU IF YOU OWN A BUSINESS OR ARE READY TO START UP ONE SOON.

.

ProgrammingRe: Margin Vs Padding In Bootstrap by EfevwiaEfemena(op): 4:18pm On Jul 30, 2022
You are right but once you understand it's concept, it becomes easier, the problem is most of us are so just focus to code that we fail to understand the concept.. That's why i advise newbies to take their time to understand the concept. NOTE: understanding the concept is different from cramming it, by understanding I mean whenever you see a code related to that concept, you will always know it, even aside bootstrap. it could be python or any programming language. I hope this was helpful?
ProgrammingMargin Vs Padding In Bootstrap by EfevwiaEfemena(op): 3:50pm On Jul 30, 2022
Margin in Bootstrap is represented with the letter “m”, the margin-bottom is represented as “mb”, the margin-top is represented as “mt”, the margin-left is represented as “ml” and the margin-right is represented as “mr”. So to set a margin-top for an html element will be. FOR EXAMPLE:
<h1> class=”mt-5”>Webbikon Technologies is Best Web Design Company Abraka. </h1>

Padding in Bootstrap are represented with the letter “p”, the padding-top is represented as “pt”, the padding-left is represented as “pl”, the padding-bottom is represented as “pb” and the padding-right is represented as “pr”. So to set a padding-bottom on a container element (div) will be. FOR EXAMPLE:
<div class="pb-5">Webbikon Technologies is the Best Web Design Company in Abraka</div>

NOTE: The only way to actually be a software engineer is practice , you can seek information on Google, stackoverflow or even watch Youtube videos or buy Udemy courses or W3school courses , but if you don’t practice, there is no difference between someone who started coding today and you who started some weeks back or more.

ProgrammingWhat Is A Color Contrast Ratio? by EfevwiaEfemena(op): 4:55am On Jul 29, 2022
Before I explain, If you are a front-end developer or web designer, I believe you should have understood or come across the word WEB CONTENT ACCESSIBILITY GUIDELINES (WCAG) or WORLD WIDE WEB CONSORTIUM (W3C) which develops web standards such as HTML, CSS, etc. But if you are not aware then this is for you.
These Guidelines help make the web accessible to people with disabilities and this makes sure people who cannot see certain colors or do not see colors at all can normally use any website.
WCAG has set some minimum ratios as a criteria to pass the web accessibility guidelines and we have categories like WCAG, AA, INTERFACE COMPONENTS, and many more, trust me you will understand them soon.
Webbikon Technologies is the best web design Company in Abraka, Nigeria

HOW TO CALCULATE THE COLOR CONTRAST RATIO?

Color contrast is calculated using relative Luminance which according to W3.org” is defined as the relative brightness of any point in the color space normalized to zero for the darkest black and one for the lightest white”. So in simple terms, the darkest black is nothing but the hex code #000000 has a relative luminance of 0 which goes up to one for the brightest one is hex code #ffffff and this pretty much applies to any color in the color wheel.
NOTE: CALCULATING CTHE OLOR CONTRAST RATIO INVOLVES A LOT OF MATHS. HOWEVER, there is a cool tool called CONTRAST RATIO where you can just enter the hex code and it will tell you the relative luminance value. After you have gotten the relative luminance value all you have to do is to apply the color contrast formula. Which is (L1+0.05) divided by (L2+0.05) of which L1 is the luminance of the lighter value and L2 is the luminance of the darker color.
EXAMPLE: a blue text on a white background, blue is the darker color with a luminance of 0.0,722, and white is 1.0000, now applying their values to the formula.
This will be color contrast= (1+0.05)/ (0.0722+0.05)=1.05/0.12222=8.59. This simply means the color contrast ratio to be 8.59:1 which is a good one in terms of the minimum standards of WCAG, which will show green pass in the WCAG AA, WCAG AAA, on the normal text and do the same for larger text(which are the criteria).
NOTE: WHAT I DID AFTER WEBAIM. ,ORG is the description of the contrast checker.

SO I BELIEVE THIS WON’T BE A PROBLEM FOR YOU ANYMORE I BELIEVE YOU HAVE #developer #designer CHECKED THE SITE AND YOU HAVE SEEN IT IS WORKING TOO

ProgrammingThe Underrated Question That Is Being Asked In Programming Interviews by EfevwiaEfemena(op): 4:23am On Jul 24, 2022
WHAT IS THE DIFFERENCE BETWEEN A LIBRARY AND A FRAMEWORK?

Even if you check on Google or other search engines you might not be able to understand what is a library and a framework and the difference between both.
One of the reasons for this is when you search on Google or other search engines for what’s a framework or what’s a library, you are more likely to just use the meanings on Google but honestly, that is not the accurate thing to do. One of the most common definitions of Frameworks on Search engines is “A COLLECTION OF LIBRARY IS A FRAMEWORK” and this is sometimes true or false because they are dependent on the rule.

ILLUSTRATION: Your School is your framework and your home is your library.
NOTE: When you have less number of rules it is possibly going to be a library and when there is a high number of rules it is possibly a framework.

EXAMPLE; when you are at home your school books are more likely to be checked on in your bookshelf or bed or anywhere, but at school, your book is more likely to be kept in your schoolbag.
When you are at home you are likely to follow some rules and when you are the school, it is compulsory to follow all the rules.
In essence, when you can call codes whenever you like, it’s simply a library, but in frameworks, your frameworks call your code and sometimes further your code to call a library. BEST WEB DESIGN COMPANY ABRAKA,WEBBIKON TECHNOLOGIES
NOTE: JQUERY IS A LIBRARY AND YOUR DJANGLE IS A FRAMEWORK.

I BELIEVE IF YOU WERE ASKED THIS QUESTION IN A PROGRAMMING INTERVIEW, YOU WOULD BE HAPPY BECAUSE YOU CAN ILLUSTRATE THE DIFFERENCES AND ALSO GIVE EXAMPLES AS WELL, THAT’S MORE LIKE YOU BEING IN CONTROL OF THE INTERVIEW. HAHAHA!!.

ProgrammingHow To Make Your Website Mobile Friendly? by EfevwiaEfemena(op): 12:28am On Jul 22, 2022
A lot of people uses the internet, so it is very important for your website to be mobile friendly. So if you planning on owning or getting a website, Or yours isn’t mobile friendly, no need to worry I got five steps for you below:

1.�MAKE IT RESPONSIVE: I simply mean designing the website in a way the layout of your website changes based on the size of the screen you looking at it from. This important because web browsers are able to detect if someone is looking at a website from a laptop or phone or a tablet and with proper coding can display things that are easier to see and use and optimized for that device. Responsiveness also helps with SEO as Search engines actually look for and index higher this type of flexibility. Although in Today’s modern era of technology. A lot of website has in-built mobile responsiveness you just have to configure it and make it look good. So make sure it works properly on Desktop and Mobile.


2.�PRIORITIZE CONTENT: You need to prioritize how you present content on your website, because when the process of getting information is complicated, the tendency of people leaving your website is very high and when someone leaves, it is difficult to get them back. This especially though for mobile. So these are the tips to follow on how to prioritize content on your website:

(I). improve the Microcopy on Your Page: There are typically short sentence and words that are extremely contextual (e.g. “YOU SCORED A GOAL “this could be either related to football or recent achievement”) and it is hard to tell if users understand or perform certain actions.

(ii) Use Leverage Progressive Disclosure: If you own a sales page, I’m very sure you aware that the most important information will be at the top of the page. So as a user can call to action immediately. It’s also the same for any other website, your important information should always be at the top of the page and present additional information when the user needs or ask for it.


3. � USE LARGE FONTS AND BUTTONS: If you use a small font on your website, you actually making it difficult for small screen users to read information on your website.
NOTE: It is good to use 14px or larger when designing for mobile. Ideally you also have to use a standard web font so that your users does not have to download a custom font when loading your site. I actually use POPPINS FONT (GEOMETRIC SANS-SERIF TYPEFACE). The main reason for using a large font is it helps to keep your site trim and fast when optimizing for typically narrower bandwidth serving mobile devices.

NOTE: The same rule for buttons, small buttons on a website equals small buttons on a small screen. Small buttons are hard to push with a finger. So it’s best to make your buttons large and give them extra spacing. NOTE: It is best to put buttons at the bottom of a small screen and you also test it on other devices as well so it won’t counter everything you have read so far.

4. �KEEP YOUR WEBSITE SIMPLE FOR MOBILE: In fact when designing a website just put this acronym at the back of your mind “KISS” (Which Stands for KEEP IT SIMPLE SIR). This is very important especially for Mobile when compared to other devices like Laptops and most users scroll when reading the information, So if your information is cluttered and not easily understood, they would easily scroll past vital information due to excessive scrolling cause fatigue and I will assume you wouldn’t like that.


5. � PROVIDE A WAY TO SWITCH TO DESKTOP VIEW: Humans like trying different things and it is the same with layouts too. Some people like experiencing a website with a desktop layout on a mobile device, so always let the users choose.

I BELIEVE NOW YOU HAVE UNDERSTOOD AND KNOW HOW TO MAKE YOUR WEBSITE MOBILE FRIENDLY. YOU CAN ALSO DO ME A FAVOR BY LIKING MY FACEBOOK PAGE: WEBBIKON TECHNOLOGIES.
#BESTWEBDESIGNCOMPANYINABRAKA
#WEBBIKON

ProgrammingWhat Does A Software Developer Actually Do ����? by EfevwiaEfemena(op): 2:55am On Jul 21, 2022
This is actually an issue cause a lot of people think software developers build application from scratch and write codes, but this is actually a misconception. But right now I will breakdown what they actually do into five things they do consistently.
1. Building a feature
2. Fixing bugs
3. Continued Research or Learning
4. Communication
5. Fixing production or Emergency issue in the system



1. � BUILDING A NEW FEATURE: A software developer is tasked to figure out all the way from the database side i.e. the tables, write relationship between tables down to the server site code. They check if there is any existing site code they need to understand and need to go the user-interface function to check if some functions are functioning properly.
NOTE: they need to do all this before putting a feature into an application. For example when Facebook introduced the video call feature. In essence it is a very intensive process.


2. �FIXING BUGS: Every application of any site is going to have bugs in one way or the other. Bugs are not straight forward. There could be a bug whereby you change a single line of code and there are some bugs Software Developers won’t even know if it is a bug, like they can’t figure out how to reliably reproduce that bug. So Software Developers have to do a lot of research like setting up the system, local environment or even production trying to figure out if this bug exist and what condition it is. So if it exist, they restructure it or rewrite it to make it more maintainable or readable and make the system more efficient.
NOTE: Bugs are errors and fixing them is part of the life of a software developer


3. �CONTINUED RESEARCH: For a Software Developer the pace of learning is just constant, New frameworks are coming out and more new things and sometimes they have to revisit old models or principles they have learnt before, so they mostly carry out this research cause they are building a feature or fixing a bug,


4. �COMMUNICATION: Software Developers are very busy individuals, they are mostly in meetings and mostly discussing with a project manager, or discussing with other developers like themselves or even helping out a junior developer or giving out views on company’s ethic.

5. �FIXING PRODUCTION ISSUES: Most people think production issue is a bug, in fact it’s not. A bug is something that can be fixed within a few days or a few weeks. But production issue is something that is affecting the system. I would have loved to call this a bug, but it is something much more complicated, I mean it can cause major problems. Either the system wide is causing an outage of some sort or it’s causing a really important user some problems and they want it to be fixed immediately.
NOTE: SOFTWARE DEVELOPERS DON’T HAVE THIS ISSUE OFTEN BUT THIS WHAT SEPARATE THEM OR MAKES THEM STAND OUT IN THE HIERACHY OF SOFTWARE DEVELOPMENT AND CODING IN GENERAL.

IF YOU WERE PLANNING TO BECOME A SOFTWARE DEVELOPER, I BELIEVE YOU UNDERSTAND NOW WHAT THEY ARE ACTUALLY DO. ONE THING YOU NEED TO UNDERSTAND IS THAT THEY ARE HIGHLY PAID, SO I WILL ADVISE YOU TO TAKE ACTION NOW CAUSE TIME WAITS FOR NO MAN .PLEASE DO ME A FAVOR BY LIKING MY FACEBOOK PAGE :WEBBIKON TECHNOLOGIES
I will be very grateful. Thank you!

ProgrammingDiffrence Between Coder, Programmer And Developer by EfevwiaEfemena(op): 2:11am On Jul 20, 2022
It’s come to my notice a lot of newbies and even pros get confused on who is a coder or who is a programmer or who is a developer? This has made most of us to interchange them for one another and it something that ought to be known right from the start even before learning any programming language, but don’t worry you would find out now.

�CODER: A coder is one who has vast knowledge in different programming languages, but doesn’t have projects to back him up. He is more like an individual who converts a piece of code in Java to a piece of code in Python.
NOTE: A coder is sometime referred to as a junior developer or junior programmer.

�PROGRAMMER: a programmer is one who knows the basics and concepts of programming language, and also have some projects to back him up as well as some logical approach to problem solving.
NOTE: A programmer is like a coder but only a few years of experience separates them.

�DEVELOPER: A developer is a combination of a programmer, coder and something am going to explain right now. Meanwhile, he or she can write a code but can also apply logical thinking as well.
They also do the maintenance and also write the documentation of software, Libraries (collection of files, scripts, programs e.tc) and frameworks. In essence they are more diverse and experienced in that particular language.

I BELIEVE NOW YOU CAN TELL THE DIFFRENCE BETWEEN A CODER, PROGRAMMER AND DEVELOPER.
SO PLEASE DO ME A BIG FAVOR OF LIKING MY FACEBOOK PAGE :WEBBIKON TECHNOLOGIES
I will be very grateful. Thank you!

#bestwebdesigncompanyabraka
#webdeveloper#webdesigner
#developer #coder
#programmer #business
#abraka #california
#newdelhi #india

LiteratureIs There A Diffrence Between Being An Introvert And Being Shy?��� by EfevwiaEfemena(op): 2:29pm On Jul 18, 2022
First of all I would like to say there is nothing like a pure introvert or a pure extrovert. This is because every human is a complex individual and there are so many kinds of introverts and extroverts, which I would explain some below.
Introverts are not necessarily shy in fact SHYNESS is the fear of social disapproval or humiliation while INTROVERSION is the preference for environment that are not over stimulating. SHYNESS is inherently painful but INTROVERSION is not.
NOTE: Finland is well known to be an introverted country due to its citizen’s value their private space and culture but this doesn’t mean Fins citizens are shy.


YOU CAN BE THIS KIND OF INTROVERTS:
• NON-SHY INTROVERTS: An example of Non-shy introvert is billionaire and philanthropist, Bill Gates. He is unfazed by people’s opinion but always by himself.

• SHY-EXTROVERTS: An example is popular and Oscar-winning singer and Actress, Barbara Streisand. She lives a quiet life but still paralyzes stage fright, in fact she always talks about how nervous she was especially during her early years, and how she didn’t want to disappoint her fans back then.

• SHY-INTROVERTS: You can be both shy and an introvert too, an example is T.S Eliot, Who wrote the famous poem “The Waste Land”, he was famous but he lived a private life before his death in 1965 in the United Kingdom.
Another example of SHY-INTROVERTS is Keanu Reeves from the “Matrix Franchise”.

NOTE; if you are sometimes shy and sometimes confident you are likely an Ambivert.

MEANWHILE, I HOPE THIS HELPS YOU IF YOU WERE UNDER ANY OF THIS CATEGORY,
JUST BECAUSE YOU ARE ANY OF THE INTROVERTS DOES NOT MEAN YOU ARE WEIRD, INFACT YOU ARE SPECIAL.THANK YOU!

You can also like my Tech page on Facebook :Webbikon Technologies, This will make me happy too

ProgrammingShocking��reasons Why 95.6% Of People Fail To Learn To Code? by EfevwiaEfemena(op): 7:31am On Jul 18, 2022
Most people quit immediately something gets difficult and it’s a shame because the world needs programmers, it such a skill so many companies need and yet people don’t put in the work.
As a software engineer once you have a couple of years of experience, it becomes easier for you getting into other companies, but sadly most people don’t ever get to this point.

�FIRSTLY: People just focus on the wrong things, for example they get confused on the language they need to learn first, instead of choosing any language and learn its syntax and concepts properly.

�SECONDLY: They try to be faster than themselves, by going too advanced very quickly, when they are yet to know how to code.
NOTE: it’s best to focus on the broad content first and then dive into the details later.

�THIRDLY: They always start with the wrong mindset, there is an old saying which says” ALL THINGS EXCELLENT ARE AS DIFFICULT AS THEY ARE RARE”. There is no perfect course out there on YOUTUBE or from any individual, you just need to put in the work by picking a single course, following it thoroughly and consistently OVER A LONG PERIOD OF TIME, although there is value in knowing what you doing and being at the right path but knowledge is never lost.
NOTE: TIME IS OF GREAT IMPORTANCE TO ANY SOFTWARE ENGINEER. In fact this distinct you from a newbie to a professional.

�FOURTHLY: Coding is all about googling but most newbie try to cram codes to impress their friends but this is WRONG cause there are billions of codes out there “HOW DO YOU WANT TO CRAM THEM ALL?” You simply can’t, this is the reason why you learn just the concepts and while coding, you “GOOGLE” and another reason why you Google, is any problem you encounter, someone else have encountered it before, solved and posted it on Google. So in essence Google helps with “TIME MANAGEMENT”
NOTE: Even Senior Software Engineers will tell you coding is all about knowing how to Google.in fact this distinct a junior software engineer from a senior software engineer.

�LASTLY: Not learning to learn, I don’t know of you but if one don’t know how to learn, you can’t learn anything in life be it coding or not, This is because the moment you know how to learn, it becomes easier to learn anything be it public speaking, learning a new language, singing, it’s all about the concept, which you must be disciplined with.

I HOPE I HAVE BEEN ABLE TO CHANGE YOUR MINDSET, ESPECIALLY IF YOU WERE PLANNING TO QUIT, SO PLEASE DON’T BECAUSE YOUR REWARD IS JUST A STEP AWAY. IF YOU ENJOYED THIS PLEASE LIKE AND FOLOW MY FACEBOOK PAGE WEBBIKON TECHNOLOGIES OR WHATSAPP 08100850777 FOR BUSINESS DEALS AND COMMENT TOO BECAUSE I’M ALL EARS. THANK YOU.

ProgrammingHow To Name Images For Se�? by EfevwiaEfemena(op): 9:16am On Jul 17, 2022
First of all a lot of newbie and even some Pro SEO expert underrate image optimization and fail to do it correctly too but these are the reasons why image optimization is important:
1.� Search engines aren’t humans so we help them see images by naming them correctly.
2.� So Visual-impaired Users (Eye defects) can have the images being read to them thanks to screen reader.
3.� So search engines like “Google” can understand and optimize them and this helps with ranking too.

HOW TO GET IT DONE CORRECTLY
First of all I would like to voice out about the danger of over-optimization, just because you have gone through your SEO checklist, then you go to image optimization, Does not mean you should put too many keywords on the image. Trust me it won’t rank your website higher.
NOTE: IT MAKES THE IMAGE END UP NOT DESCRIPTIVE AT ALL, SO PLEASE TRY TO AVOID THIS.

And lastly, don’t confuse the File name with the alt text (alternative text) e.g. using “mens-trouser.jpg. �NOPE DON’T DO THAT.

The main thing about image optimization is how you describe the image and this is how you do it:

File name =”Blonde-Woman-Using-IPhone-X.png“
Alt text=”Blonde-Woman Using iPhone X”
NOTE: This is the right way to be descriptive.✅

PLEASE DON’T DO THIS❌
File name=”Woman.png”
Alt text=”Woman”

NOTE; once you do this search engines and screen readers won’t understand what you talking about.

IF YOU ENJOYED THIS PLEASE THIS LET ME KNOW IN THE COMMENTS AND LASTLY PLEASE LIKE THE PAGE FOR MORE CONTENT. THANK YOU AND WISHING YOU A WONDERFUL WEEKEND. You can also visit my Fb page for topics like this webbikontechnologies

1 (of 1 pages)